apt-get install
终端中的命令不起作用,并说
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package
我尝试更新存储库,甚至尝试更改文件夹sources.list
中的文件/etc/apt/
,但仍然重复相同的操作。
答案1
如果您有损坏的软件包,请尝试apt-get -f
修复它并尝试添加一些有助于 apt 找到您的软件包的存储库。此外,检查apt-cache
命令也会对您有所帮助。