当前位置:网站首页>apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted
apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted
2022-07-02 06:22:00 【呆呆象呆呆】
问题 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 一起解决
边栏推荐
猜你喜欢
Browser principle mind map
深入学习JVM底层(四):类文件结构
ctf-web之练习赛
Learn about various joins in SQL and their differences
Ruijie ebgp configuration case
In depth understanding of JUC concurrency (II) concurrency theory
Pbootcms collection and warehousing tutorial quick collection release
Thread hierarchy in CUDA
Redis - grande question clé
Support new and old imperial CMS collection and warehousing tutorials
随机推荐
Loops in tensorrt
一起学习SQL中各种join以及它们的区别
CUDA中的Warp Shuffle
ctf三计
CUDA中的存储空间修饰符
CUDA中的函数执行空间说明符
TensorRT的数据格式定义详解
AtCoder Beginner Contest 253 F - Operations on a Matrix // 树状数组
Does the assignment of Boolean types such as tag attribute disabled selected checked not take effect?
Cglib代理-代码增强测试
unittest.TextTestRunner不生成txt测试报告
10 erreurs classiques de MySQL
递归(迷宫问题、8皇后问题)
IPv6 experiment and summary
Code skills - Controller Parameter annotation @requestparam
深入了解JUC并发(一)什么是JUC
Introduce two automatic code generators to help improve work efficiency
Sentinel Alibaba open source traffic protection component
Sentinel rules persist to Nacos
IDEA公布全新默认UI,太清爽了(内含申请链接)