相关疑难解决方法(0)

第 22 条:需要 apt-utils 来安装 apt-utils?

当我遇到这个问题时,我试图安装其他东西。所以我尝试安装apt-utils来解决它。但是我无法安装 apt-utils,因为我的控制台告诉我我没有 apt-utils:

root@napajohn:~# apt-get install apt-utils
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  apt-utils
0 upgraded, 1 newly installed, 0 to remove and 28 not upgraded.
3 not fully installed or removed.
Need to get 0 B/129 kB of archives.
After this operation, 365 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  apt-utils
Install these packages without verification [y/N]? y
debconf: delaying package configuration, …
Run Code Online (Sandbox Code Playgroud)

debian installation apt-get

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

dpkg: 错误处理 /var/cache/apt/archives/python2.6-minimal_2.6.6-5ubuntu1_i386.deb (--unpack)

我有一个问题(问题 199582)已解决。不幸的是,我现在被困在这一点上。

跑步

root@X100e:/var/cache/apt/archives# apt-get dist-upgrade 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  file libexpat1 libmagic1 libreadline6 libsqlite3-0 mime-support python python-minimal python2.6 python2.6-minimal readline-common
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/5,204kB of archives.
After this operation, 19.7MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 6108 …
Run Code Online (Sandbox Code Playgroud)

linux package-management python dpkg ubuntu

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