41

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

How can I do it all at once?

belacqua
  • 23,540
vrcmr
  • 6,397

6 Answers6

40

I received a "Virtual packages like 'gnome-games-common' can't be removed" whenever I tried Reda Lazri's solution on 12.04 LTS; ended up using:

sudo apt-get purge aisleriot gnome-sudoku mahjongg ace-of-penguins gnomine gbrainy gnome-mines
rhp997
  • 501
29

For Ubuntu 16.10 the following command should remove all default games:

sudo apt remove aisleriot gnome-mahjongg gnome-mines gnome-sudoku 
Klesun
  • 721
orschiro
  • 13,687
23

Open a terminal and type:

sudo apt-get purge gnome-games-common gbrainy && sudo apt-get autoremove
8128
  • 28,868
Reda Lazri
  • 1,428
8

install synaptic package manager

sudo apt-get install synaptic
synaptic

Choose menu item .. Settings > filters In the lower left of the window click "New". Enter a name at the top left. On the right side click "Deselect All", then click "Installed" to check only that box. Now click on the Section tab and select the "Include selected sections only" radio button. In the list above ctrl+click to include the following from the list: games, multiuniverse/games, universe/games. Press OK to exit the window and save your filter.

Click Custom Filters at the lower left and you should have a new entry with the name you choose in the list above. Click that to see a list of all games that are installed. On the right top pane click the button in the first column then click "mark for removal". Mark for complete removal to also remove any settings. Finally, use the √ along the top of the interface to apply the removal.

  • see synaptic menu .. Help[F1] > Custom Filters
Seth
  • 59,332
3

try below commands in terminal:

sudo apt-get purge aisleriot gnome-sudoku mahjongg ace-of-penguins gnomine gbrainy

sudo apt-get purge --auto-remove gnome-mahjongg

sudo apt-get purge --auto-remove gnome-mines

1

I used the following line to remove all pre-installed games in Debian 9.9 (with gnome 3):

sudo apt purge aisleriot gnome-sudoku mahjongg ace-of-penguins gnomine gbrainy gnome-sushi gnome-taquin gnome-tetravex  gnome-robots gnome-chess lightsoff swell-foop quadrapassel && sudo apt autoremove