You are not logged in.

#1 2011-04-09 14:39:19

mghis
Member
Registered: 2010-12-08
Posts: 27

[Solved] Conflict upgrading

I'm trying to upgrade the system with

pacman -Syu

There 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 conflict

I 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

#2 2011-04-09 14:50:24

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [Solved] Conflict upgrading

mghis wrote:

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

#3 2011-04-09 14:54:51

Dogmeat
Member
From: Slovak Republic
Registered: 2009-02-24
Posts: 193

Re: [Solved] Conflict upgrading

He doesn't have lesstif installed so it is

pacman -Sii lesstif | grep Required

.

Offline

#4 2011-04-09 15:10:32

mghis
Member
Registered: 2010-12-08
Posts: 27

Re: [Solved] Conflict upgrading

Dogmeat wrote:

He doesn't have lesstif installed so it is

pacman -Sii lesstif | grep Required

.

Thanks a lot, it works great! big_smile

Offline

#5 2011-04-09 15:52:11

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [Solved] Conflict upgrading

Dogmeat wrote:

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>

man pacman wrote:

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

Board footer

Powered by FluxBB