Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

Installing OpenVINO for Linux* Using APT Repo: https://apt.repos.intel.com/openvino/2021 not working

DarkHorse
Employee
1,562 Views

Hello Expert,

 

I tried to follow the instruction when installing OpenVINO for Linux* Using APT Repository

https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_apt.html

 

When we tried to execute this command,

echo "deb https://apt.repos.intel.com/openvino/2021 all main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2021.list

 

it shows that It says "No such file or directory" 

Can you guys verify on this?


Thanks.

Labels (1)
0 Kudos
2 Replies
Wan_Intel
Moderator
1,540 Views

Hi DarkHorse,

Thank you for reaching out to us.


I have verified the following step to add the APT Repository in Ubuntu 20.04 and Ubuntu 18.04, and it’s working fine:

echo "deb https://apt.repos.intel.com/openvino/2021 all main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2021.list>


The error you’re facing occurs if the following directory is missing from your local machine:

“/etc/apt/sources.list.d”


Thus, I would suggest you run sudo apt-get update and install Intel® Distribution of OpenVINO™ toolkit for Linux* Using APT Repository again.



Regards,

Wan


0 Kudos
Wan_Intel
Moderator
1,485 Views

Hi DarkHorse,

 

This thread will no longer be monitored since we have provided a suggestion. 

If you need any additional information from Intel, please submit a new question.

 

Regards,

Wan


0 Kudos
Reply