相关疑难解决方法(0)

16.04 apt 更新永无止境

几天前就开始了。我正在运行sudo apt update命令,它永远不会结束。终端输出是

Get:1 http://ru.archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                     
Hit:3 http://ppa.launchpad.net/attente/java-non-latin-shortcuts/ubuntu xenial InRelease
Hit:4 http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu xenial InRelease
Ign:5 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:6 http://ru.archive.ubuntu.com/ubuntu xenial-updates InRelease             
Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [94,5 kB]    
Hit:8 http://dl.google.com/linux/chrome/deb stable Release                     
Hit:9 http://ru.archive.ubuntu.com/ubuntu xenial-backports InRelease           
Fetched 341 kB in 2s (150 kB/s)
Run Code Online (Sandbox Code Playgroud)

虽然这个过程系统风扇速度在我的笔记本电脑上得到了提升,但听这个有点烦人。虽然没有过多的 CPU 活动。你们能提示我为什么会这样吗?

apt

10
推荐指数
1
解决办法
2万
查看次数

sudo apt-get update 中途取消,现在无法运行 sudo apt-get update

我是 ubuntu 的新用户。到目前为止,它运行得相当好。今天我尝试过“sudo apt-get update”,但在获取数据后它冻结了。这是输出:

sudo apt-get update 
Hit:1 http://archive.canonical.com/ubuntu xenial InRelease
Hit:2 http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu xenial InRelease
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]    
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial InRelease                     
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [92.2 kB]
Fetched 187 kB in 0s (225 kB/s)  
Run Code Online (Sandbox Code Playgroud)

使用sudo apt-get clean然后sudo apt-get update,我得到以下问题:

E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/
Run Code Online (Sandbox Code Playgroud)

使用sudo rm -rf /var/lib/apt/lists/lock然后sudo apt-get update我得到一个新问题: …

updates apt repository

5
推荐指数
2
解决办法
2547
查看次数

标签 统计

apt ×2

repository ×1

updates ×1