How to check OPI Version Number

Put support questions regarding OPI here. Examples are hardware related issues and other questions that are specific to OPI.
Post Reply
andrew
Posts: 6
Joined: Thu Sep 25, 2014 2:49 pm

How to check OPI Version Number

Post by andrew » Thu Jan 25, 2018 3:40 am

How can I check the OPI version running on my OPI?

User avatar
pa
Posts: 74
Joined: Thu Aug 14, 2014 7:44 am

Re: How to check OPI Version Number

Post by pa » Wed Feb 07, 2018 3:27 pm

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

Post Reply