Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.

Intel oneAPI Debian Repo

MohammedSaif
Employee
2,319 Views

Hi there,

 

I'd like to install this reference implementation. However, I getting an error whilst attempting to install it. Error being:

saif@saif-Latitude-7520:~/Desktop/4thLPR/automated_license_plate_recognition$ ./edgesoftware install
[sudo] password for saif:
Please enter the Product Key. The Product Key is contained in the email you received from Intel confirming your download: cf9f1425-d1e3-48c9-837f-a89f8bec9d9b
Starting the setup...
ESB CLI version: 2022.3
Target OS: Ubuntu 20.04
Python version: 3.8.10
Checking Internet connection
Connected to the Internet
Validating package product key
Successfully validated Product Key
Checking for prerequisites
E: Repository 'https://apt.repos.intel.com/oneapi all InRelease' changed its 'Label' value from '' to 'Intel oneAPI Debian Repo'
Failed to update apt list. Exiting installation.

 

Any suggestions?

0 Kudos
1 Solution
JesusE_Intel
Moderator
2,298 Views

Hi MohammedSaif,


Thanks for reaching out, I just went through the installation process on a fresh Ubuntu 20.04 system and did not run into any issues. Have you installed any of the oneAPI software on this system? You should also see this error when running apt update. Maybe you can check the following source files and comment out the oneAPI repositories and try the installation process again.


/etc/apt/sources.list

/etc/apt/sources.list.d/*.list


Regards,

Jesus



View solution in original post

0 Kudos
5 Replies
JesusE_Intel
Moderator
2,299 Views

Hi MohammedSaif,


Thanks for reaching out, I just went through the installation process on a fresh Ubuntu 20.04 system and did not run into any issues. Have you installed any of the oneAPI software on this system? You should also see this error when running apt update. Maybe you can check the following source files and comment out the oneAPI repositories and try the installation process again.


/etc/apt/sources.list

/etc/apt/sources.list.d/*.list


Regards,

Jesus



0 Kudos
kharo22
Novice
1,044 Views

Hello

I have the same issue

current oneApi.list contained

 

deb https://apt.repos.intel.com/oneapi all main

 

what value should it contain please ?

 

thanks

0 Kudos
JesusE_Intel
Moderator
2,254 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
GeorgeBisbas
New Contributor I
1,848 Views

Hi,

doing:

`sudo apt-get --allow-releaseinfo-change update`

 

as in https://github.com/intel/compute-runtime/issues/295
should be enough.

Best,
George

kharo22
Novice
968 Views

Hi

ok my issue is due to  the saved keys were expired

 

so doing only a 

curl -fsSL https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo gpg -q --yes -o /etc/apt/trusted.gpg.d/intel.pgp
and explain it to apt with  `/etc/apt/source.list.d/oneApi.list`

`deb [signed-by=/etc/apt/trusted.gpg.d/intel.pgp] https://apt.repos.intel.com/oneapi all main`
and then apt update is working again

So sometimes we need to update  /etc/apt/trusted.gpg.d/intel.pgp
within the above command.
thanks


that's clear now
 
0 Kudos
Reply