Noob here, I've been researching on how to fix these problems for days now and I can't find exactly what I need to know, I need a walkthrough.
I'm trying to install Steam and here's what I get:
E: unable to locate package libgl1-mesa-dri:i386
E: Unable to locate package libgl1-mesa-glx:i386
E: Unable to locate package libc6:i386
Press return to continue:
After that, this pops up:`
You are missing the following 32-bit libraries, and Steam may not run: libc.so.6
So after doing lots of research I found I needed to download these packages or something, so i tried to, sudo apt-get , I got back that sudo apt-get command not found. So I've been researching and researching and I jut can't figure out what exactly I should do. Some people have gone into some details about different things to do but I'm completely lost.
If there's any information I should provide, let me know, I'm on chromebook running crouton, xfce4.
sudo apt-get install --reinstall libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386
will be enough here. – N0rbert Dec 08 '17 at 09:18