Installing
-
2. Enabling OpenVINO Repository
Add OpenVINO Repository for Debian GNU/Linux
Use the Setup for Ubuntu!
-
3. Installing OpenVINO
Then to Install OpenVINO in Debian
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 Debian-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