Update Leftovers or What?

Hi there,
I am searching for a solution

I have these two bizarre things in my pamac GUI for 6 months now. They are not updating because I can not select them and the box to tick them is greyed out. I do not know what to do. Please help.

I am no Manjaro GNOME. Thank you.


Try konsole:

flatpak list

Hi @vatosflokos,

You’ll notice that the packages are not official Manjaro packages from the repository, but actually Flatpaks:

https://i.imgur.com/lmGILPf.png

Best is to manage them on their own, in my opinion. See

https://wiki.archlinux.org/title/Flatpak#Update_a_runtime_or_application

1 Like

Oh, I think the flatpack update via terminal solved the problem. Thanks! I will wait until the end and mark this as solved. Kudos!

1 Like

You can attempt to avoid some issues by using Konsole for updates:

alias update='sudo pacman -Syu && flatpak update && pamac update'

You can do alias, or abbr to make it trivial:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.