Hi, I'm one of the guys that had the icon problem with Inkscape 0.38. I want to try and make a completely clean install of the program. What should I remove from my system? - executables - shared files - libs?
Where are they all located?
On the other hand, is it safe to do this? I mean I think it wouldn't compromise my box's stability
Thank you very much for your answers.
On Wed, 21 Apr 2004, Lucas Vieites wrote:
Hi, I'm one of the guys that had the icon problem with Inkscape 0.38. I want to try and make a completely clean install of the program. What should I remove from my system?
- executables
- shared files
- libs?
Where are they all located?
Generally, applications install under either /usr or /usr/local depending on how things are configured. On my system they install under /usr so the places to look are:
/usr/bin/ink* /usr/local/share/inkscape/
There's also some man pages that are installed, but you probably won't care about those. I don't know if there are any libraries that inkscape installs - I don't think so...
Note that you may be able to just do `make uninstall` and get everything removed.
On the other hand, is it safe to do this? I mean I think it wouldn't compromise my box's stability
Uninstalling inkscape wouldn't compromise your box's stability. If you accidentally delete /lib/*, well you're on your own there. ;-)
Thank you very much for your answers.
By the way, could you check your character encoding settings? For some reason when I get your emails, pine won't display them (I can dig the text out of my mail spool, but it's a bit of a hassle).
Bryce
On Wed, 2004-04-21 at 10:12, Lucas Vieites wrote:
On the other hand, is it safe to do this? I mean I think it wouldn't compromise my box's stability
If you installed from source probably the easiest way to do it is:
make uninstall
This will remove anything that 'make install' installed.
--Ted
El jue, 22-04-2004 a las 07:27, Ted Gould escribió:
On Wed, 2004-04-21 at 10:12, Lucas Vieites wrote:
On the other hand, is it safe to do this? I mean I think it wouldn't compromise my box's stability
If you installed from source probably the easiest way to do it is:
make uninstall
This will remove anything that 'make install' installed.
I could hit myself with a hammer on the head. I've been working with Linux for the last 4/5 years and I had never, ever heard of this option.
Thank you, it worked fine for me.
participants (3)
-
Bryce Harrington
-
Lucas Vieites
-
Ted Gould