卸载我不再安装的应用程序的 flatpak 运行时是否安全?

Fal*_*alc 3 flatpak

user@ncase:~$ flatpak list
Ref                                                  Options       
org.DolphinEmu.dolphin-emu/x86_64/stable             system,current
org.freedesktop.Platform.GL.nvidia-396-54/x86_64/1.4 system,runtime
org.freedesktop.Platform.ffmpeg/x86_64/1.6           system,runtime
org.freedesktop.Platform/x86_64/1.6                  system,runtime
org.gtk.Gtk3theme.Adapta-Eta/x86_64/3.22             system,runtime
org.kde.Platform/x86_64/5.11                         system,runtime
org.kde.Platform/x86_64/5.9                          system,runtime
user@ncase:~$ flatpak list --app
Ref                                      Options       
org.DolphinEmu.dolphin-emu/x86_64/stable system,current
user@ncase:~$ flatpak uninstall 
Run Code Online (Sandbox Code Playgroud)

如您所见,我只安装了 1 个 flatpak 应用程序,但安装了很多 flatpak 运行时。它们可以安全地卸载吗?或者它们是否仍在使用?

Geo*_*tal 5

添加到@karel 的答案:该命令flatpak uninstall --unused会卸载所有不需要的运行时。