12

I am currently trying to install League of Legends using PlayOnLinux, but every time I do I get this error:

Error in main glxinfo is not installed. Please install mesa-utils package

What should I do to fix this? I am using Ubuntu 12.10.

Jorge Castro
  • 73,717
Nick M
  • 145

2 Answers2

20

Just open up a terminal and type:

sudo apt-get install mesa-utils
muru
  • 207,228
jeroen
  • 1,980
10

You need to make sure mesa-utils is installed:

Install via the software center

Jorge Castro
  • 73,717