Ports how to install software on free bsd

Hi

Very new to FreeBSD just got this below from Freshports.org so to install anything in FREEBSD to first in the terminal: cd /usr/ports/www/chromium/ && make install clean and after in the terminal:
  • pkg install chromium ? or just in the terminal copy: pkg install chromium ?

To install the port: cd /usr/ports/www/chromium/ && make install clean
To add the package, run one of these commands:
  • pkg install www/chromium
  • pkg install chromium
 
Very new to FreeBSD...

This has a target audience of a Windows user who has never used the command line using ports and ports-mgmt/portmaster to build third party programs;


You can bypass the parts about learning to use the command line, substitute pkg for ports if you like (You'll need to consult the link SirDice provided) and can still follow the basic outline to get to the Desktop.

It gives you a working pf ruleset for a general purpose desktop, an adaptation for people who use CUPS and examples of what System and Security files need to be edited once you get to the Desktop.
 
Hi

Very new to FreeBSD just got this below from Freshports.org so to install anything in FREEBSD to first in the terminal: cd /usr/ports/www/chromium/ && make install clean and after in the terminal:
  • pkg install chromium ? or just in the terminal copy: pkg install chromium ?

To install the port: cd /usr/ports/www/chromium/ && make install clean
To add the package, run one of these commands:
  • pkg install www/chromium
  • pkg install chromium
You can either use ports (involving pulling in the source code and building all dependencies and the program you want to install). This will, for things like chromium, take a very long time. I recommend not using this method.

The alternative is using packages. This is where the FreeBSD developers have built the program from ports and produced a bibary package where you just install them into the usual directories. This is quick and uncomplicated. That's the pkg install chromium bit.

As you seem new to FreeBSD, and as SirDice wrote, the mantra is that you have a lot of reading to do. Most aspects of installing the system, configuring it and making it usable for yourself are contained in the handbook. There's no escaping it.

(There's also translations of the handbook for non-english native speakers: https://download.freebsd.org/ftp/doc/ )
 
Thank you I tried to install yesterday freebsd without no luck.
We're going to need more information than you not having any "luck" with installing FreeBSD if you expect any help increasing your odds of a successful install.

1. What version of FreeBSD are you attempting to install?
12.2-RELEASE? 13.0-RELEASE?

2. What install medium are you using?
memstick.img? dvd1? disk1?

3. What part during the Base System installation process was it your "luck" ran out?
The Partitioning menu? Configuring your network interface?
Forget to comment a line in /etc/rc.conf and end up at Single User Prompt?

4. Did you follow the steps laid out in my tutorial?
 
Back
Top