Answers for "want to clean my ubuntu server"

3

clean uninstall ubuntu-desktop from ubuntu server

$~: sudo apt purge ubuntu-desktop -y && sudo apt autoremove -y && sudo apt autoclean
Posted by: Guest on October-25-2020
0

clean my ubuntu

$ sudo rm -rf ~/.cache/thumbnails/*
Posted by: Guest on January-04-2022

Code answers related to "want to clean my ubuntu server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language