is it ok if we remove python2.8 on ubuntu 18.04? code example
Example 1: how to uninstall python2.7 from ubuntu 18.04
sudo apt autoremove python
Example 2: how to uninstall python2.7 from ubuntu 18.04
whereis python
which python
sudo apt autoremove python
whereis python
which python