Package Details: pamac-classic 7.3.0-2

Git Clone URL: https://aur.archlinux.org/pamac-classic.git (read-only, click to copy)
Package Base: pamac-classic
Description: A Gtk3 frontend for libalpm - classic version
Upstream URL: https://git.cromer.cl/cromer/pamac-classic
Keywords: aur gui installer pacman
Licenses: GPL3
Conflicts: pamac, pamac-aur
Provides: pamac, pamac-aur
Submitter: sudobash418
Maintainer: sudobash418
Last Packager: sudobash418
Votes: 16
Popularity: 0.000000
First Submitted: 2017-10-04 21:54 (UTC)
Last Updated: 2021-07-10 20:28 (UTC)

Dependencies (14)

Required by (7)

Sources (1)

Pinned Comments

Cromer commented on 2022-07-12 00:28 (UTC)

Probably related to this: https://git.cromer.cl/cromer/pamac-classic/issues/12

AUR has been broken in pamac-classic for a while now due to changes on Arch Linux's side of things. If anyone can fix and do a pull request, I will merge it. But right now I don't have time to investigate myself and is at the bottom of my priority list.

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

FabioLolix commented on 2024-03-16 14:33 (UTC) (edited on 2024-03-16 14:33 (UTC) by FabioLolix)

Fails to build against the new libalpm

./src/pamac-system-daemon/system_daemon.vala:1844:51: error: 'alpm_question_import_key_t' {aka 'struct _alpm_question_import_key_t'} has no member named 'key'
 1844 |                         if (data.import_key_key.revoked == 1) {
      |                                                   ^

FabioLolix commented on 2024-03-13 22:31 (UTC)

@spsf64 every time you have error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory for build from source programs you have to rebuild it so it link against the new library version

spsf64 commented on 2024-03-13 18:17 (UTC)

Does not launch with latest pacman (6.1.0) in testting:

pamac-manager: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory

rado84 commented on 2023-09-01 13:14 (UTC)

For some time now pamac-classic only displays the language pack for thunderbird but not thunderbird itself. So if I run the update command now, it will only download the language package but not the program this language package belongs to. This will be the second time I download and install thunderbird locally (manually), along with its language package. It's not a big deal for me but it appears weird, to say the least. I've checked the mirrors (both Arch's official mirror "Extra" and the mirror I use) and the file thunderbird is there, so pamac-classic not showing it in the list of waiting for updates is indeed weird. Here's a screenshot to see what I'm talking about: https://i.imgur.com/cgKWiBC.png

Cromer commented on 2022-07-12 00:28 (UTC)

Probably related to this: https://git.cromer.cl/cromer/pamac-classic/issues/12

AUR has been broken in pamac-classic for a while now due to changes on Arch Linux's side of things. If anyone can fix and do a pull request, I will merge it. But right now I don't have time to investigate myself and is at the bottom of my priority list.

rado84 commented on 2022-07-12 00:18 (UTC)

Why it doesn't display packages from AUR whenever there are such packages waiting to be updated? For instance, earlier today it displayed linux and linux-headers as waiting to be updated. When I ran the update command in terminal (I do the updates manually through CLI), the terminal showed that two AUR packages were also waiting to be updated: audacious-gtk3 and audacious-plugins-gtk3.

I have enabled search and check for updates from AUR, as well as AUR support and yet it never shows which AUR packages need to be updated, it only shows packages from the official repo.

glitsj16 commented on 2022-03-23 10:44 (UTC)

@Bitts311 You should have a 'Preferences' item in the menu that opens when you click the icon in the title bar on the left with the current version. Settings are stored in dconf, not in a file. If you don't see that icon, try changing GTK theme.

Bitts311 commented on 2022-03-23 10:11 (UTC)

Hi, which version of the program has a settings menu? In the latest version 7.3.0 I have no settings at all (maybe it should be like this?). Or do I need to create a config of settings and put it somewhere?

rado84 commented on 2021-07-11 15:21 (UTC)

That worked! Thanks, sudobash418! :D

P.S. I've set checking for updates to happen every 3 hours, so I always have fully updated system. :)

sudobash418 commented on 2021-07-11 14:10 (UTC) (edited on 2021-07-11 14:11 (UTC) by sudobash418)

@rado84 That's because the new version requires pacman >= 6.0, but the old version requires pacman < 6.0

makepkg doesn't quite know how to handle this situation properly, so you'll have to follow this procedure:

  1. Update pacman from 5.x to 6.x, ignoring the fact that this breaks pamac-classic: pacman -Sd pacman
  2. Update pamac-classic to 7.3.0 with makepkg/<your preferred AUR helper other than pamac-classic>.

As with any major version bump of a package manager, I would advise a full system update (-Syu) afterwards and a reboot to verify everything is working correctly.