Created
September 11, 2011 12:39
-
-
Save zeuxisoo/1209520 to your computer and use it in GitHub Desktop.
FreeBSD ports update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
portsnap update | |
OR | |
cvsup -L 2 -h cvsup.tw.FreeBSD.org /usr/share/examples/cvsup/ports-supfile | |
** Update only not upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update Ports Index
cd /usr/ports && make fetchindex
portsdb -uU
rm -f /var/db/pkg/pkgdb.db
pkgdb -Fu
Update Kernel
cd /usr/src ; make buildworld; make kernel; make installworld; reboot