Unable to Uninstall Python

Asked by abhisheksreepal

Hi,

I had Python 2.6.2 on my ubuntu 9.04
I installed Python3 and Python 3 IDe and simultaneously removed Python 2.6.2 from Add/Remove

When I run this command(python -v) to check out the version of python - Ubuntu says 2.6.2 even though i removed python 2.6.2

When i ran python3, and when i use Auto complete feature, application crashes.

In Add/Remove , Both Python2.6,python 3 and Python 3IDE are installed

Now I am unable to uninstall python 2.6.2 and python 3.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Tolpeev
Solved:
Last query:
Last reply:
Revision history for this message
Best Anton Tolpeev (anton-tolpeev) said :
#1

type in console: sudo apt-get autoremove pythonX.X.X(your version)
I hope it will help.

Revision history for this message
abhisheksreepal (abhisheksreepal) said :
#2

Thanks Anton Tolpeev, that solved my question.