11

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
  • 71,754
Nick M
  • 135

2 Answers2

17

Just open up a terminal and type:

sudo apt-get install mesa-utils
muru
  • 197,895
  • 55
  • 485
  • 740
jeroen
  • 1,930
10

You need to make sure mesa-utils is installed:

Install via the software center

Jorge Castro
  • 71,754
  • Thanks! I'll check it out when I get the chance. I honestly tried looking all over for this and couldn't find it. You guys are life savers! – Nick M Dec 04 '12 at 00:03