Removing game from Linux?

Carlosinfl

Loves the juice
Joined
Sep 25, 2002
Messages
6,633
I installed Unreal Tournament 2004 using the installer...I tried updating the game to the latest patch I downloaded from unrealtourament.com and seemed to have messed up the settings completely.

The install was to location /home/carlwill/ut2004 and I can see the folder listed there...

I am just wondering if I want to delete the game and start from scratch is to just delete the ut2004 folder?

Thanks for any infomation -
 
yeap, its as simple as rm -r <directory>.
Also, your personal config files are saved in a folder called .ut2004, you don't need to delete that though, as it shouldn't be effected. the .(dot) at the front of the file means its hidden, as thats the customary way to hide files and directories in most *nix like environments.
 
ok , so I can just CD to the /home/carlwill/ut2004

Find the un-install file using the ls command

and then just run

sh uninstall_file

Is this ok?

Thanks for clearing this up for me.
 
rm -r /home/carwill/ut2004 would be the easiest way to remove it.
 
yeah that will totally work man. just remember this one thing next time you do anything like install a game or uninstall it

DONT BE AFRAID OF BREAKING LINUX!!!!

experimentation is how yer gonna learn know what im sayin?
 
Back
Top