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:
@ -77,6 +77,7 @@ cd /usr/ports/*/<portname> # find the parent directory of a given p
|
|||||||
locate <portname> | grep ports # manual way of searching for ports
|
locate <portname> | grep ports # manual way of searching for ports
|
||||||
cd <portdir> && make install # compile and install a port
|
cd <portdir> && make install # compile and install a port
|
||||||
cd <portdir> && make config # re-run configuration of a port when available
|
cd <portdir> && make config # re-run configuration of a port when available
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user