Re: How does yum consider a package "unique"?
James Antill <[email protected]> Fri, 07 Aug 2015 15:53:54 -0400
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Satoshi Yagi <[email protected]> writes: > It's kinda hard to describe, but my Fedora22 system at home has: > > bzip2-libs-1.0.6-14.fc22.i686 > bzip2-libs-1.0.6-14.fc22.x86_64 > > I didn't force the installation of these packages, but these co-exist just fine because (I presume) <name>.<arch> pair is different. Right. Likely you have something that requires both, Eg. a .x86_64 package which requires bzip2-libs and an i686 package which requires the same library. You can work out which packages require them a number of ways, the easiest is to just try removing them (Eg. yum --assumeno remove bzip2-libs.i686). -- James Antill -- [email protected]