OPNsense Forum

Archive => 23.1 Legacy Series => Topic started by: clarknova on February 18, 2023, 12:26:59 AM

Title: Updating package from ports
Post by: clarknova on February 18, 2023, 12:26:59 AM
I followed the instructions https://docs.opnsense.org/manual/software_included.html#the-ports-tree (https://docs.opnsense.org/manual/software_included.html#the-ports-tree) to successfully install a package from ports. If I navigate to System: Firmware: Packages I can see my package, so all is well.

The documentation says I can update my port like this:
opnsense-code ports
cd /usr/ports/your/port
make reinstall


and that's fine, but a little time-intensive. Is there a way to quickly check if there is a newer version available than the one that's installed? It looks like FreeBSD's portversion is designed to do this, but I don't see it in my OPNsense environment.