Pamac Manager

Hello Guys,
I recently installed Garuda Linux. The ultimate edition KDE version. I updated and rebooted. Pamac-manager won't launch when I click it, neither does Add/Remove Apps.

Running pamac-manager in terminal yielded these results:

** (process:230033): WARNING **: 14:12:24.558: flatpak_plugin.vala:105: Error when getting information for file ?/var/lib/flatpak/appstream/flathub/x86_64/.timestamp?: No such file or directory
** Message: 14:12:24.558: flatpak_plugin.vala:125: last flathub appstream refresh is older than 6
** Message: 14:12:24.558: flatpak_plugin.vala:126: refreshing flathub appstream data

(pamac-manager:230033): GLib-GIO-CRITICAL **: 14:12:24.867: g_application_run: assertion 'acquired_context' failed

Any Help would be appreciated.

Did you instal flatpak with pamac before?

/var/lib/flatpak/appstream/flathub/x86_64/.

in terminal try

pacman -Qi pamac

and
:slight_smile:

Hi. The most I did before updating garuda was going into pamac > preferences > and enabling flatpak from there.

1 Like
pacman -Qi pamac
Name            : pamac-all
Version         : 9.5.12-2
Description     : A Gtk3 frontend for libalpm (everything in one package -
                  snap, flatpak, appindicator)
Architecture    : x86_64
URL             : https://gitlab.manjaro.org/applications/pamac
Licenses        : GPL3
Groups          : None
Provides        : pamac  pamac-aur  pamac-aur-git  pamac-flatpak-plugin
                  pamac-snap-plugin  pamac-tray-appindicator
Depends On      : glib2>=2.42  json-glib  libsoup  dbus-glib  polkit
                  vte3>=0.38  gtk3>=3.22  libnotify  desktop-file-utils
                  pacman>=5.2  gnutls>=3.4  git  appstream-glib
                  archlinux-appstream-data  flatpak  snapd  snapd-glib
                  libappindicator-gtk3
Optional Deps   : polkit-gnome: needed for authentification in Cinnamon,
                  Gnome
Required By     : None
Optional For    : None
Conflicts With  : pamac  pamac-gtk  pamac-cli  pamac-common  pamac-aur
                  pamac-aur-git  pamac-flatpak-plugin  pamac-snap-plugin
                  pamac-tray-appindicator  pamac-aur-tray-appindicator-git
Replaces        : None
Installed Size  : 3.45 MiB
Packager        : Pedro Henrique Lara Campos <[email protected]>
Build Date      : Thu 17 Dec 2020 11:03:02 PM -04
Install Date    : Mon 21 Dec 2020 10:54:46 AM -04
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

Use three ~ in first and last line for terminal output :slight_smile:

Re-install pamac

sudo pacman -R pamac-manager

then

sudo pacman -S pamac-manager
1 Like

Thank you thank you. I am learning about the forum still

3 Likes
[root@garuda kalessin]# sudo pacman -R pamac-manager
error: target not found: pamac-manager
[root@garuda kalessin]# sudo pacman -S pamac-manager
error: target not found: pamac-manager
sudo pacman -R pamac-all 
[sudo] Passwort für sgs:    
Prüfe Abhängigkeiten...

Pakete (1) pamac-all-9.5.12-2

Gesamtgröße der entfernten Pakete:  3,45 MiB

:: Möchten Sie diese Pakete entfernen? [J/n]
2 Likes

This one probably needs to be rebuild (pamac-aur is version 10 already)

2 Likes