Is there any way to run software, native to 32 bits in 64 bits in CentOS?

1

I wonder if you have any way to run the 32-bit software in 64 bits? If so, do I need to install what?

    
asked by anonymous 22.10.2014 / 04:31

1 answer

1

Yes, but you need to be root. If so, just type the following command: yum install glibc.i686

This will allow you to run software that is compatible only with 32-bit versions.

I hope I have helped!

    
22.10.2014 / 04:38