我从 Kali Linux 中的添加/删除软件选项中卸载了我的浏览器(iceweasel)。删除时它还要求卸载一个我不记得的依赖包。
但现在,当我按照官方网站上的说明重新安装它时地点,出现以下错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package iceweasel is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'iceweasel' has no installation candidate
有什么建议 !!!
答案1
冰鼬已被弃用并被 vanilla Firefox 取代,要安装它,请使用:sudo apt update && sudo apt install firefox-esr
答案2
为了纠正存在破坏依赖关系的系统,请尝试:
apt-get-f install
然后重试:
dpkg --configure iceweasel