You are not logged in.
Ok don't beat me, I've read the man page but I can't manage how to search for a package giving a string to pacman. For example, if I want to search all packages in db that contains *xfce*, what should I do?
Offline
pacman -Ss <package>
(packages in repros.)
pacman -Qi | grep <package>
(local)
Mr Green
Offline
ok thank you very much, and sorry for banal asking.
Offline
np
Mr Green
Offline
pacman -Ss <package>
(packages in repros.)
pacman -Qi | grep <package>
(local)
For local repositories you can use:
pacman -Qs <pkgname>
And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.
Offline