1. freight-add(1)
  2. Freight
  3. freight-add(1)

NAME

freight-add - add a package to Freight

SYNOPSIS

freight add [-c conf] [-v] [-h] package manager/distro[/component][...]

DESCRIPTION

freight-add registers package with one or more manager/distro[/component] pairs (or triples). Currently, apt is the only supported manager and package must be one of *.deb, *.dsc *.debian.tar.gz *.orig.tar.gz, *.dsc *.diff.gz *.orig.tar.gz, or *.dsc *.tar.gz. distro may be any arbitrary value but is best suited to naming a particular version of the target operating system (for example, "wheezy" or "precise"). component is optional and for apt defaults to main.

The package files are organized in the Freight library so freight-cache(1) has an easy time of creating package repositories for each manager/distro[/component] later.

OPTIONS

-c conf, --conf=conf
Use an alternate configuration file.
-v, --verbose
Verbose mode.
-h, --help
Show a help message.

FILES

/etc/freight.conf, ~/.freight.conf, etc/freight.conf, .freight.conf
The default configuration files. See freight(5).

ENVIRONMENT VARIABLES

FREIGHT_CONF
The pathname of an alternate configuration file. See freight(5).

THEME SONG

The New Pornographers - "All the Old Showstoppers"

AUTHOR

Richard Crowley r@rcrowley.org

SEE ALSO

Part of freight(1).

freight-cache(1) builds package repositories from the intermediate "Freight library" managed by freight-add.

  1. March 2016
  2. freight-add(1)