Help on 'distribution'                                          Feta 1.4.0
--------------------------------------------------------------------------

'distribution' displays the distribution packages are installed from.
You can restrict the output to a distribution using the -d option.
Use -t to turn off teaching mode.

It takes an optional extended regular expression (grep -E) to match
package names.

EXAMPLES
--------
To display the distribution of all packages:
 $ feta distribution

To display the distribution of all packages beginning with p:
 $ feta distribution ^p

To display all installed experimental packages:
 $ feta distribution -d experimental

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

--------------------------------------------------------------------------
Help on 'distribution'                                          Feta 1.4.0
