Configure Linux Operating Systems to Run 32-bit Applications
The following steps configure Linux Ubuntu and Linux Oracle to run 32-bit
applications:
- Linux Ubuntu:
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6-i386
- Linux Oracle:
sudo dnf update
sudo dnf install glibc.i686