Page 1 of 1

How to check OPI Version Number

Posted: Thu Jan 25, 2018 3:40 am
by andrew
How can I check the OPI version running on my OPI?

Re: How to check OPI Version Number

Posted: Wed Feb 07, 2018 3:27 pm
by pa
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