docs/INSTALL: How to uninstall
Add a blurb on how to uninstall system wide installations. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
00c67881a0
commit
5240d3f367
@ -110,3 +110,23 @@ within the sample file.
|
|||||||
`OfflineIMAP`_ also ships a file named `offlineimap.conf.minimal` that you can
|
`OfflineIMAP`_ also ships a file named `offlineimap.conf.minimal` that you can
|
||||||
also try. It's useful if you want to get started with the most basic feature
|
also try. It's useful if you want to get started with the most basic feature
|
||||||
set, and you can read about other features later with `offlineimap.conf`.
|
set, and you can read about other features later with `offlineimap.conf`.
|
||||||
|
|
||||||
|
|
||||||
|
===============
|
||||||
|
Uninstall
|
||||||
|
===============
|
||||||
|
|
||||||
|
If you installed a system-wide installation via "python setup.py
|
||||||
|
install", there are a few files to purge to uninstall it again. I assume
|
||||||
|
that /usr/local is the standard prefix that your system and you use
|
||||||
|
python 2.7. Adapt to your system. In that case you need to:
|
||||||
|
|
||||||
|
1) Delete:
|
||||||
|
/usr/local/lib/python2.7/dist-packages/offlineimap-6.4.4.egg-info
|
||||||
|
/usr/local/lib/python2.7/dist-packages/offlineimap
|
||||||
|
|
||||||
|
2) Delete the cache at (default location) ~/.offlineimap
|
||||||
|
Delete your manually created (default loc) ~/.offlineimaprc
|
||||||
|
(It is possible that you created those in different spots)
|
||||||
|
|
||||||
|
That's it. Have fun without OfflineImap.
|
||||||
|
Loading…
Reference in New Issue
Block a user