uninstall skype ubuntu code example
Example 1: uninstall php ubuntu 18.04
$ sudo apt-get purge php7.*
$ sudo apt-get autoclean
$ sudo apt-get autoremove
Example 2: ubuntu uninstall chrome
// Solution 1:
sudo apt-get remove google-chrome-stable
// Solution 2:
sudo apt-get purge google-chrome-stable
sudo apt-get autoremove