安装指南

本章介绍如何在Ubuntu系统中安装和启动Epic Pro。

准备工作

  • 确认工控机系统为 Ubuntu 18.04 及以上版本(在 设置 > 关于 中查看系统版本)。

  • 联系迁移科技技术支持获取加密狗,并将其插入工控机的USB接口。

  • 下载加密狗驱动。 下载后,执行以下命令安装驱动:

    sudo dpkg -i codemeter_7.60.5598.500_amd64.deb

添加迁移科技软件仓库

执行以下步骤添加迁移科技软件仓库。

  1. 打开系统终端,输入以下指令打开sources.list。

    sudo gedit /etc/apt/sources.list
  2. 在sources.list末尾添加以下内容。

    deb [arch=amd64 trusted=yes] http://apt.qianyi.ai/repo/ universal main
  3. 保存并关闭sources.list文件。

  4. 执行以下命令,更新apt缓存。

    sudo apt update

安装Epic Pro

执行以下指令安装Epic Pro。

sudo apt update
sudo apt install epic-pro=1.2.0
Epic Pro需搭配ATOM使用,安装Epic Pro后,继续安装ATOM。

启动Epic Pro

在应用列表中搜索Epic Pro,单击对应图标启动Epic Pro。软件启动后,将自动在浏览器中打开用户界面。

卸载Epic Pro

执行以下指令卸载Epic Pro。

sudo apt purge epic-pro=1.2.0

安装ATOM

执行以下命令安装ATOM。

sudo apt update
sudo apt install atom-env=1.2.0        (GPU版本)
sudo apt install atom-env-cpu=1.2.0    (CPU版本)
sudo apt install atom=1.2.0

运行ATOM

执行以下命令运行ATOM。

systemctl --user start Atom.service

执行以下命令停止运行ATOM。

systemctl --user stop Atom.service

执行以下命令重启运行ATOM。

systemctl --user restart Atom.service

卸载ATOM

执行以下命令卸载ATOM。

sudo apt purge atom-env=1.2.0        (GPU版本)
sudo apt purge atom-env-cpu=1.2.0    (CPU版本)
sudo apt purge atom=1.2.0