Hello,
Quick question since im not FreeBSD expert, is it possible to instal htop on opnsense?
I tried with: pkg install htop from console, but no luck, package not found.
Thanks,
follow this process installing from ports collection
# opnsense-code tools ports
# opnsense-code -f src
# cd /usr/ports/sysutils/htop
# make install
Thank you bulmaro.
Just as a note, I think nowadays the src thingy in opnsense-code is fixed, so it folds down to:
# opnsense-code tools ports src
Cheers,
Franco