Package Details: package-query 1.12-1

Git Clone URL: https://aur.archlinux.org/package-query.git (read-only, click to copy)
Package Base: package-query
Description: Query ALPM and AUR
Upstream URL: https://github.com/archlinuxfr/package-query/
Licenses: GPL
Submitter: tuxce
Maintainer: archlinuxfr (Skunnyk, f2404)
Last Packager: Skunnyk
Votes: 1149
Popularity: 0.77
First Submitted: 2010-03-24 23:18 (UTC)
Last Updated: 2021-06-02 15:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 50 Next › Last »

mani.zaeim commented on 2018-06-01 10:32 (UTC) (edited on 2018-06-01 10:33 (UTC) by mani.zaeim)

curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz OR wget https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz to download the package

rashintha commented on 2018-05-31 08:19 (UTC)

Reinstall package query manually. It looks like both yaourt and package query is not available in the repo.archlinux.fr repository.

Download snapshot with wget. $ wget download_link

Extract $ tar -xvf package-query.tar.gz

Change directory $ cd package-query

Install with dependencies $ makepkg -s

After compilation is finished, install with pacman. $ sudo pacman -U package-query*.xz

ABOhiccups commented on 2018-05-31 00:37 (UTC)

package-query is not in http://repo.archlinux.fr/$arch Custom Repository.

mozo commented on 2018-05-29 18:29 (UTC)

You are welcome :)

maxxcan commented on 2018-05-29 17:46 (UTC)

@mozo The same error for mi without octopi or pamac-aur. But I fixed with your link. Thank you

cogwerkz commented on 2018-05-29 17:05 (UTC)

@mozo you probably have to rebuild octopi. Manually. But that should really be discussed on the octopi page, and only there, as all issues with package-query was fixed in today's update.

mozo commented on 2018-05-29 17:00 (UTC)

I just saying that octopi is broken too.

f2404 commented on 2018-05-29 16:33 (UTC)

@mozo What you need to do is just to manually rebuild package-query and install it. I understand that yaourt is working after you've done that, correct?

How is octopi (and what's that?) related here?

mozo commented on 2018-05-29 16:28 (UTC) (edited on 2018-05-29 17:35 (UTC) by mozo)

Same error here. I followed these howto: https://arcolinux.com/fixing-the-error-message-package-query-error-while-loading-shared-libraries-libalpm-so-10/

Now "package-query: error while loading shared libraries: libalpm.so.10: cannot open shared object file" error is gone at "yaourt -Syau" but is still here when I try to open octopi. It stoped working completely.

damico commented on 2018-05-29 11:52 (UTC)

Hi @cogwerkz I just upgraded and started to show this error: "package-query: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory No database errors have been found!"

I manually clone and compiled package-query and now it's fixed - git clone https://aur.archlinux.org/package-query.git - cd package-query/ - makepkg -si