32Bit library for Fedora 24 64bit

The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
dnf install glibc.i686
The libstdc++ package contains a rewritten standard compliant GCC Standard
C++ Library.
dnf install libstdc++-6.1.1-2.fc24.i686

Zlib is a general-purpose, patent-free, lossless data compression
library which is used by many different programs.
dnf install zlib-1.2.8-10.fc24.i686

Comments

Popular Posts