Results 1 to 5 of 5

Thread: Package manager error messages?

  1. #1
    Join Date
    Jul 2009
    Location
    New Zealand
    Beans
    265
    Distro
    Ubuntu 14.04 Trusty Tahr

    Exclamation Package manager error messages?

    Ok so I have been trying to install some games from the Synaptic Package Manager and I get the same error all the time and am unable to install anything.

    Here are the error messages:







    I have tried these solutions to no avail.

    Code:
    sudo apt-get install -f
    On doing the above I get

    Code:
    terry@Oracle:~$ sudo apt-get install -f
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
      libreoffice-l10n-common libebackend-1.2-1 libcanberra-gtk3-0
      libgnome-desktop-3-0 libgtkhtml-4.0-common libgtkhtml-4.0-0
      gnome-desktop3-data libedata-cal-1.2-11 libgtkhtml-editor-4.0-0
      libedata-book-1.2-9 libgtk-3-bin libgtk-3-0 libgail-3-0
      libcanberra-gtk3-module libgtk-3-common
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      liferea-data
    The following NEW packages will be installed:
      liferea-data
    0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
    1 not fully installed or removed.
    Need to get 0 B/385 kB of archives.
    After this operation, 1,516 kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    (Reading database ... 257990 files and directories currently installed.)
    Unpacking liferea-data (from .../liferea-data_1.6.4-1ubuntu7_all.deb) ...
    dpkg: error processing /var/cache/apt/archives/liferea-data_1.6.4-1ubuntu7_all.deb (--unpack):
     trying to overwrite '/usr/share/liferea/pixmaps/available.png', which is also in package faenza-extras 0.9
    Processing triggers for hicolor-icon-theme ...
    Errors were encountered while processing:
     /var/cache/apt/archives/liferea-data_1.6.4-1ubuntu7_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    terry@Oracle:~$
    Anyone got any suggestions on how to fix?

    FYI: Ubuntu 11.04, x64Bit, Unity Desktop

  2. #2
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Package manager error messages?

    Hi

    Open a terminal and type either

    Code:
    sudo dpkg -i --force-overwrite liferea-data_1.6.4-1ubuntu7_all.deb
    or

    Code:
    sudo dpkg -i --force-overwrite /var/cache/apt/archives/liferea-data_1.6.4-1ubuntu7_all.deb
    I forget which one it is from the 2 above.

    And then for good measure

    Code:
    sudo apt-get -f install
    Hopefully that should fix it.

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  3. #3
    Join Date
    Jun 2008
    Location
    Vancouver Canada
    Beans
    3,139
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Package manager error messages?

    Hi terrykiwi83.

    Open synaptic.

    In the bottom left, click custom filters.

    In the top left, click broken.

    You should be offered a choice to "fix boken packages".
    Attached Images Attached Images
    I learn something ubuntu everyday.
    dell precision T7500 1Tb hdd x 2
    2.67 Ghz intel xeon X5550 cpu
    nvidia quadro fx 4800-1.5 Gb video card

  4. #4
    Join Date
    Jul 2009
    Location
    New Zealand
    Beans
    265
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Package manager error messages?

    Quote Originally Posted by matt_symes View Post
    Hi

    Open a terminal and type either

    Code:
    sudo dpkg -i --force-overwrite liferea-data_1.6.4-1ubuntu7_all.deb
    or

    Code:
    sudo dpkg -i --force-overwrite /var/cache/apt/archives/liferea-data_1.6.4-1ubuntu7_all.deb
    I forget which one it is from the 2 above.

    And then for good measure

    Code:
    sudo apt-get -f install
    Hopefully that should fix it.

    Kind regards
    Hey Thanks, Worked a Treat (The 2nd One).

    Thanks Muchly

  5. #5
    Join Date
    Aug 2008
    Location
    Manila, Philippines
    Beans
    231
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Package manager error messages?

    Thank you for this thread.
    I got the same problem.
    Problem solved.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •