You are not logged in.

#1 2010-09-15 03:48:47

Never
Member
Registered: 2008-07-01
Posts: 103

*SOLVED* Kinda lost

I tried to do a system update and this happened:

# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: The following packages should be upgraded first :
    pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] Y

resolving dependencies...
looking for inter-conflicts...
:: xz conflicts with lzma-utils. Remove lzma-utils? [Y/n] Y
error: failed to prepare transaction (could not satisfy dependencies)
:: yelp: requires lzma-utils>=4.32.7
# pacman -S lzma-utils
:: The following packages should be upgraded first :
    pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n

warning: provider package was selected (xz provides lzma-utils)
resolving dependencies...
looking for inter-conflicts...
:: xz conflicts with lzma-utils. Remove lzma-utils? [Y/n] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: xz: conflicts with lzma-utils

so should I remove xz? I don't want to start removing things and dig myself  into a bigger hole than I am in already

Last edited by Never (2010-09-19 17:16:09)

Offline

#2 2010-09-15 04:07:53

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: *SOLVED* Kinda lost

pacman -R yelp
pacman -Syu (will just upgrade pacman, yes to replace lzma with xz)
pacman -Su
pacman -S yelp

Offline

#3 2010-09-15 04:10:36

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: *SOLVED* Kinda lost

...and please change your post title to something descriptive: http://wiki.archlinux.org/index.php/For … ow_to_Post


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2010-09-15 10:48:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: *SOLVED* Kinda lost

xz is "a new version" of lzma-utils, xz "provides" lzma-utils.

[karol@black ~]$ pacman -Si xz | grep Provides
Provides       : lzma  lzma-utils  xz-utils

Please you [code ] tags for code listings https://bbs.archlinux.org/help.php#bbcode

Offline

Board footer

Powered by FluxBB