How do I install package libc6-dev-i386 on fedora?

9

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

Posted 2012-10-22T15:02:13.613

Reputation: 93

Answers

14

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-slm

Posted 2012-10-22T15:02:13.613

Reputation: 470

0

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

Archimaredes

Posted 2012-10-22T15:02:13.613

Reputation: 152