gpt4 book ai didi

ubuntu - 如何在 debian 中安装 apt 包?

转载 作者:行者123 更新时间:2023-12-04 18:32:47 25 4
gpt4 key购买 nike

我有 Debian GNU/Linux 6.0.4(挤压)。错误地从我的操作系统中删除了所有 apt 文件。我正在尝试安装包“apt_0.9.7.1_amd64.deb”。但是在安装软件包时出现以下错误:

Unpacking replacement apt ...
dpkg: dependency problems prevent configuration of apt:
apt depends on libapt-pkg4.12 (>= 0.9.7.1); however:
Package libapt-pkg4.12 is not installed.
apt depends on libstdc++6 (>= 4.6); however:
Version of libstdc++6 on system is 4.4.5-8.
apt depends on debian-archive-keyring; however:
Package debian-archive-keyring is not installed.
dpkg: error processing apt (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
apt

谁能知道如何安装apt包?或者有没有其他方法来安装包。

在使用 sudo apt-get update 等任何命令时,我收到错误
apt : Depends: debian-archive-keyring but it is not going to be installed

为了安装 debian-archive-keyring,我需要 apt,而对于 apt,我需要 debian-archive-keyring。
请提出任何解决方案。

最佳答案

由于apt不再存在于您的系统上,您必须手动修复此问题。

对我来说,这适用于 Ubuntu 13.10:

已下载 apt_1.0.1ubuntu2.5_amd64.deb :
http://packages.ubuntu.com/trusty/apt

尝试使用 dpkg 安装它:

sudo dpkg -i apt_1.0.1ubuntu2.5_amd64.deb



您可能会收到如下错误:
Unpacking apt (from apt_1.0.1ubuntu2.5_amd64.deb) ...
dpkg: dependency problems prevent configuration of apt:
apt depends on libapt-pkg4.12 (>= 0.9.16); however:
Version of libapt-pkg4.12:amd64 on system is 0.9.9.1~ubuntu3.

要修复此从 same site 下载正确版本的依赖项.

并安装:

sudo dpkg -i libapt-pkg4.12_1.0.1ubuntu2.5_amd64.deb



现在您应该可以重复第一个命令并安装 apt .

注意:软件包版本可能因您的 Ubuntu 版本而异。要找到正确的版本,请使用标题中的菜单来选择您的 ubuntu 版本:
enter image description here

关于ubuntu - 如何在 debian 中安装 apt 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11433293/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com