Installing
-
2. Enabling OpenVINO Repository
Add OpenVINO Repository for MX GNU/Linux
-
3. Installing OpenVINO
Then to Install OpenVINO in MX
First, search for the available releases with:sudo apt search openvino
So currently to Install the latest Runtime play:
sudo apt install intel-openvino-runtime-ubuntu20-2021.2.200
It doesn’t matter if is called ubuntu20, it just work also on MX-like also if it has been developed for Ubuntu-like.
Or for the Developer Packages:sudo apt install intel-openvino-runtime-ubuntu20-2021.2.200
You may have to amend the above Command in base to the searching results.
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents