how to uninstall games on ubuntu
sudo apt remove aisleriot gnome-mahjongg gnome-mines gnome-sudoku sudo apt-get purge aisleriot gnome-sudoku mahjongg ace-of-penguins gnomine gbrainy
Here is what the above code is Doing:
1. Update the package list
2. Upgrade the packages
3. Install the packages
4. Remove the packages
5. Purge the packages