I am new to Ubuntu, and I am trying to install Steam on a 64 bit Ubuntu partition on my Macbook. My first try, I went to the Steam webpage, installed the installer there and opened it with the default option. I went through the install process and came up with an error stating that I was missing some 32 bit libraries. I searched the error on firefox and did what it told me to. I tried opening Steam again, resulting in a different error. (more 32 bit libraries, this time it was libGL) I looked this up as well and followed the instructions from http://ubuntuforums.org/showthread.php?t=2233005. I tried turning Steam on again, resulting in the same error. After this, I decided to start over from scratch, so I deleted Steam through the application store and reinstalled it. I then tried to open Steam, resulting in nothing. No error messages, no terminal windows, nothing at all. I waited for 10 minutes before trying again, still nothing.
What am I doing wrong? Thanks in advance for your help.
EDIT: Organic Marble suggested typing "Steam" into terminal, which resulted in this message:
(gnome-terminal:1967): GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'monospace-font-name' from schema 'org.gnome.desktop.interface').
This call will probably stop working with a future version of glib.
It also allowed Steam to open once again. Running Steam gave me these messages:
(gnome-terminal:3301): GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'monospace-font-name' from schema 'org.gnome.desktop.interface'). This call will probably stop working with a future version of glib.
Package libgl1-mesa-dri:i386 needs to be installed
Package libgl1-mesa-glx:i386 needs to be installed
Package libc6:i386 needs to be installed
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Error: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
Installing breakpad exception handler for appid(steam)/version(1457470346)
Installing breakpad exception handler for appid(steam)/version(1457470346)
[2016-03-09 21:24:04] Startup - updater built Mar 8 2016 11:30:41
[2016-03-09 21:24:04] Verifying installation...
[2016-03-09 21:24:04] Verification complete
[2016-03-09 21:24:10] Shutdown
steam
. The output will be helpful to know. – Organic Marble Mar 10 '16 at 00:39sudo apt-get install [packagename]
However, since these packages didn't get installed automatically, there are probably dependency problems, and you may get into a mess if you try. I'd suggest searching this site for similar problems, I'm pretty sure I've seen things like this before. – Organic Marble Mar 12 '16 at 03:10