Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 5033  / 2 Years ago, sat, september 10, 2022, 3:57:14

How do I uninstall all the pre-installed ubuntu games?


I don't use them at all and I want to remove everything that I don't use. I am using a freshly installed ubuntu 22.04 LTS.


More From » apt

 Answers
6

To remove all the pre-installed games on ubuntu, run


sudo apt purge gnome-games
sudo apt autoremove

Or in one line:


sudo apt purge --autoremove gnome-games

Ok, so a bit of background I was looking at the package page for ubuntu-desktop and found nothing about games, and then for the fun of it looked up gnome-games and well I found it.

The purge command removes all configs and all packages after it. autoremove removes unneeded packages on your system.


[#420] Sunday, September 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
humbire

Total Points: 55
Total Questions: 93
Total Answers: 113

Location: Oman
Member since Fri, Dec 23, 2022
1 Year ago
humbire questions
Thu, May 13, 21, 02:28, 3 Years ago
Sun, Oct 24, 21, 14:23, 3 Years ago
Wed, May 17, 23, 22:16, 1 Year ago
Sun, Aug 8, 21, 13:22, 3 Years ago
;