JRE for FreeBSD 5.4, Monitoring FreeBSD

Ronald Klop ronald-freebsd8 at klop.yi.org
Mon Aug 22 22:27:13 GMT 2005


On Mon, 22 Aug 2005 12:43:53 +0200, Arvind Nahata <arvindnahata at yahoo.com>  
wrote:

> Many thanks to Ian G, Greg Lewis, and Ronald Klop for
> their responses!
>
> Please ignore my ignorance, but can you first tell me
> what do you mean by "PORTS"

If you type this.

cd /usr/ports
ls

Do you see a list of category names?

If yes, type:

cd games/xmines
make
make install
make clean

and some time later you have a working minesweeper game on your computer.

You can do the same for

cd /usr/ports/www/firefox
make
make install
make clean

To deinstall do
cd /usr/ports/www/firefox
make deinstall

Ronald.

PS: The great stuff of this is, that dependencies are automaticly resolved.

-- 
  Ronald Klop
  Amsterdam, The Netherlands


More information about the freebsd-java mailing list