Jump to content

Hey everyone, i just got myself a Lenovo duet chromebook and there are plenty tutorials out there for getting steam running but now i am out of solutions.

First some Data: 


Operating System: Version 85.0.4183.84 (Offizieller Build) (32-Bit)

Linux Beta and GPU accl. Enabled

So i managed to download the steam install File from the official Website. After launching the .deb, following error get's displayed: 'you are Missing the following 32-bit libraries, and Steam May Not Run: libc.so.6'


i already tried to fix this by using the console, sadly no recommended commands worked Out for me.

Any help would be appriciated!

Link to comment
https://linustechtips.com/topic/1242990-installing-steam-on-chromeos-help/
Share on other sites

Link to post
Share on other sites

10 minutes ago, Kanna said:

Wait that is possible?

Yes, I believe steam is supposed to be coming as a native app at some point. In the meantime you can install the Linux version.

https://www.pcgamer.com/steam-is-coming-to-googles-chrome-os/

 

32 minutes ago, vinvega said:

Operating System: Version 85.0.4183.84 (Offizieller Build) (32-Bit)

Linux Beta and GPU accl. Enabled

You probably need to add i386 libraries. For Linux Beta on ChromeOS follow this, https://wiki.debian.org/Steam

Link to post
Share on other sites

12 hours ago, Nayr438 said:

Yes, I believe steam is supposed to be coming as a native app at some point. In the meantime you can install the Linux version.

https://www.pcgamer.com/steam-is-coming-to-googles-chrome-os/

 

You probably need to add i386 libraries. For Linux Beta on ChromeOS follow this, https://wiki.debian.org/Steam

Good point, already tried something similar with the i386. 

Also i just looked up the debian website, but i have no idea how to handle linux or how programming works :( i don't get what do to until someone gives me a step-by-step.

 

this is what i already tried:

 

sudo apt update 

sudo apt upgrade

 

after that:

 

1) sudo apt install libc6-i386

2) sudo dpkg --add-architecture i386

3) sudo apt-get update

4) sudo apt-get install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386

 

After smashing the first command in, this appears:

"~$ sudo apt install libc6-i386
Reading package lists... Done
Building dependency tree Reading state information... Done
E: Unable to locate package libc6-i386"

 

I don't get it :(

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×