0

I've installed a few version of Python on ubuntu 16.04 LTS, please see a screenshot.

enter image description here

When I tried to delete/uninstall one (not 2.7.12)-> I broke my system, then recovered again.

Is there any way to remove all versions of Python except core 2.7.12 safely / not breaking any dependencies and system?

Plus I have problems with zlib1g-dev now: enter image description here

Thanks a lot for your help

1 Answers1

0

When Python 3.6.1 is installed via ./configure -> make -> make install, it should be uninstalled by running make uninstall from the same directory.

Soren A
  • 7,191