I am trying to run Secondlife in Linux Mint 19. However it's a 32-bit program and I'm running a 64-bit system. How do I install a 32-bit compatibility environment in Linux Mint 19?
Asked
Active
Viewed 2,850 times
1 Answers
1
try something like this:
dpkg --add-architecture i386
apt-get update
apt-get install multiarch-support
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
If your app require more libraries, install everyone with :i386 at the library name.
Ubuntu packages website can help you to found out, the packages providing files, that eventually are missing.

Stephen Kitt
- 434,908

Luciano Andress Martini
- 6,628
Error[Easy_7] cannot access url 'https://sim10730.agni.lindenlab.com:12043/cap/2999b8b3-195c-2977-0ae9-d84888f29e22' because Couldn't connect to server
2019-01-08T05:18:51Z WARNING: requestBaseCapabilitiesCoro: Received capabilities for region that no longer exists!
– Leo Ohyama Jan 08 '19 at 17:19