So I uninstalled Latte a few days ago because it was giving some problems, but now I can't install it anymore. When I run:
sudo apt install latte-dock
I get the following:
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
However, I tried to look for latte using apt search
and I can see it in the list. I also tried to install it using Discover, but when I click on the install button it doesn't do anything.
The universe
repository is already enabled.
sudo add-apt-repository universe
and retry. – N0rbert May 25 '19 at 18:53'universe' distribution component is already enabled for all sources.
– reckless May 26 '19 at 12:47sudo apt update
, check its output and it to the question (click edit to do so). – N0rbert May 26 '19 at 14:43main universe restricted multiverse
repository, usingsudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
– reckless May 26 '19 at 14:57