You are not logged in.
Hello,
I've always used pacman -Qo to find out what package owns a file. It was searching my PATH first to look if such executable exists, e.g.: pacman -Qo pidgin gave me result /usr/bin/pidgin is owned by pidgin 2.7.1-1. But this is not working anymore for me, I must give a full path as argument for pacman to see result: pacman -Qo /usr/bin/pidgin.
I know i can use `which pidgin` to get full path, but I think it's a regression. Anyone noticed the same?
Last edited by EVRAMP (2010-06-02 21:10:05)
Offline
This feature isn't actually in a released version of pacman yet. Did you have pacman-git installed?
You can also use pkgfile -b name, which will also find it even if it's not installed.
[git] | [AURpkgs] | [arch-games]
Offline
No, i have not pacman-git installed, I just thought it's something that was forgotten during development, because it was working some time ago. I have some free time now, so I may look at pacman's code ![]()
Thanks for pkgfile -b, it works well. Marking as solved.
Offline
That never was a feature in the past. The git version does contain a patch that enables this.
Offline