How do I completely uninstall Mendeley in order to reinstall it again in Ubuntu 10.10 (64 bit)?

link|improve this question
feedback

2 Answers

sudo apt-get remove mendeleydesktop

From http://www.mendeley.com/download-mendeley-desktop/ubuntu/instructions/

link|improve this answer
feedback

If the normal "remove" doesn't work, try with purge, it shouldn't keep any files on your system (in contrast to a normal "remove", which might leave configuration files, etc.):

sudo apt-get purge mendeleydesktop
link|improve this answer
GAAAAH! THE COMMAND IS PURGE!!! – Hello71 May 4 '11 at 2:35
@Hello71 Ah, damnit, thanks. When did they actually change that? I kinda remember having used both. – slhck May 4 '11 at 7:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.