Jump to content

Hey everyone! 
I have a Chromebook running the latest ChromeOS (Version 85.0.4183.84 (32-Bit)) with Linux Beta enabled. 
I downloaded Steam for Linux from the official Website and tried to Install it, but an error appeared:

 

'you are Missing the following 32-bit libraries, and Steam May Not Run: libc.so.6"


So i did some research and tried this on the terminal:


 

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 can't manage to get this package installed somehow, how do i solve this?

Link to comment
https://linustechtips.com/topic/1244197-problem-with-linux-beta-chromeos/
Share on other sites

Link to post
Share on other sites

1 hour ago, Nayr438 said:

You can't install a i386 dependency before the i386 architecture/repo is enabled... Add the architecture/repo first. "sudo dpkg --add-architecture i386"

well i did everything in right order and still he is unable to locate the package 😐 also when i use "sudo dpkg --add-architecture i386", the terminal says nothing after 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

×