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.
1533 Discussions

Failure to install oneAPI Base Toolkit on Linux Mint 20.1

ernstmh
Beginner
1,843 Views

While trying to install Intel Fortran 2024 following all steps on the Intel® oneAPI Toolkits Installation Guide for Linux* OS apt fails:

 

$ sudo apt install intel-basekit

Building dependency tree
Reading state information... Done
E: Unable to locate package intel-basekit

I had the same experience on a CentOS7 system!

 

Has anyone experience a similar issue?

 

Thanks!

0 Kudos
5 Replies
Barbara_P_Intel
Employee
1,831 Views

This is an installation issue. I will move this to the forum that supports installation.

Did you read the System Requirements article? Those OSs are not officially tested or supported. But maybe they will have some ideas.

 

0 Kudos
ernstmh
Beginner
1,824 Views

Thanks Barbara! I read the System Requirements and assumed Mint 20.1 to be equivalent to Ubuntu 20.04. I can usually download Ubuntu packages on Mint.

0 Kudos
Vipin_S_Intel
Moderator
1,754 Views

Hi Ernesto, we have shared a private message. Please check your community inbox.


0 Kudos
Vipin_S_Intel
Moderator
1,729 Views

Hi Ernesto, kindly refer to the provided link for a list of Linux distributions supported by Intel® oneAPI 2024.0, as thoroughly tested and verified by Intel®.


Supported Linux distributions


Kindly follow the below steps to resolve the issue at the earliest:


Pre-Installation Steps


Step 1: Set up the repository:


# download the key to system keyring

wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \

| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null



# add signed entry to apt sources and configure the APT client to use Intel repository:

echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list


Step 2: Update packages list and repository index:


sudo apt update




Step 3: Install Package


Get the name of a toolkit package that you need to install from the list of Intel oneAPI packages. Write down or copy your package name for future reference.


Install the needed package with the following command:


sudo apt install <package_name>

#repeat 'apt install ...' for each toolkit you need


Kindly refer to the below link for more information:


Intel® oneAPI Toolkits Installation Guide for Linux* OS



0 Kudos
Vipin_S_Intel
Moderator
1,678 Views

Hi Ernesto, unfortunately we were unable to hear back from you. 


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


0 Kudos
Reply