Hi,
I just bought a new laptop and will be installing Debian 13. I want to make my system as fast as i can and the first thing to do is I want to uninstall built in apps that come with debian gnome. I am kinda of new to linux so I just want to make sure I don’t mess up my system. Is uninstalling these apps going to break some things? Also what else can be done to speed the system up?
sudo apt purge gnome-calendar gnome-contacts gnome-maps gnome-weather gnome-tour gnome-characters gnome-todo gnome-evolution
Hi! This is very dependant on the distribution, but in general this shouldnt affect much, both in terms of breaking stuff and speeding system up
1 Like
Hi,
apt can tell you information (description) of those packages, from
which you can decide how much disruptive the uninstall of respective of
those apps would be for you.
I do not know purge, the others look like graphical applications
providing certain functionality (see the package description what it
is).
Bye,
Milan