meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:opnsense:pkg [2021/01/05 13:00] – created niziaksw:opnsense:pkg [2025/08/22 11:54] (current) niziak
Line 1: Line 1:
 ====== OPNsense pkg ====== ====== OPNsense pkg ======
 +
 +===== update =====
 +
 +<code bash>
 +opnsense-update
 +</code>
 +
 +===== manual update =====
 +
 +<code bash>
 +pkg update -f
 +
 +# dry run
 +pkg upgrade -n
 +
 +# or console menu [11]
 +/usr/local/etc/rc.restart_webgui
 +</code>
 +
  
 ===== Install midnight commander  ===== ===== Install midnight commander  =====
Line 7: Line 26:
 make install make install
 </code> </code>
 +
 +===== more usefull tools =====
 +  * /usr/ports/sysutils/ncdu
 +
 +