#flatpak list
Name Application ID Version Branch Installation
Authenticator com.github.bilelmoussaoui.Authenticator 3.32.2 stable system
Skype com.skype.Client 8.51.0.72 stable system
Freedesktop.org Application Platform version 1.6 org.freedesktop.Platform 1.6 1.6 system
Freedesktop Platform org.freedesktop.Platform 18.08.37 18.08 system
Freedesktop Platform org.freedesktop.Platform 19.08.3 19.08 system
default org.freedesktop.Platform.GL.default 19.08 system
nvidia-340-107 org.freedesktop.Platform.GL.nvidia-340-107 1.4 system
FFmpeg extension org.freedesktop.Platform.ffmpeg 1.6 system
html5-codecs org.freedesktop.Platform.html5-codecs 18.08 system
openh264 org.freedesktop.Platform.openh264 19.08 system
GNOME Application Platform version 3.34 org.gnome.Platform 3.34 system
Breeze Gtk theme org.gtk.Gtk3theme.Breeze 3.22 system
Can I uninstall Freedesktop.org Platform version 1.6 and one of the two other Freedesktop Platform (which one?) without breaking any dependency?
EDIT:
~$ sudo flatpak remove --unused
ID Arch Branch
1. [-] org.freedesktop.Platform.ffmpeg x86_64 1.6
2. [-] org.freedesktop.Platform x86_64 1.6
3. [-] org.freedesktop.Platform.Locale x86_64 1.6
4. [-] org.freedesktop.Platform x86_64 19.08
5. [-] org.freedesktop.Platform.Locale x86_64 19.08
Uninstall complete.
error: Refusing to operate on a user installation as root! This can lead to incorrect file ownership and permission errors.
~$ flatpak remove --unused
Nothing unused to uninstall
EDIT 2:
$ flatpak update
Looking for updates…
Required runtime for org.freedesktop.Platform.GL.nvidia-340-107/x86_64/1.4 (runtime/org.freedesktop.Platform/x86_64/1.6) found in remote flathub
Do you want to install it? [Y/n]: y
ID Arch Branch Op Remote Download
1. [✓] org.freedesktop.Platform x86_64 1.6 i flathub 184,4 MB / 395,4 MB
2. [✓] org.freedesktop.Platform.ffmpeg x86_64 1.6 i flathub 2,9 MB / 2,9 MB
3. [✓] org.freedesktop.Platform.Locale x86_64 1.6 i flathub 620,0 kB / 177,1 MB
4. [✓] org.gnome.Platform x86_64 3.34 u flathub 253,8 kB / 318,4 MB
5. [✓] org.gnome.Platform.Locale x86_64 3.34 u flathub 1.0 kB / 322,7 MB
Changes complete.
$ flatpak remove --unused
ID Arch Branch
1. [-] org.freedesktop.Platform.ffmpeg x86_64 1.6
2. [-] org.freedesktop.Platform x86_64 1.6
3. [-] org.freedesktop.Platform.Locale x86_64 1.6
Uninstall complete.
$ flatpak remove --unused
Nothing unused to uninstall
$ flatpak update
Looking for updates…
Required runtime for org.freedesktop.Platform.GL.nvidia-340-107/x86_64/1.4 (runtime/org.freedesktop.Platform/x86_64/1.6) found in remote flathub
Do you want to install it? [Y/n]: y
ID Arch Branch Remote Download
1. [✓] org.freedesktop.Platform x86_64 1.6 flathub 184,4 MB / 395,4 MB
2. [✓] org.freedesktop.Platform.ffmpeg x86_64 1.6 flathub 2,9 MB / 2,9 MB
3. [✓] org.freedesktop.Platform.Locale x86_64 1.6 flathub 620,0 kB / 177,1 MB
Installation complete.
$ flatpak remove --unused
ID Arch Branch
1. [-] org.freedesktop.Platform.ffmpeg x86_64 1.6
2. [-] org.freedesktop.Platform x86_64 1.6
3. [-] org.freedesktop.Platform.Locale x86_64 1.6
Uninstall complete.
$ flatpak update
Looking for updates…
Required runtime for org.freedesktop.Platform.GL.nvidia-340-107/x86_64/1.4 (runtime/org.freedesktop.Platform/x86_64/1.6) found in remote flathub
Do you want to install it? [Y/n]:
ID Arch Branch Remote Download
1. [✓] org.freedesktop.Platform x86_64 1.6 flathub 184,4 MB / 395,4 MB
2. [✓] org.freedesktop.Platform.ffmpeg x86_64 1.6 flathub 2,9 MB / 2,9 MB
3. [✓] org.freedesktop.Platform.Locale x86_64 1.6 flathub 620,0 kB / 177,1 MB
Installation complete.
flatpak update
now; this will fix any dependency issues. – ajgringo619 Oct 11 '19 at 12:10