Skip to content

Instantly share code, notes, and snippets.

@uygary
Last active December 5, 2024 18:22
Show Gist options
  • Select an option

  • Save uygary/d60e357a31ad5e951bc55051ddc0f713 to your computer and use it in GitHub Desktop.

Select an option

Save uygary/d60e357a31ad5e951bc55051ddc0f713 to your computer and use it in GitHub Desktop.
Installing htop in OPNSense from Ports
# To Install:
opnsense-code tools ports src
cd /usr/ports/sysutils/htop
make install
# To Check for Update
pkg version -l "<"
# To Update
opnsense-code tools ports src
cd /usr/ports/sysutils/htop
sudo make deinstall
sudo make install clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment