Help on 'dist-upgrade'                                          Feta 1.4.0
--------------------------------------------------------------------------

The 'dist-upgrade' command is similar to the 'upgrade' command, in that
it will automatically install packages that have newer versions available
onto your computer. However, unlike 'upgrade', 'dist-upgrade' will favor
removing packages over keeping the current version, if something in the
upgrade would conflict with packages already installed.

Because of this, it is a good idea to carefully watch 'dist-upgrade''s
output, to see what packages are being removed, and use normal 'upgrade'
if something you want to keep is on the list.

EXAMPLES
--------
A dist-upgrade where many packages are removed may look like this:
 # feta -q dist-upgrade
 Reading Package Lists...
 Building Dependency Tree...
 The following packages will be REMOVED:
   abiword abiword-common abiword-gnome abiword-plugins anjuta bonobo
   bonobo-conf eog evolution gaim-gnome gedit gnome-applets gnome-gv
   gnome-panel gnome-panel-data gnome-session gnome-utils gnucash gnumeric
   gtkhtml gtm libbonobo-conf-dev libbonobo-dev libcamel0 libgnomeprint-bin
   libgnomeprint-data libgnomeprint-dev libgnomeprint15 libgtkhtml-data
   libgtkhtml20 libguppi16 nautilus nautilus-extra nautilus-mozilla 
 The following NEW packages will be installed:
   libcdk4 libexif5 
 1 packages upgraded, 2 newly installed, 34 to remove and 0  not upgraded.
 Need to get 689kB of archives. After unpacking 134MB will be freed.
 Do you want to continue? [Y/n] n

(Specifically, the libgnomeprint packages that would be installed are
incompatible with the programs using gnome-print above, and so those
packages will be removed, and the new libgnomeprint package installed.)

OTHER REFERENCES
----------------
'dist-upgrade' runs 'apt-get dist-upgrade'; more information is available
in apt-get(8).

--------------------------------------------------------------------------
Help on 'dist-upgrade'                                          Feta 1.4.0
