所以几天前我卸载了Latte,因为它带来了一些问题,但是现在我不能再安装它了。当我跑步时:
sudo apt install latte-dock我得到以下信息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package latte-dock 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 'latte-dock' has no installation candidate但是,我尝试使用apt search查找拿铁,我可以在列表中看到它。我也尝试过使用Discover来安装它,但是当我单击install按钮时,它不会做任何事情。
universe存储库已经启用。
发布于 2019-05-26 15:06:33
好的,由于一些奇怪的原因(任何有关这方面的输入都会有帮助),我不得不将main universe restricted multiverse添加到我的存储库列表中。你可以通过以下方式做到这一点:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"然后运行sudo apt update并安装latte可以正常工作。
https://askubuntu.com/questions/1146178
复制相似问题