Download PA(well duh) You can try and launch it but you will run into an issue of PA not being able to find "libudev.so.0" fedora moved to using libudev.so.1 a while back. so we just need to make a symbolic link for it. Code: cd /usr/lib64 sudo ln -s libudev.so.1 libudev.so.0 You will also find it complains about cannot find "libTelemetryX64c.so" though the game will run without this. As stated in the slackware thread the fix for this is Code: ln -s libTelemetryX64.so libTelemetryX64c.so