LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   How to update all my installed packages (https://www.linuxquestions.org/questions/%2Absd-17/how-to-update-all-my-installed-packages-170260/)

nazzymac 04-14-2004 07:48 PM

How to update all my installed packages
 
i have free bsd 5.2 and i want to upgrade all my installed packages
for example gt, and other libs

LinuxBAH 04-14-2004 08:35 PM

If you installed them thru ports use 'cvsup' and 'portupgrade'. They are both apps that are in the port tree. A simple 'whereis cvsup' or 'whereis portupgrade' will show you under what category they are. To use them either checkout the man pages or the FBSD handbook for an in-depth explanation of how each work. If you didn't use the ports system to install them then to upgrade you have to remove the app, download the newer version and reinstall. If you used the pkg_add method then I believe you can also use portupgrade but I'd check into that, I've used pkg_add once, maybe twice before. GL.

rehab junkie 04-15-2004 07:36 AM

cvsup-without-gui is in /usr/ports/net - and portupgrade is in /usr/ports/sysutils.


Have a look at this tutorial, it's how I got the hang of the ports system: http://www.onlamp.com/pub/a/bsd/2003...SD_Basics.html

rehab junkie 04-15-2004 07:40 AM

The three magic words: make install clean

nazzymac 04-15-2004 11:54 AM

thanks guys i got a nice tutorial @ http://www.bsdguides.org/guides/free...grade_port.php


All times are GMT -5. The time now is 10:46 PM.