相关疑难解决方法(0)

如何禁用多架构支持?

我不想安装任何 i386 包。有什么办法可以禁用功能吗?

package-management multiarch

48
推荐指数
4
解决办法
7万
查看次数

不小心添加了架构 1386 而不是 i386

在我的 Ubuntu 机器上安装 wine 时,我在允许 32 位和 64 位系统时犯了一个小错字。我不小心输入sudo dpkg --add-architecture 1386i386.

现在,当我尝试sudo apt-get update或安装任何新软件时,我最终会收到(除其他外)两条明显的错误消息。第一个是:

404 IP [some strange number, not my IP address] not found
Run Code Online (Sandbox Code Playgroud)

第二条错误消息以以下内容结尾:

architecture 1386 not supported
Run Code Online (Sandbox Code Playgroud)

我相信这是我使用dpkg命令时输入错误的结果。我怎样才能撤消这个操作?

非常感谢。

package-management dpkg 20.04

14
推荐指数
1
解决办法
4091
查看次数

无法下载存储库信息(错误的sources.list条目或格式错误的文件)

我在尝试更新软件包列表时收到以下错误日志:

Failed to download repository information
Check your Internet connection.
W:Failed to fetch http://ftp.wcss.pl/ubuntu/dists/trusty-updates/InRelease  Unable to find expected entry 'main/binary-aarch64/Packages' in Release file (Wrong sources.list entry or malformed file)
W:Failed to fetch http://ftp.wcss.pl/ubuntu/dists/trusty-backports/InRelease  Unable to find expected entry 'main/binary-aarch64/Packages' in Release file (Wrong sources.list entry or malformed file)
W:Failed to fetch http://ftp.wcss.pl/ubuntu/dists/trusty-security/InRelease  Unable to find expected entry 'main/binary-aarch64/Packages' in Release file (Wrong sources.list entry or malformed file)
W:Failed to fetch http://ftp.wcss.pl/ubuntu/dists/trusty/Release  Unable to find expected entry 'main/binary-aarch64/Packages' in Release file …
Run Code Online (Sandbox Code Playgroud)

updates apt

4
推荐指数
1
解决办法
2354
查看次数

标签 统计

package-management ×2

20.04 ×1

apt ×1

dpkg ×1

multiarch ×1

updates ×1