On Thu, Jan 24, 2013 at 2:52 PM, HUGHES MARK <[email protected]> wrote: > I did some greping for version numbers and did an "apt-get remove zim". > Here's what's left: > > /usr/local/lib/python2.7/dist-packages/zim/__init__.py:__version__ = '0.58' > > How might this have got here?
If it is in /usr/local/ it was not installed as a package, probably at some point you installed from source. > What's the best way to get rid of it? sudo rm -fr /usr/local/lib/python2.7/dist-packages/zim/ + have a look at /usr/local/share/zim and /usr/local/bin/zim Regards, Jaap _______________________________________________ Mailing list: https://launchpad.net/~zim-wiki Post to : [email protected] Unsubscribe : https://launchpad.net/~zim-wiki More help : https://help.launchpad.net/ListHelp

