16.04 - Error: You are missing the following 32-bit libraries, and Steam may not run: libXtst.so.6 [...] - Ask Ubuntu
i'm aware many people having problems on launching steam (downloaded steam not repos) on ubuntu 16.04 64-bit error message:
svetlana@svetlana-desktop:~$ steam running steam on ubuntu 16.04 64-bit steam_runtime enabled automatically error: missing following 32-bit libraries, , steam may not run: libxtst.so.6 libxrandr.so.2 libgobject-2.0.so.0 libglib-2.0.so.0 libgtk-x11-2.0.so.0 libpulse.so.0 libgdk_pixbuf-2.0.so.0 installing breakpad exception handler appid(steam)/version(1463778979) installing breakpad exception handler appid(steam)/version(1463778979) installing breakpad exception handler appid(steam)/version(1463778979) installing breakpad exception handler appid(steam)/version(1463778979) [2016-05-22 16:33:15] startup - updater built may 20 2016 18:57:58 [2016-05-22 16:33:15] opted in client beta 'publicbeta' via beta file in 'publicbeta' client beta. looks steam didn't shutdown cleanly, scheduling immediate update check [2016-05-22 16:33:15] checking update on startup [2016-05-22 16:33:15] checking available updates... [2016-05-22 16:33:15] download skipped http 304 not modified [2016-05-22 16:33:15] nothing [2016-05-22 16:33:15] verifying installation... [2016-05-22 16:33:15] performing checksum verification of executable files [2016-05-22 16:33:15] verification complete [2016-05-22 16:33:16] shutdown
my question has found solution yet?
it seems can't find couple static object files, , looking it, seems couple packages might missing. below packages , found answer.
libxtst.so.6 - libxtst6
libxrandr.so.2 - libxrandr2
libgobject-2.0.so.0 - libglib2.0-0
libglib-2.0.so.0 - libglib2.0-0
libgtk-x11-2.0.so.0 - libgtk2.0-0
libpulse.so.0 - libpulse0
libgdk_pixbuf-2.0.so.0 - libgdk-pixbuf2.0-0
as one-liner:
sudo apt update && sudo apt install libxtst6 libxrandr2 libglib2.0-0 libgtk2.0-0 libpulse0 libgdk-pixbuf2.0-0
if still throws error, it's not easy fix , it's problem steam. don't use steam wrong on this.
Comments
Post a Comment