Installing
-
2. Enabling OpenVINO Repository
Add OpenVINO Repository for Mint GNU/Linux
-
3. Installing OpenVINO
Then to Install OpenVINO in Mint
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
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