Results 1 to 3 of 3

Thread: error on trying to upgrade xz-utils in synaptic

  1. #1
    Join Date
    Apr 2006
    Beans
    25

    error on trying to upgrade xz-utils in synaptic

    xz-utils replaces lzma so when I try to upgrade it I get.
    E: /var/cache/apt/archives/xz-utils_4.999.8beta-1~jaunty1_i386.deb: trying to overwrite `/usr/bin/unlzma', which is also in package lzma

    but if I uninstall lzma it also uninstalls a ton of applications that depend on lzma. I dont want to kill something else to upgrade, How do I upgrade to xz-utils from lzma without having to uninstall a bunch of important stuff? Thanks.

  2. #2
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: error on trying to upgrade xz-utils in synaptic

    Hi, you could use the force overwrite option from a terminal
    Code:
    cd /var/cache/apt/archives
    Code:
    sudo dpkg --force-overwrite --install xz-utils_4.999.8beta-1~jaunty1_i386.deb
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

  3. #3
    Join Date
    Apr 2006
    Beans
    25

    Re: error on trying to upgrade xz-utils in synaptic

    I think that did the trick. Thanks.

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
  •