1

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.

reckless
  • 378

1 Answers1

2

Ok so for some strange reason (any input on this would be helpful), I had to add the main universe restricted multiverse to my list of repository. You can do this by:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"

Then running sudo apt update and installing latte works fine.

reckless
  • 378