When I make yum install libc6-dev-i386 it says no package found, I searched on google and I only found that package for ubuntu or debian.
Asked
Active
Viewed 4.2k times
2 Answers
15
The equivalent will be glibc-devel. If you are on a 64-bit x86_64 system and need to compile 32-bit C programs then you want glibc-devel.i686
yum install glibc-devel
yum install glibc-devel.i686
michel-lind
- 480
0
Here's a long list of glibc RPMs. Scroll down to Fedora packages and download the version relevant to you.
Archimaredes
- 152