Re: qt version conflict?
David Timms <[email protected]> Thu, 12 Jun 2008 22:17:06 +1000
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
Jon Roland wrote:
> qt-1:4.3.4-14.fc9
> qt-1:4.3.3-1.fc9
>
> and when I try to remove the apparent earlier one, I get a huge list of
> other packages to be removed. What is happening here? What is the solution?
Possible multiple archs installed, with some dependent package needing
one of the packages.
$ rpm -qa --qf="%{name}-%{version}-%{release}-%{arch}\n" qt\*|sort
Or something gone wrong:
yum install yum-utils
package-cleanup --dupes
DaveT.