I just discovered why linux will never be big on the desktop

I think the linux binary may install into /usr/local/games/tremulous
though that may just be where I put mine

If it isn't there, try
locate tremulous.x86
or
find 2>/dev/null / -name tremulous.x86
When you find it, from the console, cd to the directory its in and run:
sudo mv tremulous.x86 tremulous.x86.bak
sudo wget http://trem.tjw.org/backport/linux/tremulous.x86
sudo chmod 755 tremulous.x86
This will move your binary (tremulous.x86 -> tremulous.x86.bak
download the new version
give the downloaded version execute permissions
Doing this will most likely need root permissions (you may think of it as administrative permissions), which is why the sudo is there. Super User Do
