Debian问题汇总

1、apt更新问题(系统版本8.6.0 amd64),输入apt update提示信息如下:

W: There is no public key available for the following key IDs:EF0F382A1A7B6500

    此问题是由于系统没有debian-key文件所导致的,解决方法如下:

apt install debian-keyring debian-archive-keyring

    安装完毕之后,再使用apt update则不会报错。参考网址如下:

http://www.fyhqy.com/post-362.html


猜你喜欢

转载自blog.51cto.com/eholog/2176364