- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ernesto, we have shared a private message. Please check your community inbox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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®.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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®.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page