games - Steam will not launch on HP Chromebook - Ask Ubuntu
i started running ubuntu on hp chromebook (unsure model), using crouton. tried installing steam, steam launcher says it's missing following 32 bit libraries. libc.so.6 had tried [sudo apt-get install libc.so.6] didn't work. tried deletiing steam, reinstalling via terminal. didn't work. downloaded site.
you need 32-bit version of wine or steam. have x86 (i386) processor, means cannot use 64-bit versions of steam and/or wine.
wine default 32-bit, need install correct version of steam.
run command fix libc.so.6 dependencies:
sudo apt-get install '^libc6.*'
i recommend avoiding steam's website installation. install ubuntu repositories via:
sudo apt-get install steam
Comments
Post a Comment