How do I install 32-bit libraries on Ubuntu?
How do I install 32-bit libraries on Ubuntu? To install 32-bit libraries on Ubuntu 12.04 LTS (64-bit), open Terminal and type sudo apt-get install ia32-libs (you will need to enter your password).Then just for good measure, let's make sure your Ubuntu is up to date. Type sudo apt-get update and lastly, restart your computer. How do I install Steam on Ubuntu? Install Steam from Ubuntu package repositoryConfirm that the multiverse Ubuntu repository is enabled: $ sudo add-apt-repository multiverse $ sudo apt update.Install Steam package: $ sudo apt install steam.Use your desktop menu to start Steam or alternatively execute the following...