Re: /usr/local/lib*

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 21 Jul 2013 10:59:21 +0100, Frank Murphy wrote:

> On Sun, 21 Jul 2013 10:13:03 +0200
> lee wrote:
> 
> > 
> > BTW, why are there so many i686 packages installed:
> > 
> > 
> 
> I have noticed Fedora x86_64 tends to do that as long as I've been
> using Fedora.
> what I've resorted to in /etc/yum.conf is:
> exclude=*i386* *i486* *i586* *i686
> 
> It will complain if try you remove them, 
> but it can be done slowly\carefully.
> using rpm -e --nodeps where appropriate (Use with Caution)

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.

  # rpm -qa |grep -v noarch|grep -v _64|grep -v pubkey
  #

-- 
Michael Schwendt
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-302.fc19.x86_64
loadavg: 0.00 0.01 0.05
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux