Description
Instructions for installing exacqVision Server and Client on 64-bit Ubuntu varies based on the Ubuntu version.
Product
- exacqVision Client
- exacqVision Server
- exacqVision Web Service
- Ubuntu Linux
Solution
Download the following files depending on which software you are installing, then follow the instructions below for either 12.04, 14.04, 16.04, 18.04, 20.04 or 22.04.
Software Downloads
Dependencies – Only needed for 12.04, 14.04 and 16.04.
IMPORTANT: Installers will list the version number within the file name. In the steps below, use the version number in the downloaded file name in place of the text <version>
Example: exacqVisionServer_23.06.1.0_x64.deb
<br>
Ubuntu 22.04 (Jammy Jellyfish):
Installing exacqVision Server in 64-bit Ubuntu 22.04
- Install the Server deb file with:
sudo dpkg -i exacqVisionServer_<version>_x64.deb
Note: Follow the prompts. You may see a message regarding dependency problems. Fix dependency issues by running (requires internet access):sudo apt install -f
Installing exacqVision Client in 64-bit Ubuntu 22.04
- Install the Client deb file with:
sudo dpkg -i exacqVisionClient_<version>_x64.deb
Installing exacqVision Web Service in 64-bit Ubuntu 22.04
- Install the Web Service deb file with:
sudo dpkg -i exacqVisionWebService_<version>_x64.deb
Note: Follow the prompts. You may see a message regarding dependency problems. Fix dependency issues by running (requires internet access):sudo apt install -f
<br>
Ubuntu 20.04 (Focal Fossa):
Installing exacqVision Server in 64-bit Ubuntu 20.04
- Install the Server deb file with:
sudo dpkg -i exacqVisionServer_<version>_x64.deb
Note: Follow the prompts. You may see a message regarding dependency problems. Fix dependency issues by running (requires internet access):sudo apt install -f
Installing exacqVision Client in 64-bit Ubuntu 20.04
- Install the Client deb file with:
sudo dpkg -i exacqVisionClient_<version>_x64.deb
Installing exacqVision Web Service in 64-bit Ubuntu 20.04
- Install the Web Service deb file with:
sudo dpkg -i exacqVisionWebService_<version>_x64.deb
Note: Follow the prompts. You may see a message regarding dependency problems. Fix dependency issues by running (requires internet access):sudo apt install -f
<br>
Ubuntu 18.04 (Bionic Beaver):
Installing exacqVision Server in 64-bit Ubuntu 18.04
- Install the Server deb file with:
sudo dpkg -i exacqVisionServer_<version>_x64.deb
Note: Follow the prompts. You may see a message regarding dependency problems. Fix dependency issues by running (requires internet access):sudo apt install -f
Installing exacqVision Client in 64-bit Ubuntu 18.04
- Install the Client deb file with:
sudo dpkg -i exacqVisionClient_<version>_x64.deb
Installing exacqVision Web Service in 64-bit Ubuntu 18.04
- Install the Web Service deb file with:
sudo dpkg -i exacqVisionWebService_<version>_x64.deb
Note: Follow the prompts. You may see a message regarding dependency problems. Fix dependency issues by running (requires internet access):sudo apt install -f
<br>
Ubuntu 16.04 (Xenial Xerus):
Installing exacqVision Server in 64-bit Ubuntu 16.04
- Install the dependency package using the following command:
sudo dpkg -i exacqVisionServerRC-deps.deb
- Install the Server deb file with:
sudo dpkg -i exacqVisionServer_<version>_x64.deb
- Note: Follow the prompts. You will see a message that some packages are missing. Select ‘OK’ and continue. Fix new dependency issues by re-running:
sudo apt install -f
Installing exacqVision Client in 64-bit Ubuntu 16.04
- If desired, install hardware decompression dependencies with:
sudo apt-get install i965-va-driver:i386 libva-x11-1:i386
- Install the Client deb file with:
sudo dpkg -i exacqVisionClient_<version>_x64.deb
Note: You may see a message regarding dependency problems. Fix dependency issues by running (requires internet access):sudo apt install -f
- Reboot
Installing exacqVision Web Service in 64-bit Ubuntu 16.04
- Install dependencies with:
sudo apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386 libexpat1:i386
- Install the Web Service deb file with:
sudo dpkg -i exacqVisionWebService_<version>_x64.deb
<br>
Ubuntu 14.04 (Trusty Tahr):
Installing exacqVision Server in 64-bit Ubuntu 14.04
Note: If installing exacqVision Server 6.9.36 or earlier, you must first execute the following command before completing the installation procedure:sudo apt-get install libgtk2-perl
- Ensure that your dpkg is configured to allow installation of 32-bit packages; otherwise, you will see an error message similar to “wrong architecture i386.” To verify, execute the following command:
sudo dpkg --print-foreign-architectures
If you do not see “i386” execute the following commands:sudo dpkg --add-architecture i386
sudo apt-get update - Install the dependency package using the following command:
sudo dpkg -i exacqVisionServerRC-deps.deb
- Install the Server deb file with:
sudo dpkg -i exacqVisionServer_<version>_x64.deb
<br>
Ubuntu 12.04 (Precise Pangolin):
Installing exacqVision Server and in 64-bit Ubuntu 12.04
- Ensure that your dpkg is configured to allow installation of 32-bit packages; otherwise, you will see an error message similar to “wrong architecture i386.” To verify, execute the following command:
sudo dpkg --print-foreign-architectures
If you do not see “i386” execute the following commands:sudo dpkg --add-architecture i386
sudo apt-get update - Install the dependency package using the following command:
sudo dpkg -i exacqVisionServerRC-deps.deb
- Install the Server deb file with:
sudo dpkg -i exacqVisionServer
_<version>
_x64.deb - You will encounter the following known dependency error:
- To fix this error, execute the following command:
sudo apt-get install libdaemon0:i386
After the libdaemon0 package successfully completes installation, the exacqVision Server package will automatically install.
<br>