F23: How to update OpenGL
I downloaded SuperTuxKart onto Fedora 23, and it says that it requires OpenGL 3.1 or later and that my current copy of OpenGL is too old. I presume that there's a way to update it, but I have no idea where to start.
Thanks.
Edit: My graphics card info: VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
This should not happen if you installed SuperTuxKart using the Fedora package. Did you?
Yep, typed
sudo dnf install supertuxkart
.Make sure that everything else is up to date with
dnf update --refresh
, to start.Did. It didn't work. Maybe somebody forgot to update it in the package repository? My current OpenGL install:
mesa-libGL-11.1.0-2.20151218.fc23.x86_64
We can use
dnf repoquery
to find out exactly what requirements supertuxkart expects: