mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2025-11-20 03:08:43 +01:00
Merge pull request #9 from holymoly/master
Add "pkg delete" and "pkg autoremove" to commands.md
This commit is contained in:
@ -82,6 +82,8 @@ cd <portdir> && sudo make deinstall clean reinstall # upgrade the port
|
|||||||
# Packages
|
# Packages
|
||||||
pkg search <packagename> # search for binary packages
|
pkg search <packagename> # search for binary packages
|
||||||
pkg install <packagename> # install binary package and its dependencies
|
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 info # show list of currently installed ports/packages with version info
|
||||||
pkg version # show which ports/packages are outdated and need an update
|
pkg version # show which ports/packages are outdated and need an update
|
||||||
pkg upgrade <packagename> # upgrade a packages
|
pkg upgrade <packagename> # upgrade a packages
|
||||||
|
|||||||
Reference in New Issue
Block a user