You are not logged in.
Pages: 1
Hi all,
I am an old Gentoo/Debian user trying my luck with Arch. So far I am having a good time
Just one question: I want to look for packages in the package database, for example some kde package. I guess I should use "-Q" for that but if I don't know the exact name of the package, or if I want to get a list of packages that begin with "kde"? I have been reading the man page and the query options but this isn't really obvious to me. I thought it would be something like:
pacman -Qs kde, or
pacman -Q -s kde
but I just get the prompt back. What am I doing wrong here or what am I missing??
I am looking for something similar to "emerge -s kde" in Gentoo or "apt-cache pkgnames kde" or "apt-cache search kde" in Debian.
Punk is an attitude
Not a fashion style
Offline
-Q is used only for local (installed) packages.
-S is used to make operations on remote servers, i.e. pacman -Ss kde will search the repos for packages containing kde string in their names/descriptions. And that's what you're looking for, probably.
Offline
-Q is used only for local (installed) packages.
-S is used to make operations on remote servers, i.e. pacman -Ss kde will search the repos for packages containing kde string in their names/descriptions. And that's what you're looking for, probably.
Yes it is! Thanks for the quick reply.
Punk is an attitude
Not a fashion style
Offline
Pages: 1