Published
- 1 min read
clean uninstall ubuntu-desktop from ubuntu server
The solution for this is noted below
clean uninstall ubuntu-desktop from ubuntu server
Solution
$~: sudo apt purge ubuntu-desktop -y && sudo apt autoremove -y && sudo apt autoclean
Try other methods by searching on the site. That is if this doesn’t work