Hi there,
When I install NCSDK2 on my machine (Ubuntu Linux 16.04 LTS), it return an error message after I make install
in the folder ncsdk
:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64 InRelease: The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64 InRelease: The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64 InRelease: The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: The repository 'http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu trusty Release' does not have a Release file.
W: The repository 'http://ppa.launchpad.net/gias-kay-lee/npm/ubuntu xenial Release' does not have a Release file.
W: Failed to fetch https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64/InRelease The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: Failed to fetch https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64/InRelease The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
W: Failed to fetch https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64/InRelease The following signatures were invalid: KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745 KEYEXPIRED 1538166745
E: Failed to fetch http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/trusty/main/source/Sources 403 Forbidden
E: Failed to fetch http://ppa.launchpad.net/gias-kay-lee/npm/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
W: Some index files failed to download. They have been ignored, or old ones used instead.
Installation failed: Command 'sudo -E apt-get update' return code=100. Error on line 324 in ./install-utilities.sh. Will exit
Makefile:47: recipe for target 'install' failed
Is there any help?
Yung-Sheng Lu
链接已复制
3 回复数
Hi there,
I have solved by the following commands:
# Find out which PPA repositories are broken
$ sudo apt-get update | grep "Failed"
# Remove the broken PPA repositories
$ sudo add-apt-repository --remove ppa:<NAME_OF_PPA_REPO>
Thanks
Yung-Sheng Lu
