[Bug 1039740] Re: software catalogue broken cannot install apps

Tim Casey 1039740 at bugs.launchpad.net
Wed Aug 22 01:59:21 UTC 2012


Hi there,

Thanks for taking the time to report your problem.

One possible cause of unmet dependencies could be corrupted package
database, and/or some packages weren’t installed properly. To fix this
problem, hit Alt+Ctrl+T to open terminal and try to run one of the
following commands:

sudo apt-get clean

or,

sudo apt-get autoclean

apt-get clean clears out the local repository of retrieved package files
(the .deb files). It removes everything but the lock file from
/var/cache/apt/archives/ and /var/cache/apt/archives/partial/.

apt-get autoclean clears out the local repository of retrieved package
files, but unlike apt-get clean, it only removes package files that can
no longer be downloaded, and are largely useless.

One of the most basic fixes to resolve dependencies problems is to run:

sudo apt-get -f install

The -f hare stands for “fix broken”. Apt will attempt to correct broken
dependencies. If you manually installed a package that had unmet
dependencies, apt-get will install those dependencies, if possible,
otherwise it may simply remove the package that you installed in order
to resolve the problem.

Then run:

sudo dpkg --configure -a

Then run this again:

sudo apt-get -f install

If the output is:

0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

That means it failed.

Please let us know by updating this bug when you've attempted the above.

** Package changed: ubuntu => aptitude (Ubuntu)

** Changed in: aptitude (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to aptitude in Ubuntu.
https://bugs.launchpad.net/bugs/1039740

Title:
  software catalogue broken cannot install apps

Status in “aptitude” package in Ubuntu:
  Incomplete

Bug description:
  When attempting to use software catalogue, ubuntu update or trying to
  install a new app, i get a msg that "Software catalogue is broken"
  with the following detail.

  The following packages have unmet dependencies:

  libreoffice-base-core: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                         Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  libreoffice-calc: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                    Depends: libreoffice-base-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.4-0ubuntu1.1 is installed
                    Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  libreoffice-draw: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                    Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  libreoffice-gnome: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                     Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  libreoffice-gtk: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                   Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  libreoffice-impress: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                       Depends: libreoffice-draw (= 1:3.5.4-0ubuntu1.1) but 1:3.5.4-0ubuntu1.1 is installed
                       Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  libreoffice-math: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                    Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  libreoffice-writer: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
                      Depends: libreoffice-base-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.4-0ubuntu1.1 is installed
                      Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed
  python-uno: Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but 1:3.5.2-2ubuntu1 is installed
              Depends: python (< 2.8) but 2.7.3-0ubuntu2 is installed
              Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/1039740/+subscriptions




More information about the foundations-bugs mailing list