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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user