Installation
This chapter explains how to install and start Epic Pro on Ubuntu systems.
Preparation
-
Ensure that the industrial control computer runs Ubuntu 18.04 or later (check the version in Settings > About).
-
Contact Transfer technical support to obtain a dongle and insert it into the USB port of the control computer.
-
Download the dongle driver.After downloading, execute the following command to install the driver:
sudo dpkg -i codemeter_7.60.5598.500_amd64.deb
Add Transfer Software Repository
Follow these steps to add the Transfer software repository.
-
Open the terminal and enter the following command to open sources.list.
sudo gedit /etc/apt/sources.list
-
Add the following line to the end of sources.list.
deb [arch=amd64 trusted=yes] http://apt.qianyi.ai/repo/ universal main
-
Save and close the sources.list file.
-
Update the apt cache with the following command.
sudo apt update
Install Epic Pro
Execute the following commands to install Epic Pro.
sudo apt update
sudo apt install epic-pro=1.2.0
Epic Pro requires ATOM for use. After installing Epic Pro, proceed to install ATOM. |
Install ATOM
Execute the following commands to install ATOM.
sudo apt update
sudo apt install atom-env=1.2.0 (GPU version)
sudo apt install atom-env-cpu=1.2.0 (CPU version)
sudo apt install atom=1.2.0