我有 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。请提出任何解决方案。