• No related posts.

      • No related posts.

        • No related posts.

          • No related posts.

              No related posts.

            Skip i386 packages on a x64_86 system

            I have just installed Centos 5.5 by using the Netinstall version. Seems that on my x64_86 system I have a lot of i386 packages installed. To remove them I had to :

            yum -C list installed | grep i386 | awk ‘{print $1}’ | xargs yum remove -y

            Also edit /etc/yum.conf and add :

            exclude=*.i386 *.i486 *.i586 *.i686 *.athlon

            Related posts:

            1. RPM relocatable packages
            2. Fix Apache – No space left on device: Couldn’t create accept lock
            3. Concurrent Version System CVS Client/Server
            4. Download RPMs with yum
            5. How to sort folders by size with one command line in Linux
            This entry was posted in Centos, Linux and tagged , , , , , , .

            Leave a Reply