Installing The Ur-Quan Masters for Debian
/usr/lib/games/uqm/uqm and the packets for different distributions install a wrapper script to run it when called. So I adviced to create a symbolic link to it at /usr/bin/uqm. This is unnecessary, I was wrong.
However when I contacted the package maintainer to inform him, I was (politely) replied that the game installs the wrapper at /usr/games/uqm (which I missed when investigating package content) and was adviced to check my $PATH.
Apparently debian should have /usr/games set in $PATH but for some reason I had edited my ~/.bashrc line and defined my own $PATH setting instead of adding a directory to already set $PATH variable. What a fool have I been indeed :) The line was mostly correct, only missing the /usr/games from original defitition.
The original post is still all below but I added this note in front to tell people that this game installs flawlessly on debian with:apt-get install uqm uqm-content uqm-music uqm-voices
apt-get install uqm. Advice was for Debian “unstable” - that however meant “Lenny” which just recently became current “stable”, so at the moment the site has old information and you can now install it on stable (actually, Etch, now “old-stable”, has it available too but it was an older version). The package has a bug, as should be clear by now (at the moment anyway) - it installs data files, menu entries and all but does not provide the launcher file at /usr/bin/uqm. I contacted the author and was lucky to find out that it’s just a link to binary at /usr/lib/games/uqm/uqm, so to fix the issue you just need to run the following command as root to add the “missing link”:
ln -s /usr/lib/games/uqm/uqm /usr/bin
Additionally you will propably want to install also:
apt-get install uqm-voice
apt-get install uqm-music
Now have fun with Thu Ur-Quan Masters - of course this problem of missing /usr/bin/uqm link will most likely soon cease to exist as I will email the uqm debian packet maintainer about this problem and expect it to get fixed soon.
Related posts
Tags: debian, games, GPL, guide, Linux/Unix, Open Source


