10

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.

gn66
  • 203

2 Answers2

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
0

Here's a long list of glibc RPMs. Scroll down to Fedora packages and download the version relevant to you.