Long time ago I've installed matplotlib which I need to remove. I did it from the source, so if I go to synaptic manager (I use ubuntu) then I don't see matplotlib installed. But I found /usr/local/lib/python2.7/dist-packages/matplotlib. My question is how to correctly delete this library?
|
|
|||
|
|
|
First you should check what version of
After that in
It will remove all files installed by your specific version of Remember to remove BTW, why you installed it from sources? There is |
|||
|
|
Remove it by a judicious use of If you installed it outside your package manager, why do you expect the package manager to know how to remove it? Note that this of course means that any programs that rely on this library won't work anymore, and since it's outside of package management nothing will warn you about it. |
|||||
|