Posted December 18, 2023
This was tested on Ubuntu 23.10 ...
... but it will likely work with 22.04, the upcoming LTS 24.04, and other nearby non-LTS versions.
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386
sudo apt install libglu1-mesa-dev:i386
sudo apt install libxcursor1:i386 libxft2:i386 libxinerama1:i386
Good luck and enjoy!
... but it will likely work with 22.04, the upcoming LTS 24.04, and other nearby non-LTS versions.
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386
sudo apt install libglu1-mesa-dev:i386
sudo apt install libxcursor1:i386 libxft2:i386 libxinerama1:i386
Good luck and enjoy!
Post edited December 18, 2023 by QQvv