Apt -get update error with Jetson Xavier developer kit

I have Nvidia Jetxon Xavier NX developer board, installed JetPack 5.1.2, when run the command: sudo apt-get update, I am getting the error. I have tried either by taking remote access through SSH and also through SDK manager.
Error:
sudo apt-get update

[sudo] password for xavier:

Ign:1 ftp://ports.ubuntu.com/ubuntu-ports focal InRelease

Ign:2 ftp://ports.ubuntu.com/ubuntu-ports focal-updates InRelease

Ign:3 ftp://ports.ubuntu.com/ubuntu-ports focal-backports InRelease

Ign:4 https://repo.download.nvidia.com/jetson/common r35.4 InRelease

Ign:5 ftp://ports.ubuntu.com/ubuntu-ports focal-security InRelease

Err:6 ftp://ports.ubuntu.com/ubuntu-ports focal Release

The server refused the connection and said: Proxy is closed [IP: 185.125.190.36 21]

Ign:7 https://repo.download.nvidia.com/jetson/t194 r35.4 InRelease

Err:8 ftp://ports.ubuntu.com/ubuntu-ports focal-updates Release

The server refused the connection and said: Proxy is closed [IP: 185.125.190.39 21]

Err:9 ftp://ports.ubuntu.com/ubuntu-ports focal-backports Release

The server refused the connection and said: Proxy is closed [IP: 185.125.190.36 21]

Err:10 ftp://ports.ubuntu.com/ubuntu-ports focal-security Release

The server refused the connection and said: Proxy is closed [IP: 185.125.190.39 21]

Err:11 https://repo.download.nvidia.com/jetson/common r35.4 Release

Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 23.41.186.145 443]

Err:12 https://repo.download.nvidia.com/jetson/t194 r35.4 Release

Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 23.41.186.145 443]

Reading package lists… Done

E: The repository ‘ftp://ports.ubuntu.com/ubuntu-ports focal Release’ no longer has 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 ‘ftp://ports.ubuntu.com/ubuntu-ports focal-updates Release’ no longer has 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 ‘ftp://ports.ubuntu.com/ubuntu-ports focal-backports Release’ no longer has 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 ‘ftp://ports.ubuntu.com/ubuntu-ports focal-security Release’ no longer has 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 ‘https://repo.download.nvidia.com/jetson/common r35.4 Release’ no longer has 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 ‘https://repo.download.nvidia.com/jetson/t194 r35.4 Release’ no longer has 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.

I feel you are doing something wrong.

Where did you run apt-get update? On xavier? or somewhere else?

Where did you run sdkmanager? On xavier? or somewhere else?

SDK manager I am running on the Ubuntu 20.0 host machine and also I tried by taking remote access through terminal. The everywhere common error is ‘https://repo.download.nvidia.com/jetson/common r35.4 Release’ no longer has a Release file.

Does your Xavier just get flashed or it has been flashed for a while and you just run apt-get recently?

Xavier have been flashed 1 month back and now I trying for apt-get but it is throwing error. Even if I am trying to install pip library I am getting the same error.

Try to remove the 35.4 thing from apt source list and run apt-get update again.

May I know the path from where I can access 35.4 file

/etc/apt

After removing 35.4 file still getting the error.

xavier@ubuntu:~$ sudo apt-get update
[sudo] password for xavier:
Ign:1 ftp://ports.ubuntu.com/ubuntu-ports focal InRelease
Ign:2 ftp://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Ign:3 ftp://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Ign:4 ftp://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Err:5 ftp://ports.ubuntu.com/ubuntu-ports focal Release
The server refused the connection and said: Proxy is closed [IP: 185.125.190.39 21]
Err:6 ftp://ports.ubuntu.com/ubuntu-ports focal-updates Release
The server refused the connection and said: Proxy is closed [IP: 185.125.190.36 21]
Err:7 ftp://ports.ubuntu.com/ubuntu-ports focal-backports Release
The server refused the connection and said: Proxy is closed [IP: 185.125.190.39 21]
Err:8 ftp://ports.ubuntu.com/ubuntu-ports focal-security Release
The server refused the connection and said: Proxy is closed [IP: 185.125.190.36 21]
Reading package lists… Done
E: The repository ‘ftp://ports.ubuntu.com/ubuntu-ports focal Release’ no longer has 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 ‘ftp://ports.ubuntu.com/ubuntu-ports focal-updates Release’ no longer has 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 ‘ftp://ports.ubuntu.com/ubuntu-ports focal-backports Release’ no longer has 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 ‘ftp://ports.ubuntu.com/ubuntu-ports focal-security Release’ no longer has 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.

Hi Wayne, Could you please help me to solve this error.

Hi,

We have no issue with same repo on our side. It could be your network environment issue that some ubuntu repo cannot be accessed in your area.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.