Ubuntu – How to remove all default installed games

gamesuninstall

I want to remove all the games that are installed by default.

How can I do it all at once?

Best Answer

Open a terminal and type:

sudo apt-get purge gnome-games-common gbrainy && sudo apt-get autoremove
Related Question