Solved Flatpak Update fails

Solved issue
You should be able to unpin them, when using the right now. When I check mine for those they look like this.
Code:
flatpak info  org.freedesktop.Platform.Locale
            ID: org.freedesktop.Platform.Locale
           Ref: runtime/org.freedesktop.Platform.Locale/x86_64/23.08
Do the same for you and see what the output is.
it says to me I have 2 branches of the same package installed
Code:
└─$ flatpak info org.freedesktop.Platform.Locale
Fehler: Multiple branches available for org.freedesktop.Platform.Locale, you must specify one of: org.freedesktop.Platform.Locale/x86_64/23.08, org.freedesktop.Platform.Locale/x86_64/21.08
 


Here's the output:

Code:
└─$ flatpak uninstall --unused
These runtimes in installation 'system' are pinned and won't be removed; see flatpak-pin(1):
  runtime/org.freedesktop.Platform.GL.default/x86_64/21.08
  runtime/org.freedesktop.Platform.Locale/x86_64/21.08
  runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/23.08
  runtime/org.freedesktop.Platform.openh264/x86_64/2.2.0
  runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Aqua/x86_64/3.22
  runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Blue/x86_64/3.22
  runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Orange/x86_64/3.22
  runtime/org.gtk.Gtk3theme.Mint-Y-Dark-Red/x86_64/3.22
  runtime/org.gtk.Gtk3theme.Mint-Y-Dark/x86_64/3.22
Nothing unused to uninstall
Try one of these.
flatpak pin --remove runtime/org.freedesktop.Platform.GL.default/x86_64/21.08 runtime/org.freedesktop.Platform.Locale/x86_64/21.08
 
Try one of these.
Thanks, now I am a bit closer to the solution, now just org.freedesktop.Platform.GL.default is pinned

here's my history

Code:
┌──(anon㉿goliath)-[~]
└─$ flatpak pin --remove runtime/org.freedesktop.Platform.Locale runtime/org.freedesktop.Platform.GL
Fehler: No current pinned pattern matching runtime/org.freedesktop.Platform.Locale
                                                                                                                                                                                                                                                                                  
┌──(anon㉿goliath)-[~]
└─$ flatpak pin --remove org.freedesktop.Platform.Locale org.freedesktop.Platform.GL
Fehler: No current pinned pattern matching org.freedesktop.Platform.Locale
                                                                                                                                                                                                                                                                                  
┌──(anon㉿goliath)-[~]
└─$ flatpak info runtime/org.freedesktop.Platform.GL.default                                       
Fehler: Multiple branches available for org.freedesktop.Platform.GL.default, you must specify one of: org.freedesktop.Platform.GL.default/x86_64/22.08, org.freedesktop.Platform.GL.default/x86_64/23.08, org.freedesktop.Platform.GL.default/x86_64/23.08-extra, org.freedesktop.Platform.GL.default/x86_64/21.08, org.freedesktop.Platform.GL.default/x86_64/22.08-extra
                                                                                                                                                                                                                                                                                  
┌──(anon㉿goliath)-[~]
└─$ flatpak info runtime/org.freedesktop.Platform.GL.default
                                                                                                                                                                                                                                                                                  
┌──(anon㉿goliath)-[~]
└─$ flatpak info org.freedesktop.Platform.Locale                                   
Fehler: Multiple branches available for org.freedesktop.Platform.Locale, you must specify one of: org.freedesktop.Platform.Locale/x86_64/23.08, org.freedesktop.Platform.Locale/x86_64/21.08
                                                                                                                                                                                                                                                                                  
┌──(anon㉿goliath)-[~]
└─$ flatpak pin --remove runtime/org.freedesktop.Platform.GL.default/x86_64/21.08 runtime/org.freedesktop.Platform.Locale/x86_64/21.08
                                                                                                                                                                          
┌──(anon㉿goliath)-[~]
└─$ flatpak update                                                                                                                   
Suche nach Aktualisierungen …

Info: runtime org.freedesktop.Platform.Locale branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.

Info: (pinned) runtime org.freedesktop.Platform.GL.default branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.


        KENNUNG                                 Zweig         Op
 1.     org.freedesktop.Platform.Locale         21.08         r

Mit diesen Änderungen an der Systeminstallation fortfahren? [Y/n]: ^C                                                                                                                                                                           
┌──(anon㉿goliath)-[~]
└─$ flatpak pin --remove runtime/org.freedesktop.Platform.GL.default/x86_64/21.08 runtime/org.freedesktop.Platform.Locale/x86_64/21.08
                                                                                                                                                                          
┌──(anon㉿goliath)-[~]
└─$ flatpak update                                                                                                                   
Suche nach Aktualisierungen …

Info: runtime org.freedesktop.Platform.Locale branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.

Info: (pinned) runtime org.freedesktop.Platform.GL.default branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.


        KENNUNG                                 Zweig         Op
 1. [-] org.freedesktop.Platform.Locale         21.08         r

Deinstallation abgeschlossen.
                                                                                                                                                                          
┌──(anon㉿goliath)-[~]
└─$ flatpak update                                                                                 
Suche nach Aktualisierungen …

Info: (pinned) runtime org.freedesktop.Platform.GL.default branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.

Nichts zu tun.
 
Thanks, now I am a bit closer to the solution, now just org.freedesktop.Platform.GL.default is pinned
Try just doing that one alone.
flatpak pin --remove runtime/org.freedesktop.Platform.GL.default/x86_64/21.08
 
Are you able to update now, using "flatpak update" and are the 23.08 versions installed?
 

Members online


Top