How to check OPI Version Number
How to check OPI Version Number
How can I check the OPI version running on my OPI?
Re: How to check OPI Version Number
Hi Andrew,
On the current OPI software, this is not available from the UI so you have to be logged into the terminal over ssh to do this. This is something that we missed during the implementation of the UI, but that is available in the upcoming release that we are now working on for OPI.
If you have access to your unit using ssh, the following command will give you the version of a number of OPI package versions.
dpkg -l | grep opi
The package “opi” is the toplevel package, and should be on version 1.3.91
/PA
On the current OPI software, this is not available from the UI so you have to be logged into the terminal over ssh to do this. This is something that we missed during the implementation of the UI, but that is available in the upcoming release that we are now working on for OPI.
If you have access to your unit using ssh, the following command will give you the version of a number of OPI package versions.
dpkg -l | grep opi
The package “opi” is the toplevel package, and should be on version 1.3.91
/PA