File: upgrade

package info (click to toggle)
feta 1.4.15
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 192; makefile: 55
file content (34 lines) | stat: -rw-r--r-- 1,350 bytes parent folder | download | duplicates (3)
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