Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help |
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...
The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.
Bash allows completion to come from various sources. The simplest is from a list of words ('-W'): % complete -W "one two three four" somecmd % somecmd t<Tab> two three Another source is from a bash function ('-F'). The function will receive input in two variables: 'COMP_WORDS' (array, command-line chopped into words) and 'COMP_CWORD' (integer, index to the array of words indicating the cursor position). It must set an array variable 'COMPREPLY' that contains the list of possible completion:
Generated by rpm2html 1.6