How to Uninstall PyMQI in Linux?

Asked by Rajen

Hi,

How to uninstall PyMQI (1.1 or for that matter any version) in Linux?

Thank you,
Rajen

Question information

Language:
English Edit question
Status:
Solved
For:
PyMQI Edit question
Assignee:
No assignee Edit question
Solved by:
Dariusz Suchojad
Solved:
Last query:
Last reply:
Revision history for this message
Best Dariusz Suchojad (dsuch) said :
#1

Hi Rajen,

the answer entirely depends on how you'd installed it in the first place. Assuming there were no helper tools involved (things like Buildbot or virtualenv), and you installed it via the "python setup.py install" command, you simply need to rm all the PyMQI-related files. For instance, on my system it would be

$ sudo rm /usr/local/lib/python2.6/dist-packages/CMQ*.py*
$ sudo rm /usr/local/lib/python2.6/dist-packages/pymq*.*

That said, may I ask why you'd like to remove PyMQI? Is there anything missing in the library? Anything to improve? Thanks!

Revision history for this message
Rajen (rajenpn) said :
#2

Thanks Dariusz Suchojad, that solved my question.

Revision history for this message
Rajen (rajenpn) said :
#3

Actually, there is no problem. I'm planning to install it (through python setup.py install).
Just wanted to know the procedure as I didn't find it anywhere in the documentation.
Just in-case something goes wrong, I should be able to clean it up.

It has got documentation though. Very helpful examples.

Have a nice day.

Revision history for this message
Dariusz Suchojad (dsuch) said :
#4

Ah, I see. I'll open a bug report regarding it in that case so that the issue doesn't fall off the track. In other words, I'll be adding the instructions to the documentation soon-ish. Thanks for dropping by!