Results 1 to 5 of 5

Thread: Error while updating.

  1. #1
    Join Date
    May 2010
    Location
    North Qld
    Beans
    125
    Distro
    Ubuntu 10.04 Lucid Lynx

    Error while updating.

    Hi I was trying to update via apt-get and I got the following error.

    Code:
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B/58.3kB of archives.
    After this operation, 319kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    (Reading database ... 248876 files and directories currently installed.)
    Preparing to replace ubufox 0.9-0ubuntu1~mfs~lucid1 (using .../ubufox_0.9.1-0ubuntu0.10.04.1~mfn3_all.deb) ...
    Unpacking replacement ubufox ...
    dpkg: error processing /var/cache/apt/archives/ubufox_0.9.1-0ubuntu0.10.04.1~mfn3_all.deb (--unpack):
     trying to overwrite '/etc/xul-ext/ubufox.js', which is also in package xul-ext-ubufox 0:0.9-0ubuntu1~mfs~lucid1
    Errors were encountered while processing:
     /var/cache/apt/archives/ubufox_0.9.1-0ubuntu0.10.04.1~mfn3_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    aaron@aaron-laptop:~$
    It appears that two packages have the same code.
    Is there anyway to fix the problem? Thanks in advance.

  2. #2
    Join Date
    Nov 2009
    Location
    North Charleston, SC, USA
    Beans
    12
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Error while updating.

    I found a thread that appears to relate to your situation. Perhaps this will help.
    http://ubuntuforums.org/showthread.php?t=1789097

  3. #3
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: Error while updating.

    Please take look here, specifically the text under "Update 6/23/2011" at this page.

    http://ubuntu4beginners.blogspot.com...-official.html

  4. #4
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Smile Re: Error while updating.

    try this

    Code:
    sudo rm -rf /var/lib/apt/list/*
    and then do update
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  5. #5
    Join Date
    May 2010
    Location
    North Qld
    Beans
    125
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Error while updating.

    Thank you the link gave me this script.

    Code:
    sudo apt-get purge xul-ext-ubufox
    After running it I was able update without any conflicts.

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
  •