What is going on....Unmet dependencies L14

Whats going on here? I lost the: Software app on my os after an update.

sudo apt install gnome
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
apache2-bin : Depends: perl:any
gnome-core : Depends: gnome-software (>= 3.36)
E: Unable to correct problems, you have held broken packages.

1 Like

Is this on Crimson or Byzantium?

1 Like

Byzantium…

1 Like

At a minimum, make sure you do sudo apt update before attempting to install anything.

Also, if all you lost was the Software app, I am not sure that that is the correct package to install.

1 Like

Ran this:
sudo rm /var/lib/apt/lists/*

sudo apt update && sudo apt full-upgrade

Was then able to install gnome to restore the Software app…

What a weird little issue… But thank you guys for commenting on this!

1 Like