crowdstrike uninstall ubuntu\ code example
Example 1: clean uninstall ubuntu-desktop from ubuntu server
$~: sudo apt purge ubuntu-desktop -y && sudo apt autoremove -y && sudo apt autoclean
Example 2: sudo apt uninstall
sudo apt-get remove pkg
$~: sudo apt purge ubuntu-desktop -y && sudo apt autoremove -y && sudo apt autoclean
sudo apt-get remove pkg