Help on 'available'                                             Feta 1.4.0
--------------------------------------------------------------------------

'available' displays the available versions of packages, and the currently
installed version. It takes a Perl regular expression to match packages.
If you pass the -f option, it quotes all meta characters (like "grep -F").
If you pass the -e option, it only matches exactly.  The -t option turns
off teaching mode.

EXAMPLES
--------
To display all packages beginning with p:
 $ feta available ^p

To display the available versions of Mozilla-related packages:
 $ feta available mozilla

To display the available version of only the 'mozilla' package:
 $ feta available -e mozilla

To display the available versions of 'g++'-related packages:
 $ feta available -f g++

To display all available packages:
 $ feta available .

OTHER REFERENCES
----------------
'available' is a Feta plugin, and can be run independent of Feta. It is in
/usr/share/feta/plugins.

--------------------------------------------------------------------------
Help on 'available'                                             Feta 1.4.0
