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: 1144
Popularity: 0.014778
First Submitted: 2010-03-24 23:18 (UTC)
Last Updated: 2021-06-02 15:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 51 Next › Last »

wass commented on 2016-02-03 19:14 (UTC)

@asem Yes, it works without symlink. I think, you suggested the best way to resolve the problem. Anyway, @YauheniM is right too, so both approaches are good. Thank you guys!

<deleted-account> commented on 2016-02-03 00:03 (UTC)

@YauheniM No need to symlink , just download and build package-query manually using makepkg -si and the error is gone

YauheniM commented on 2016-02-02 23:29 (UTC)

Hi, If you have an error like a "error while loading shared libraries: libalpm.so.9" just create a symlink: in terminal (as root): ln -s /usr/lib/libalpm.so.10.0.0 /usr/lib/libalpm.so.9 after that yaourt will work fine Regards, Yauheni

panaut0lordv commented on 2016-02-02 23:23 (UTC) (edited on 2016-02-02 23:52 (UTC) by panaut0lordv)

Hello Everybody, Just run: yaourt -S package-query and then: yaourt -Syu UPDATE: yaourt -Syu package-query works fine Cheers, Michal

accessgranted commented on 2016-02-02 22:26 (UTC)

Hi, glad to be able to be part of the community. This is my first post. I'm afraid I have the same problem as Valentin.Brasov: [access@arch ~]$ sudo pacman -Syu [sudo] password for access: :: Synchronizing package databases... core is up to date extra 1767.1 KiB 643K/s 00:07 [######################] 100% community 3.3 MiB 839K/s 00:15 [######################] 100% multilib is up to date archlinuxfr is up to date :: Starting full system upgrade... warning: firefox: ignoring package upgrade (44.0-1 => 44.0-2) there is nothing to do [access@arch ~]$ sudo pacman -Rdd package-query yaourt [sudo] password for access: Packages (2) package-query-1.7-2 yaourt-1.7-1 Total Removed Size: 0.80 MiB :: Do you want to remove these packages? [Y/n] y :: Processing package changes... (1/2) removing package-query [######################] 100% (2/2) removing yaourt [######################] 100% [access@arch ~]$ curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 822 0 822 0 0 2320 0 --:--:-- --:--:-- --:--:-- 2315 [access@arch ~]$ tar -xvzf package-query.tar.gz package-query/ package-query/.SRCINFO package-query/PKGBUILD [access@arch ~]$ cd package-query [access@arch package-query]$ makepkg -si ==> WARNING: A package has already been built, installing existing package... ==> Installing package package-query with pacman -U... loading packages... resolving dependencies... looking for conflicting packages... Packages (1) package-query-1.7-2 Total Installed Size: 0.08 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [######################] 100% (1/1) checking package integrity [######################] 100% (1/1) loading package files [######################] 100% (1/1) checking for file conflicts [######################] 100% :: Processing package changes... (1/1) installing package-query [######################] 100% [access@arch package-query]$ cd .. [access@arch ~]$ curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 952 0 952 0 0 2945 0 --:--:-- --:--:-- --:--:-- 2938 [access@arch ~]$ tar -xvzf yaourt.tar.gz yaourt/ yaourt/.SRCINFO yaourt/PKGBUILD [access@arch ~]$ cd yaourt [access@arch yaourt]$ makepkg -si ==> WARNING: A package has already been built, installing existing package... ==> Installing package yaourt with pacman -U... loading packages... resolving dependencies... looking for conflicting packages... Packages (1) yaourt-1.7-1 Total Installed Size: 0.72 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [######################] 100% (1/1) checking package integrity [######################] 100% (1/1) loading package files [######################] 100% (1/1) checking for file conflicts [######################] 100% :: Processing package changes... (1/1) installing yaourt [######################] 100% Optional dependencies for yaourt aurvote: vote for favorite packages from AUR customizepkg: automatically modify PKGBUILD during install/upgrade rsync: retrieve PKGBUILD from official repositories [access@arch yaourt]$ cd .. [access@arch ~]$ yaourt stockfish package-query: error while loading shared libraries: libalpm.so.9: cannot open shared object file: No such file or directory [access@arch ~]$ Thanks

thibdb13 commented on 2016-02-02 20:27 (UTC)

I did as clep/cauna said/wrote and it works without any problem. Just don't forget if pacman is not yet 5.0.0 to make a "pacman -Syu" after removing package-query and yaourt and before installing them again.

davidsmit commented on 2016-02-02 20:14 (UTC)

Like bouhappy said: download & rebuild of only package-query (and not yaourt) solved the issue.

valentin.brasov commented on 2016-02-02 20:12 (UTC)

I followed cleps's comments and it worked. Then I updated the whole system from yaourt-gui and this has updated pacman from 4.2.1-4 to 5.0.0-1. After that trying to do stuff in yaourt-gui (like option 1. Sync DB) yields: package-query: error while loading shared libraries: libalpm.so.9: cannot open shared object file: No such file or directory package-query: error while loading shared libraries: libalpm.so.9: cannot open shared object file: No such file or directory Please help.

clep commented on 2016-02-02 10:11 (UTC)

Hey guys, works for me also like cauna and josephgbr. After remove of both packages (sudo pacman -Rdd package-query yaourt) and rebuild everything is fine. Just run the steps from the (German) wiki: curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz tar -xvzf package-query.tar.gz cd package-query makepkg -si cd .. curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz tar -xvzf yaourt.tar.gz cd yaourt makepkg -si Cheerio

cauna commented on 2016-02-02 07:11 (UTC)

I almost did the same with josephgbr. 1) pacman already is 5.0.0 2) sudo -Rdd package-query yaourt 3) wget the tarballs from aur or you can click on "Download snapshot" 4) tar xzf the tarballs 5) cd into the folder and mkpkg respectively 6) sudo pacman -U package-query*.pkg.tar.xz and sudo pacman -U yaourt*.pkg.tar.xz respectively This solves everything.