Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I recently built/installed GnomeBoyAdvance using Python. I wish to uninstall this program. I don't think I can just delete folders and files since the python script puts files and shortcuts all over the system. I don't quite understand how python works. It seems that Python created a gnomeboyadvace folder within the python /site-packages folder. So I guess that python is sort-of managing the application? Kind of like RPM does?
How can I uninstall this software completely?
any help would be appreciated
I forgot mention, I'm running Python 2.3 on Fedora Core 2
python setup.py uninstall did not work. If all else fails, I think I'll have to manually delete all the files. The setup file is very cryptic and it seems to put files in many locations. I really would like to find an automated approach. Like the RPM sceme.
I am by no means an expert at all of this, but on a small idea I suggest seeing if you can do a 'make uninstall' or 'make clean' (not sure if that is right, maybe someone here can back that up for me). There should be a makefile (thats the name of the file) somewhere in the subdirectory if this is at all possible. I would suggest looking this info up or waiting for someone to confirm this if you plan to try it, as I did this a while ago on some stupid little game and am not real sure about the info.
If you look down towards the bottom of the artical, you will see the installation method you described listed, and the uninstallation method that describes manually deleting the files.
On the plus side, there should be a python RPM for you to download. In fact, the rpm should be right on the fedora core 2 install disks (and probably installed by default). All you should have to do is find a mirror of your update server and download the package from there. The easiest thing to do (this works for FC3 so I'm hoping it will work on FC2) is to go to a terminal, log in as root, and try 'yum update python'. If that yeilds nothing, try 'yum install python'.
If that fails, this may also contain the nessisary files, but I'm not certian which you need, or if these are old versions or the up to date versions (these are the i386 packages, not the 64 bit core if you are running that).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.