Uninstalling Linux Lugaru

The place to discuss all things Lugaru.
Post Reply
Skofo
Posts: 545
Joined: Fri Nov 07, 2008 7:44 pm

Uninstalling Linux Lugaru

Post by Skofo » Mon Dec 29, 2008 12:21 am

How would I go about removing Lugaru from Linux? I installed it on Ubuntu but it crashes after clicking any of the menu items, and I want it off.

I tried using the uninstall script in the Lugaru directory, but it does not work.
[email protected]:~$ gksu /usr/local/games/lugaru/uninstall
Could not find a usable uninstall program. Aborting.

Skofo
Posts: 545
Joined: Fri Nov 07, 2008 7:44 pm

Re: Uninstalling Linux Lugaru

Post by Skofo » Tue Jan 06, 2009 2:06 am

Noone? :(

User avatar
rudel_ic
official Wolfire heckler
Posts: 2193
Joined: Sun Aug 28, 2005 11:19 pm
Location: Hamburg City
Contact:

Re: Uninstalling Linux Lugaru

Post by rudel_ic » Tue Jan 06, 2009 2:09 pm

Well, that depends on how you installed Lugaru.

If you installed it with the package management system on Ubuntu, a simple

Code: Select all

sudo apt-get remove lugaru
should do the trick.

If you installed it in some other way, it should be okay to simply delete all files the Lugaru installer put onto your disk. Don't delete important data though!

The command to find all lugaru-related directories and similarly named files on your system is

Code: Select all

find / -name "*ugaru*"
To delete an entire directory, type

Code: Select all

rm -r ~/.lugaru
for example.
(~/.lugaru is the .lugaru directory in your home directory where all settings are supposed to land)

That's all I got. Don't delete files recklessly. You have been warned.

Skofo
Posts: 545
Joined: Fri Nov 07, 2008 7:44 pm

Re: Uninstalling Linux Lugaru

Post by Skofo » Wed Jan 07, 2009 4:56 am

Hm, thought of doing that too, but I'm not sure if /usr/local/games/lugaru is the only directory where things were installed.

Also, my main issue with the game is that it crashes after I click any of the menus. Got any idea how to fix that before I uninstall?

Post Reply