/usr/local/lib*

Michael Schwendt mschwendt at gmail.com
Sun Jul 21 15:20:18 UTC 2013


On Sun, 21 Jul 2013 16:51:01 +0200, Roberto Ragusa wrote:

> On 07/21/2013 02:02 PM, Michael Schwendt wrote:
> > That is wrong advice. You don't need --nodeps to remove the 32-bit
> > packages. You could do things similar to
> > 
> >   rpm -qa|grep \.i\*86$|xargs rpm -e
> > 
> > to remove all of them at once without introducing broken dependencies.
> 
> I would run a
> 
>   yum remove glibc.i686
> 
> That one will easily tear down the entire 32 bit world. ;-)

That should work in many cases.

There can be arch-specific packages that don't depend on glibc,
however, or some which don't implement a base package dependency.
For example, -static library packages, C++ template-only API -devel
packages.

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-302.fc19.x86_64
loadavg: 0.03 0.11 0.13


More information about the users mailing list