1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

This commit is contained in:
holymoly
2017-06-02 09:14:43 +02:00
committed by GitHub
parent cf8114f933
commit 62c9206eac

View File

@ -82,6 +82,8 @@ cd <portdir> && sudo make deinstall clean reinstall # upgrade the port
# Packages
pkg search <packagename> # search for binary packages
pkg install <packagename> # install binary package and its dependencies
pkg delete <packagename> # delete an installed package
pkg automremove # remove unneeded dependencies
pkg info # show list of currently installed ports/packages with version info
pkg version # show which ports/packages are outdated and need an update
pkg upgrade <packagename> # upgrade a packages