Ubuntu/Linux uses the ‘gdebi’ package installer to run .DEB packages. This will automatically check if you are attempting to install an older package than is already installed and warn you if a newer version is already installed. If you choose to downgrade the version of your ExacqVision Server, Client, or Web Service software you will need to perform this from the Terminal.
<br>
If you don’t already have the installer for the previous version you want to change to, you may locate these on our Legacy Downloads page.
- Copy the installer of your desired software version to the Desktop.<br><br>
- Open Terminal by pressing CTRL+ALT+T.<br><br>
- Type the following:
sudo dpkg -i /pathtofile/filename
In the place ofpathtofile
, enter the file path and in the place offilename
enter the name of your installer file.- An example line would look like:
sudo dpkg -i /home/admin/Desktop/exacqVisionServer-8.4.2.111542.deb
<br><br>
- An example line would look like:
- Press Enter and ‘dpkg’ will perform the install of the previous version, replacing the later version.
<br>