Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
UPDATE-PKG(8)			  User Manuals			   UPDATE-PKG(8)

NAME
     update-pkg - Easy update for packages with pkg

SYNOPSIS
     update-pkg [/path/to/jail]

DESCRIPTION
     update-pkg
	    is	a  script  to  update the installed packages with pkg on FreeBSD
	    hosts and jails.

     Step 1: pkg upgrade

     Step 2: pkg autoremove

     Step 3: pkg clean

     Step 4: list packages that are missing in the package repository.

     Step 5: list packages that are drepreacted.

     Step 6: list packages that have an expiration date.

     Step 7: list packages with known vulnerabilities.

FILES
     /usr/local/etc/jails.txt
	    Packages will be updated for each path listed.

     /usr/src/jails-${HOSTNAME}-${ARCH}.txt
	    Packages will be updated for each path listed if  jails.txt  is  not
	    found.

SEE ALSO
     pkg(8)
	    manipulate packages

AUTHOR
     Dirk Meyer, dinoex@FreeBSD.org

FreeBSD 			    July 2018			   UPDATE-PKG(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=update-pkg&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help