The Update Manager fails to update properly

Asked By 40 points N/A Posted on -
qa-featured

Hi,

Using the Update Manager I found some available software updates. Now when I want to install them an error window appears and warn be about the errors. The Update Manager is the only way that I know how to make an update on everything. Please tell me why I have this error window and how I can install the updates properly? Thanks!

An error occurred

The following details are provided:

E: libvlccore2: subprocess installed post- installation script returned error exit status 2

E: libvlc2: dependency problems – leaving unconfigured

E: lipupnp3: subprocess installed post- installation script returned error exit status 2

E: vlc-nox: dependency problems – leaving unconfigured

SHARE
Answered By points N/A #187677

The Update Manager fails to update properly

qa-featured

Hello,

This is a great bug that sometimes happens. In order to resolve this issue,

  • Go to Accessories >> Terminal.
  • Run the following commands:

sudo aptitude update

sudo aptitude -f install

  • Also, this commands should also work:

sudo apt-get update

sudo apt-get -f install

This command will install a package that will help you remove broken packages and outdated packages that aren’t necessary for the system any more.

sudo apt-get autoremove

Related Questions