My suspicion is that your client is not contacting the repository source correctly.
Thereās a couple of things Iād like to check.
Run the command ācat /etc/apt/sources.list.d/nvhpc.listā and letās see whatās exactly in that file.
Iād also like to see the output from āapt search nvhpc-25-3ā. This is what I get and is what I would expect:
Sorting⦠Done
Full Text Search⦠Done
nvhpc-25-3/unknown 25.3-0 amd64
NVIDIA HPC SDK 25.3
nvhpc-25-3-cuda-multi/unknown 25.3-0 amd64
CUDA 11.8 files for NVIDIA HPC SDK 25.3-0
Hello, thank you for response !
āNo such file or directoryā in the first case and
Sorting⦠Done
Full Text Search⦠Done
in the second case. That all.
Among other things, the file /etc/apt/sources.list.d/nvhpc.list lists where to download the nvhpc sources. So if that file is empty, thatās a major problem.
This directory exists with the two items inside: āubuntu.soursesā and āubuntu.sourses.curtin.origā.
However, the directory /usr/share/keyrings/ contains a ānvidia-hpcsdk-archive-keyring.gpgā file.
echo ādeb
[signed-by=/usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg] Index of /hpc-sdk/ubuntu/amd64 /ā | sudo tee
/etc/apt/sources.list.d/nvhpc.list
did not actually write the file /etc/apt/sources.list.d/nvhpc.list?
Is the disk full? Permissions? Sudo not configured correctly?
You can always create the file with sudo vi /etc/apt/sources.list.d/nvhpc.list and put this line into that file:
After all the torment, I decided to repeat the installation process, and everything worked out. THANK YOU FOR YOUR SUPPORT!!!
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 5,276 MB of archives.
After this operation, 18.0 GB of additional disk space will be used.
Get:1 Index of /hpc-sdk/ubuntu/amd64 nvhpc-25-3 25.3-0 [5,276 MB]
Fetched 5,276 MB in 1min 32s (57.3 MB/s)
Selecting previously unselected package nvhpc-25-3.
(Reading database ⦠264083 files and directories currently installed.)
Preparing to unpack ā¦/nvhpc-25-3_25.3-0_amd64.deb ā¦
Unpacking nvhpc-25-3 (25.3-0) ā¦
Setting up nvhpc-25-3 (25.3-0) ā¦
malik@malik-HP-ZBook-Power-15-6-inch-G9-Mobile-Workstation-PC:~$