Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 04:16:23 -0800
From:      "Aaron Burke" <aburke@nullplusone.com>
To:        <questions@freebsd.org>, <matrix@altima.net>
Subject:   RE: question
Message-ID:  <AMEMKJNMFLJCJDLFIEDBKEJECIAA.aburke@nullplusone.com>
In-Reply-To: <200302252015.AA88736330@altima.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> I had installed the ports with sysinstall
> but how do I can start them loll
> thank you for your answer
If you installed the ports collection via sysinstall you
should have a folder under /usr/ports .

For example to install (lets say) "screen"
you would type the following as root or super-user:

cd /usr/ports/misc/screen
make && make install
rehash

The first two lines install the port, and the rehash line
tells your shell to refresh the list of commands.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AMEMKJNMFLJCJDLFIEDBKEJECIAA.aburke>