Apt 更新错误(跳过配置获取)

Apt 更新错误(跳过配置获取)

我知道 AQ 上有一个类似的问题,我已经看了好几天了。它不适用于我,因为它是关于 Google Chrome 的,而我的不是。我无法修改解决方案以使其适合我,因为我不太了解它们和/或它不起作用。

我希望有人知道该怎么做:

第一张图片

第二张图片

书面示例:

N: Skipping acquire of configured file 'partner/binary-i396/Packages' as repository 'http://archive.canonical.com/ubuntu zesty InRelease' doesn't support architecture 'i396'
N: Skipping acquire of configured file 'partner/binary-i1386/Packages' as repository 'http://archive.canonical.com/ubuntu zesty InRelease' doesn't support architecture 'i1386'
N: Skipping acquire of configured file 'main/binary-i1386/Packages' as repository 'http://archive.ubuntu.com/ubuntu zesty InRelease' doesn't support architecture 'i1386'
N: Skipping acquire of configured file 'main/binary-i396/Packages' as repository 'http://archive.ubuntu.com/ubuntu zesty InRelease' doesn't support architecture 'i396'

我不知道该怎么办,我没有安装很多程序,而那些我不再需要的程序,我已经完全清除并删除了它们以及它们的依赖项。

感谢您的任何帮助。

编辑:根据 Pilot6 的要求,输出如下:

# deb cdrom:[Ubuntu 17.04 _Zesty Zapus_ - Release amd64 (20170412)]/ zesty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu zesty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu zesty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu zesty universe
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty universe
deb http://archive.ubuntu.com/ubuntu zesty-updates universe
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu zesty multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty multiverse
deb http://archive.ubuntu.com/ubuntu zesty-updates multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu zesty-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu zesty partner
# deb-src http://archive.canonical.com/ubuntu zesty partner
deb http://archive.ubuntu.com/ubuntu zesty-security main restricted
deb http://archive.ubuntu.com/ubuntu zesty-security universe
# deb-src http://security.ubuntu.com/ubuntu zesty-security universe
deb http://archive.ubuntu.com/ubuntu zesty-security multiverse
# deb-src http://security.ubuntu.com/ubuntu zesty-security multiverse
# deb http://archive.canonical.com/ zesty parnet partner
# deb-src http://archive.canonical.com/ zesty parnet
# deb-src http://archive.canonical.com/ zesty partner
# deb http://archive.canonical.com zesty partner
# deb-src http://archive.canonical.com zesty partner

编辑:

~$ dpkg --print-foreign-architectures
i386
i1386
i396

答案1

在终端中运行

sudo dpkg --remove-architecture i1386
sudo dpkg --remove-architecture i396

这些架构并不存在。您在运行某些命令时输入了一些错误。请多加小心。

相关内容