sudo apt-get update 错误 http://archive.canonical.com natty InRelease 错误 http://mirror.rootguide.org natty InRelease 错误 http://mirror.lupaworld.com natty InRelease 错误 http://mirrors.shlug.org natty InRelease 错误 http://tw.archive.ubuntu.com natty InRele…
apt get update无法正常使用 解决方法参考博客 [问题描述] 前几天执行apt相关命令(如apt-get update),都会长时间停在``等待报头'',超时后,显示连接超时. 换了快速指南上提到的所有源,但是依然没有效果 今天执行的时候,打印出了如下信息: 代码: 全选 $ sudo apt-get update 错误 http://archive.ubuntu.com gutsy Release.gpg 无法连接上 localhost:4001 (127.0.0.1). - co…
问题描述如下: 拿起了封尘已久的ThinkPad,输入 sudo apt update 的时候,发现这个命令变得不好使了,具体出现的问题如下图所示: #( 09/08/19@ 2:44下午 )( python@Sakura ):~/下载/shadowsocksr@manyuser✔ sudo apt update 忽略:1 http://dl.google.com/linux/chrome/deb stable InRelease 命中:2 http://dl.google.com/linux/…
luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ luo@luo-ThinkPad-W540:~$ sudo apt install libreadline-devReading package lists... Error!E: Encountered a section with no Package: headerE: Problem with MergeList /var/lib/apt/…
在etc/apt   的sources.list 添加镜像源 debhttp://http.kali.org/kali kali-rolling main non-free contrib 或 deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib 然后 sudo apt-get update/sudo apt update && sudo apt upgrade 接着安装就可以了.注意要连网.   de…
然后按照错误信息安安装网络工具: sudo apt install net-tools shl@shl-tx:~$ sudo apt install net-tools正在读取软件包列表... 完成正在分析软件包的依赖关系树       正在读取状态信息... 完成 之后再输入ifconfig就可就可以用了,不知道为什么,这个按理说应该系统会自动下载的,但是没有 ,不过没事,好在提醒怎么解决了…
当执行sudo apt install rpm时失败(apt-get也失败),输出如下报错信息: E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it? 经查找,出现该问题的原因是:还有一个线程在使用…
sudo apt -y upgrade     直接upgrade,不再询问y/n 但是如果是sudo apt-get install scilab -y 那么,就不再显示上图中的信息,即当安装包的时候会询问y/n,这个参数是所有询问默认y,下边不再提醒,在终端输入以上命令时,直接下载安装,不再要求确认…
参考: Docker containers can't resolve DNS on Ubuntu 14.04 Desktop Host Unable to locate package错误解决办法 问题: 运行: make -f docker.mk base-docker-image 时,出现如下错误: Sending build context to Docker daemon 9.728 kB Step 1/25 : FROM ubuntu:14.04 ---> b969ab9f929b…