Today I've installed from scratch Ubuntu 23.10 on my computer. After having installed all the software I need, I tried to install CUDA from the NVIDIA website, following their instructions: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_local
There's written that the latest version supported is 22.04 anyway I tried..., the problem happens with the last command sudo apt-get -y install cuda-toolkit-12-3 because the terminal gives me an error:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nsight-systems-2023.3.3 : Depends: libtinfo5 but it is not installable
E: Unable to correct problems, you have held broken packages.
I tried to manually install such library but I get E: Package 'libtinfo5' has no installation candidate
Is there any way to install cuda on this system ?
sources.listfile as you mentioned above, on Ubuntu 24.04, I am seeing the following line on top of the file. Does that mean we should edit that file in future releases instead of what you mentioned above?# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sourcesKeep in mind that your file still works as I tested it in 24.04 (as mentioned in my last comment). Just wondering if you should edit your response for newer version of Ubuntus.
– mgNobody May 18 '24 at 03:03/etc/apt/sources.list.d/ubuntu.sources. Thank you! – jspinella May 20 '24 at 18:18http://old-releases.ubuntu.com/ubuntu/, as suggested by Jack Daus. – Manu J4 Jan 12 '25 at 21:58