apt update时出现证书相关问题,可以关闭apt验证

vi /etc/apt/apt.conf.d/99disable-signature-verification

添加以下内容:

Acquire::AllowInsecureRepositories "true";

Acquire::AllowDowngradeToInsecureRepositories "true";

Acquire::AllowUnauthenticated "true";

参考链接:

apt-secure(8) --- apt --- Debian unstable --- Debian Manpages

相关推荐
ascarl201019 小时前
记录一下es节点掉线后修复好了的情况
运维·jenkins
阿巴~阿巴~19 小时前
JsonCpp:C++ JSON处理利器
linux·网络·c++·json·tcp·序列化和反序列化
j***294819 小时前
IPV6公网暴露下的OPENWRT防火墙安全设置(只允许访问局域网中指定服务器指定端口其余拒绝)
服务器·安全·php
ao_lang19 小时前
数据链路层
linux·服务器·网络
safestar201219 小时前
Elasticsearch深度实战:从分布式原理到生产环境踩坑全记录
运维·搜索引擎·全文检索·es
z***33519 小时前
【MySQL系列文章】Linux环境下安装部署MySQL
linux·mysql·adb
额呃呃19 小时前
零拷贝I/O的核心概念
服务器·php·apache
偶像你挑的噻20 小时前
13-Linux驱动开发-中断子系统
linux·驱动开发·stm32·嵌入式硬件
小兔薯了20 小时前
7. LNMP-wordpress
android·运维·服务器·数据库·nginx·php
福尔摩斯张20 小时前
Linux进程间通信(IPC)机制深度解析与实践指南
linux·运维·服务器·数据结构·c++·算法