meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sw:opnsense:pkg [2021/01/05 13:27] – niziak | sw:opnsense:pkg [2025/08/22 11:54] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== OPNsense pkg ====== | ====== OPNsense pkg ====== | ||
+ | |||
+ | ===== update ===== | ||
+ | |||
+ | <code bash> | ||
+ | opnsense-update | ||
+ | </ | ||
+ | |||
+ | ===== manual update ===== | ||
+ | |||
+ | <code bash> | ||
+ | pkg update -f | ||
+ | |||
+ | # dry run | ||
+ | pkg upgrade -n | ||
+ | |||
+ | # or console menu [11] | ||
+ | / | ||
+ | </ | ||
+ | |||
===== Install midnight commander | ===== Install midnight commander | ||
Line 10: | Line 29: | ||
===== more usefull tools ===== | ===== more usefull tools ===== | ||
* / | * / | ||
+ | |||
+ | |||