[CentOS] Why are multiple architecture rpms installed?
Frank Cox
theatre at sasktel.netWed Mar 4 17:41:16 UTC 2009
- Previous message: [CentOS] Why are multiple architecture rpms installed?
- Next message: [CentOS] Centos 5.2 and Adaptec AIC-9410
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 04 Mar 2009 13:47:51 +0100 Marten Lehmann wrote: > How can I get rid of it? If all you need exists in x86_64, there is no need to use i386 packages. You may try to uninstall all all non x86_64 and noarch packages (doing test run first): rpm -qa --qf "%{NAME}.%{ARCH}\n" | grep -v 'x86_64\|noarch\|gpg-pubkey' > list rpm --test -e $(cat list) You can remove all i386 packages with this command: yum remove \*.i?86 -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
- Previous message: [CentOS] Why are multiple architecture rpms installed?
- Next message: [CentOS] Centos 5.2 and Adaptec AIC-9410
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list