cancel
Showing results for 
Search instead for 
Did you mean: 
ZK1
Cadet
Cadet
  • 640 Views

I am looking to install i386 package and some other 32 bit gcc lib on RHEL 8? command?

Hi guys, I am new to Red Hat, looking to install 386 package, and some 32 bit gcc lib on rhel 8. 

Labels (1)
0 Kudos
1 Reply
S_Poulimenos
Mission Specialist
Mission Specialist
  • 572 Views

Hello @ZK1,

Please follow the following 3 steps:

1. Enable power tools repository

sudo subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms

2. Install the packages that you want

sudo dnf install glibc.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686 libusb.i686

3. Install 32 bit version of GCC

sudo dnf install gcc-multilib

Regards,

Spyros

0 Kudos
Join the discussion
You must log in to join this conversation.