Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[apt-get update]ubuntu16.04 Ubuntu repository does not have a Release file #54

Open
cherishman2005 opened this issue Feb 20, 2023 · 4 comments

Comments

@cherishman2005
Copy link
Owner

No description provided.

@cherishman2005
Copy link
Owner Author

cherishman2005 commented Feb 20, 2023

sudo rm -r /var/lib/apt/lists/*

sudo apt-get update

https://askubuntu.com/questions/996718/ubuntu-repository-does-not-have-a-release-file

@cherishman2005
Copy link
Owner Author

Err:6 https://storage.googleapis.com/bazel-apt stable/jdk1.8 amd64 Packages
  gnutls_handshake() failed: Decryption has failed.

执行如下命令,进行修复

curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -

@cherishman2005
Copy link
Owner Author

apt-get update错误

W: The repository 'https://storage.googleapis.com/bazel-apt stable Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://storage.googleapis.com/bazel-apt/dists/stable/jdk1.8/binary-amd64/Packages  gnutls_handshake() failed: Decryption has failed.
E: Failed to fetch https://mirrors.aliyun.com/kubernetes/apt/dists/kubernetes-xenial/main/binary-amd64/Packages  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Some index files failed to download. They have been ignored, or old ones used instead.

@cherishman2005 cherishman2005 changed the title Ubuntu repository does not have a Release file [apt-get update]ubuntu16.04 Ubuntu repository does not have a Release file Feb 20, 2023
@cherishman2005
Copy link
Owner Author

sudo dpkg-reconfigure ca-certificates

选择“DST Root CA X3”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant