You are not logged in.
Pages: 1
Is there any way to search for an executable in the package manager using pacman (or something else)?
Some way of answering the question "What package(s) contains the program osd_cat"
For example I want the executable osd_cat, How can I know what package that contains it?
I know that in ubuntu, if you're missing some program it says:
$ osd_cat
The program 'osd_cat' is currently not installed. You can install it by typing:
sudo apt-get install xosd-bin
bash: osd_cat: command not found
Last edited by davvs (2009-01-08 01:18:46)
Offline
There are file lists for each repo available on the mirrors. Named something like <repo>.files.tar.gz.
There is also a couple of scripts which use that info. e.g. http://bbs.archlinux.org/viewtopic.php?id=49031
Edit: there is also google which generally gets you to the right place.
Offline
Hey thanks. That really solved my problem.
Offline
pkgtools in [community] provides pkgfile which can tell you what you want.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
Oh that's even better, thanks.
Offline
Pages: 1