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

Update commands.md

Added system update/upgrade commands to software section.
This commit is contained in:
steffenknott
2015-01-21 22:27:54 +01:00
parent 83328c71b3
commit 6dcad34ab5

View File

@ -85,6 +85,11 @@ pkg info # show list of currently installed ports
pkg version # show which ports/packages are outdated and need an update
pkg upgrade <packagename> # upgrade a packages
pkg which <filename> # find out which package installed a given file
# System
freebsd-update fetch # fetch updates from server
freebsd-update -r <target> upgrade # fetch upgrades to specified version (e.g. '10.1-RELEASE') from server
freebsd-update install # install downloaded updates/upgrades
```
# Services