0

I found in the installed software tab of "Ubuntu Software" app that there are two GNOME runtime versions, 3.26 and 3.28. So, should I remove the lower version? Is it OK to remove GNOME 3.28 runtime?

vanadium
  • 88,010
  • Is that really "GENOME"? Do you mean "GNOME"? – terdon May 25 '19 at 21:33
  • Just as a general caution, please be careful when removing packages that come pre-installed. I prefer to open a terminal, and to run sudo apt update and sudo apt full-upgrade and then to run apt purge -s package_name (where you'll enter the appropriate name instead of "package_name"). This last command is a simulation and doesn't require sudo. It will tell you what else the system plans to delete along with the package you propose to delete. Look at that output very carefully! – DK Bose May 26 '19 at 04:54

1 Answers1

1

These Gnome Runtimes you see are installed Snap packages of Gnome runtime files. If needed, you can read here what Snap is about.

Is it OK to remove the oldest one? Fact is, you won't be breaking your system at all. Only, you may then also cause the removal of one or more Snap applications that are using these runtimes. Anyway, even that does not really harm. If at some time you find yourself missing some application, just install it again. That will also automatically bring the needed runtime in (again).

vanadium
  • 88,010