Package issue

Solved
Hello,

I have a package problem with my Ubuntu system, and since then I cannot install any packages or perform any updates. Can you help me?

Configuration: Mac OS X (10.11.3) / Chrome 48.0.2564.116

4 answers

  1. Good evening, what is the error message in question?
    0
    1. And when I click on the icon, it displays this
      An error occurred. Please run the package manager from the context menu (right click) or apt-get in a terminal to see what is wrong.
      It says that some of the installed packages have unmet dependencies.
      0
  2. And which Ubuntu are you running? Ubuntu 14.10? Ubuntu 15.04?
    0
    1. Hello, I'm on 14.04.
      0
  3. Sure! You open the terminal and enter the following phrase:
    sudo apt-get update
    You press Enter and enter your password.
    There's a chance this will unlock your system; if not, let us know what you get.
    0
    1. I did that and strangely it works

      5058 KB received in 1min 29s (24.2 KB/s)
      Reading package lists... Done

      but there is still this red icon that looks like a warning sign
      0
    2. And when I click on the icon, it shows this
      An error has occurred. Please run the package manager from the context menu (right-click) or apt-get in a terminal to see what is wrong.
      It says that some of the installed packages have unmet dependencies.
      0
    3. @philippegui2Good evening!

      Try
      sudo apt-get -f install
      0
    4. Thank you, Waldgeist. Problem solved.
      0
  4. You open the Synaptic package manager. At the top left, you have the option: reload. You click on it, and it will give you the list of packages that are not updated and those that are broken. You update them, then you do in the terminal again:
    sudo apt-get update
    and after that, it should work.
    0