赞
踩
1、在deepin系统中发现-bash: tree: 未找到命令时,想通过指令安装对应的命令组件。
2、执行命令行出现错误,安装不上对应的指令库。
- sudo apt-get update
- sudo apt-get install **
报错信息为:
E: 仓库 “http://mirrors.ustc.edu.cn/debian/ eagle InRelease” 没有数字签名。
N: 无法安全地用该源进行更新,所以默认禁用该源。
3、解决方法
第一步:先确保当前的系统可以访问外网,是否可以ping通外网
ping www.baidu.com
第二步:执行下列指令
sudo vim /etc/apt/sources.list
第三步:在sources.list文件的内容直接替换为下列内容
- deb http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
- deb http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
- deb http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib
- deb-src http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
- deb-src http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
- deb-src http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib
- deb http://mirrors.ustc.edu.cn/debian-security/ stretch/updates main non-free contrib
- deb-src http://mirrors.ustc.edu.cn/debian-security/ stretch/updates main non-free contrib
第四步:在编辑界面保存完成:wq
第五步:重新执行对应的更新指令进行安装
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。