upgrade netbsd installed packages
![]()
After upgrading my NetBSD system, I decided to upgrade the packages collection. These are the step I've done.
Set cvs environment variables
Put in my .bashrc the following lines:
export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot"
export CVS_RSH="ssh"
Updated the sources
$ cvs -q update -dP
Upgraded the packages
Refreshed the list of installed packages:
$ pkg_chk -g
The list was saved in /usr/pkgsrc/pkgchk.conf.
Updated the packages:
$ pkg_chk -us
English
Italiano