Non Ports Software

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
jonathanstier
Posts: 4
Joined: Fri Jul 17, 2020 12:27 am

Non Ports Software

Post by jonathanstier »

I am trying to install a program called KITscenarist. I downloaded the .rpm version. I don't know how to install it though. I was going to install rpm4 from ports, but I couldn't figure out how. any help will be much appreciated.
jonathanstier
Posts: 4
Joined: Fri Jul 17, 2020 12:27 am

Re: Non Ports Software

Post by jonathanstier »

So, I've gotten through the rpm install instructions. Now, I just don't know where and how to use

Code: Select all

make
make install
User avatar
ericbsd
Developer
Posts: 2125
Joined: Mon Nov 19, 2012 7:54 pm

Re: Non Ports Software

Post by ericbsd »

To install ports
sudo pkg install ports
To install ports when you did cd in /usr/ports/<origin>/<software>

Code: Select all

sudo make install clean
is the best way to compile a port
Post Reply