Skip to content

Instantly share code, notes, and snippets.

@zeuxisoo
Created September 11, 2011 12:39
Show Gist options
  • Save zeuxisoo/1209520 to your computer and use it in GitHub Desktop.
Save zeuxisoo/1209520 to your computer and use it in GitHub Desktop.
FreeBSD ports update
portsnap update
OR
cvsup -L 2 -h cvsup.tw.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
** Update only not upgrade
@zeuxisoo
Copy link
Author

zeuxisoo commented Mar 2, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment