apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted

Posted 呆呆象呆呆

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted相关的知识,希望对你有一定的参考价值。

问题 apt命令报证书错误

Certificate verification failed: The certificate is NOT trusted

处理办法

1.更改源文件,将所有的https改成http:

sudo vi /etc/apt/sources.list

更改过后如下:

deb http://mirrors.zju.edu.cn/ubuntu/ focal main restricted universe multiverse
deb http://mirrors.zju.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
deb http://mirrors.zju.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
deb http://mirrors.zju.edu.cn/ubuntu/ focal-security main restricted universe multiverse

2.更新源

sudo apt-get update

3.安装/更新证书ca-certificates

sudo apt-get install --reinstall ca-certificates

4.参照步骤一将镜像源文件改回https
改完后/etc/apt/sources.list 文件内容如下:

deb https://mirrors.zju.edu.cn/ubuntu/ focal main restricted universe multiverse
deb https://mirrors.zju.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
deb https://mirrors.zju.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
deb https://mirrors.zju.edu.cn/ubuntu/ focal-security main restricted universe multiverse

5.再次更新源

sudo apt-get update

6.至此可以正常安装软件了。

sudo apt-get install xxxxx

参考文献

Unable to locate package错误解决_自由渴望的博客-CSDN博客
apt命令报证书错误的解决方法------- Certificate verification failed: The certificate is NOT trusted._Chaowanq的博客-CSDN博客
From LFY 一起解决

以上是关于apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted的主要内容,如果未能解决你的问题,请参考以下文章

使用git报ssl certificate problem self signed certificate错误解决

20: unable to get local issuer certificate

docker pull 失败报错:x509: certificate has expired or is not yet valid

SSL routines:tls_process_server_certificate:certificate verify failed:证书验证失败问题

SSL routines:tls_process_server_certificate:certificate verify failed:证书验证失败问题

SSL routines:tls_process_server_certificate:certificate verify failed:证书验证失败问题