You are not logged in.
I'm trying to upgrade the system with
pacman -SyuThere are some errors:
:: lesstif and openmotif are in conflict. Remove openmotif? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: lesstif and openmotif are in conflictI have to keep openmotif, how can I find what needs lesstif?
Thanks for any reply!
Last edited by mghis (2011-04-09 15:10:50)
Offline
I have to keep openmotif, how can I find what needs lesstif?
To check which packages depend on lesstif:
pacman -Qi lesstif | grep "^Required By"You can also check all repo packages depending on lesstif here: http://www.archlinux.org/packages/extra/i686/lesstif/
This silver ladybug at line 28...
Offline
He doesn't have lesstif installed so it is
pacman -Sii lesstif | grep Required.
Offline
He doesn't have lesstif installed so it is
pacman -Sii lesstif | grep Required.
Thanks a lot, it works great! ![]()
Offline
He doesn't have lesstif installed so it is
pacman -Sii lesstif | grep Required.
Haha, you got me there. Never knew -Sii, thank you.
<offtopic>
Passing two --info or -i flags will also display those packages in all repositories that depend on this package.
should have been:
Pass this option twice to also display those packages in all repositories that depend on this package.
as with "Passing two --refresh or -y flags will"...
</offtopic>
This silver ladybug at line 28...
Offline