apt 保存损坏软件包的问题

apt 保存损坏软件包的问题

我正在尝试安装 clamav,当我运行时sudo apt-get install clamav clamav-daemon -y

输出为:

root@server:/etc/apt# apt-get install clamav
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libclamav9 : Depends: libtfm1 (>= 0.13) but it is not installable
E: Unable to correct problems, you have held broken packages.

我已经尝试过了:

sudo apt update
sudo apt upgrade

然后是这个:

sudo apt --fix-broken install

还有这个(给出空白输出):

sudo dpkg --get-selections | grep hold

但这些命令都没有任何帮助。

我也检查了我的sources.list,似乎没问题。我也尝试删除这些包,但只显示“这些包未安装”。有什么建议吗?

相关内容