I have this problem when I try to update (sudo agt-get update
), the full logs after finishing update with the error are:
E: The repository 'file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'file:/var/cudnn-local-repo-ubuntu2004-8.6.0.163 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'file:/var/cudnn-local-repo-ubuntu2204-8.6.0.163 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
my system:
Ubuntu: 20.04. arch=x86_64. codename=focal
I couldn't found anything related with this problem can anyone help me with this?
file:/var/cudnn-local-repo-ubuntu2004-8.4.1.50
which needs to be removed. – guiverc Sep 08 '23 at 11:50nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Wed_Jun__8_16:49:14_PDT_2022 Cuda compilation tools, release 11.7, V11.7.99 Build cuda_11.7.r11.7/compiler.31442593_0
– ABDULGHANI ALRAWI Sep 08 '23 at 14:42libcudnn
. If you want to try those installs you can always substitute the driver versions for what you want. The newest NVIDIA driver is535.86.05
from the repos. You are more than welcome to use that answer but make sure that you change the version numbers to match what you are installing. – Terrance Sep 08 '23 at 14:50