- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you need any additional information, please submit a new question as this thread will no longer be monitored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
doing:
`sudo apt-get --allow-releaseinfo-change update`
as in https://github.com/intel/compute-runtime/issues/295
should be enough.
Best,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
ok my issue is due to the saved keys were expired
so doing only a
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page