Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does yum handle updates/installs on x86_64 machines?

0
Posted

How does yum handle updates/installs on x86_64 machines?

0

A. There are times when it is beneficial to have both 32 and 64 bit versions of a package installed on a machine such as when another package only has a 32bit version and needs to access 32bit libraries of something that you would normally only install the 64bit package. So, if you do “yum install foo” then you will get both foo.i386.rpm and foo.x86_64.rpm installed on your system. This is the desired behavior in most cases even if it takes up more disk space. If you do a “yum install foo.x86_64” then you will only get the x86_64 package.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123