freebsd notes - compiling and installing using ports

# compiling and installing using ports
ex.

whereis package
 
cd /usr/ports/package
 
make

# installing bash

cd /usr/ports/shells/bash
 
sudo make
 
sudo make install

# installing screen

cd /usr/ports/sysutils/screen
 
sudo make
 
sudo make install

# installing perl

cd /usr/ports/perl5
 
sudo make
 
sudo make install

# installing wget

cd /usr/ports/ftp/wget
 
sudo make
 
sudo make install

# di

cd /usr/ports/sysutils/di
 
sudo make
 
sudo make install

# php5

cd /usr/ports/lang/php5
 
sudo make install clean

resources
http://www.freebsd.org/doc/handbook/portsnap.html

Related posts:

  1. freebsd notes - installing ports using pkg_add # as root pkg_add -r sudo ## now after...
  2. gentoo toolchain notes A few critical packages in gentoo were released from ~...
  3. my vmware installation notes. I installed VMware Server on my Gentoo box this morning....
  4. fixperms.sh here is a quick bash script that I use to...
  5. FreeNAS vmware install. I downloaded the latest FreeNAS 0.68 vmware image. After I...

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

Bad Behavior has blocked 757 access attempts in the last 7 days.