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

typo on pkg autoremove

This commit is contained in:
aeuae
2018-01-16 16:20:13 +01:00
committed by GitHub
parent 837456fb3c
commit 3c4d095185

View File

@ -85,7 +85,7 @@ cd <portdir> && sudo make deinstall clean reinstall # upgrade the port
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 autoremove # 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