testdisk ubuntu code example
Example 1: how to uninstall python2.7 from ubuntu 18.04
sudo apt autoremove python
Example 2: xampp in manjaro linux
# /opt/lampp/lampp stop
# rm -rf /opt/lampp
sudo apt autoremove python
# /opt/lampp/lampp stop
# rm -rf /opt/lampp