0

When I try to install Software Center it says:

The following packages have unmet dependencies:

 gsettings-desktop-schemas : Breaks: gnome-settings-daemon (< 3.19.92) but 3.18.2-0ubuntu3.1 is to be installed
                             Breaks: mutter (< 3.31.4) but 3.18.3-0ubuntu2 is to be installed
 perl-base : Breaks: debconf (< 1.5.61) but 1.5.58ubuntu1 is to be installed
             Breaks: debconf:i386 (< 1.5.61)
 software-center : Depends: python-apt (>= 0.8.3ubuntu4) but it is not going to be installed
                   Depends: python-aptdaemon (>= 0.40) but it is not going to be installed
                   Depends: python-aptdaemon.gtk3widgets but it is not going to be installed
                   Depends: python-oneconf (>= 0.3) but it is not going to be installed or
                            oneconf (< 0.3) but 0.3.9 is to be installed
                   Recommends: software-properties-gtk but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
dragosht
  • 295
MARVALE FAN
  • 9
  • 1
  • 2

1 Answers1

0

In order to fix packages, and install unmet dependencies, you can download the Ubuntu Software Install from https://packages.ubuntu.com/xenial/software-center. Before you downlaod this, try:

sudo dpkg --configure -a

and

sudo apt-get -f install 

This is cited from How to fix dpkg error [2]?. There may be a better explanation on there for you. I hope this helps.

Logan
  • 482