0

I have just upgraded to Ubuntu 16.04 and when I launch it I get an error.

> Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

I would appreciate ANY help!

ii  steam:i386                                  1:1.0.0.48-1ubuntu3                                         i386         Valve's Steam digital software delivery system
ii  steam-launcher                              1.0.0.52                                                    all          Launcher for the Steam software distribution service
L. D. James
  • 25,444
Jonathan
  • 117

1 Answers1

0

Purge what you have installed and update your system. I have found that a fresh install and a fresh upgrade often needs some updates.

$ sudo apt remove --purge steam
$ sudo apt update
$ sudo apt upgrade
$ sudo apt dist-upgrade
$ sudo apt install steam
L. D. James
  • 25,444