You are not logged in.
Pages: 1
I can`t find, if ther`s way, how to search from only one repo. When I do:
pacman -Ss package_name
pacman search all repos I have in /etc/pacman.conf. But how to search only from one repo if I know that some package is in extra repo for example? Something like:
pacman -Ss extra/package name (or near to name),
or how to do that?
I do not speak English, but I understand...
Offline
with the exception of [testing] each package will reside in only one repo, so i don't quite understand why you wish to do this.
if you really want to narrow your search down by repo you could try something like this
pacman -Ss zenity | grep -A3 ^extra
# or
pacman -Sl extra | grep zenityas possible workarounds. (the [extra] repo and zenity package are just examples).
Last edited by brisbin33 (2009-08-12 18:03:50)
//github/
Offline
Because I want to install some package, but I don`t now exact name of that package so I search with pacman and see the name!
Thanks for help! ![]()
I do not speak English, but I understand...
Offline
Yeah, that's the way now, but the developers will implement the regex searching sometimes, because it's reported more times on bugs.archlinux.org.
Offline
Pages: 1