1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Help on 'dist-upgrade' Feta 1.4.0
--------------------------------------------------------------------------
The 'upgrade' command automatically installs packages that have newer
versions available onto your computer. It will not remove packages; if
a new version of a package would cause a conflict, it does not download
it. If you want to have APT automatically resolve conflicts as best it
can, you want the 'dist-upgrade' command.
Feta will ask you if you want to update your package list before
upgrading. This is probably a good idea, especially if you run 'testing'
or 'unstable' which get updated daily. However, if you use -y, it won't
ask you, and will just do it if necessary (that is, if you haven't
updated it using -u or the 'update' command). If you use -U, it won't
update or ask you to.
EXAMPLES
--------
To upgrade, and have Feta ask if you want to update the package list:
# feta upgrade
To update your package list and then upgrade:
# feta -y upgrade
To upgrade without updating your package list:
# feta -U upgrade
OTHER REFERENCES
----------------
'upgrade' runs 'apt-get upgrade'; more information is available in
apt-get(8).
--------------------------------------------------------------------------
Help on 'dist-upgrade' Feta 1.4.0
|