File: check

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 (22 lines) | stat: -rw-r--r-- 836 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
Help on 'check'                                                 Feta 1.4.0
--------------------------------------------------------------------------

The 'check' command rebuilds your APT package cache, and checks for
broken dependencies on your system. In general, you don't need to run
the check command; APT will automatically rebuild its cache when it
changes.

EXAMPLES
--------
There is only one form of this command:
 # feta check

OTHER REFERENCES
----------------
Feta runs 'apt-get check' for the check command. 'check' is a highly
technical command to explain completely; you should read the APT
development documentation (and probably source code) to fully
understand it.

--------------------------------------------------------------------------
Help on 'check'                                                 Feta 1.4.0