oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.

intel-basekit-32bit APT error

p2pbsh
Beginner
1,539 Views

There seems to be an issue when trying to install the 32 version of the intel basekit.

 

Repo steps:

 

- Perform pre install steps and configure repository according to: APT (intel.com)

- Install 64 bit kit using sudo apt install intel-basekit. Result, success.

- Install 32 bit kit using sudo apt install intel-basekit-32bit. Result, failure, receive error ' Unable to locate package intel-basekit-32bit'

 

32 bit version of package seems to be missing from your APT repository.

 

0 Kudos
1 Solution
ArpanB_Intel
Moderator
1,149 Views

Hi, could you use the following command and check if you are able to install the 32bit BaseKit version:


sudo dpkg --add-architecture i386 && apt update


We would like to know.


View solution in original post

9 Replies
ArpanB_Intel
Moderator
1,528 Views

Hi, could you confirm the following with us:


  • OS build on which you are installing the toolkit
  • Screenshot of the error screen


We would like to know.


0 Kudos
p2pbsh
Beginner
1,521 Views

System setup, Ubuntu 22.04.1 running on WSL2.

 

Screenshot of error encountered when running sudo apt install intel-basekit-32bit attached.

 

Just to reiterate, only the 32bit package causing an issue, 64bit package installs fine.

 

0 Kudos
ArpanB_Intel
Moderator
1,495 Views

Hi, thank you for sharing the screenshot with us.


We have contacted you internally with some information. Please check your inbox for further updates.


0 Kudos
ArpanB_Intel
Moderator
1,279 Views

Hi, we have contacted you privately to gather some information. Please check your inbox for further updates.


0 Kudos
p2pbsh
Beginner
1,265 Views

Unfortunately issue still not resolved, tried again from my dev PC and a fresh Ubuntu VM, 32bit basekit still not found.

0 Kudos
ArpanB_Intel
Moderator
1,255 Views

Hi, we have contacted you internally to share some information. Please check your inbox for further updates.


0 Kudos
ArpanB_Intel
Moderator
1,150 Views

Hi, could you use the following command and check if you are able to install the 32bit BaseKit version:


sudo dpkg --add-architecture i386 && apt update


We would like to know.


p2pbsh
Beginner
1,115 Views

Hi, that fixed it, am now able to apt install the 32bit basekit. Thank you.

0 Kudos
ArpanB_Intel
Moderator
1,104 Views

Hi, thank you for accepting our solution. We are glad that the issue is resolved.


If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®.


0 Kudos
Reply