I have the Steam Launcher installed (installed via Software Center), when double-clicking the launcher the following is executed in the command window:
Steam needs to install these additional packages:
libgl1-mesa-dri:i386, libgl1-mesa-glx:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.4)
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Press return to continue:
Upon pressing Enter, the following dialogue box pops up:
You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1
What to do?
dpkg --print-architecture
anddpkg --print-foreign-architectures
? – heemayl Aug 09 '15 at 21:55amd64
and
respectively
– JohnnyBoy Aug 09 '15 at 22:05Should I try to install the missing dependencies? I'm unsure how to do that unless I just search their name in software center, or type something easy to interpret such as "sudo apt-get install". I'm a bit of a rookie.
– JohnnyBoy Aug 09 '15 at 22:34sudo apt-get install libglapi-mesa:i386 libcheese-gtk23 libcheese7
– heemayl Aug 09 '15 at 22:37libcheese-gtk23 : Depends: libclutter-1.0-0 (>= 1.13.2) but it is not going to be installed
libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
– JohnnyBoy Aug 09 '15 at 22:41sudo apt-get install libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl15 libclutter-gst-2.0-0 gstreamer1.0-clutter Reading package lists... Done Building dependency tree
– JohnnyBoy Aug 09 '15 at 22:46Reading state information... Done gstreamer1.0-clutter is already the newest version. libclutter-1.0-0 is already the newest version. libclutter-gst-2.0-0 is already the newest version. libcogl15 is already the newest version. libclutter-gtk-1.0-0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
libclutter-gst-2.0-0
usesudo apt-get install libclutter-gst-2.0-0=0.10.0
– heemayl Aug 09 '15 at 22:51E: Version '1.13.2' for 'libclutter-1.0-0' was not found E: Version '0.91.8' for 'libclutter-gtk-1.0-0' was not found E: Version '1.15.8' for 'libcogl15' was not found E: Version '0.10.0' for 'libclutter-gst-2.0-0' was not found
– JohnnyBoy Aug 09 '15 at 23:01libclutter-1.0-0
is the package name and1.13.2
is the version..runapt-cache policy libclutter-1.0-0
you will get the idea.. – heemayl Aug 09 '15 at 23:07