Penguin
Blame: apt-sortpkgs(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of apt-sortpkgs(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 APT-SORTPKGS
2 !!!APT-SORTPKGS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 DIAGNOSTICS
9 BUGS
10 AUTHOR
11 ----
12 !!NAME
13
14
15 apt-sortpkgs - Utility to sort package index files
16 !!SYNOPSIS
17
18
19 __apt-sortpkgs__ [[ __-hvs__ ] [[ __-o=__''config
20 string'' ] [[ __-c=__''file'' ]
21 ''file...''
22 !!DESCRIPTION
23
24
25 __apt-sortpkgs__ will take an index file (Source index or
26 Package index) and sort the records so that they are ordered
27 by the package name. It will also sort the internal fields
28 of each record according to the internal sorting
29 rules.
30
31
32 All output is sent to stdout, the input must be a seekable
33 file.
34 !!OPTIONS
35
36
37 All command line options may be set using the configuration
38 file, the descriptions indicate the configuration option to
39 set. For boolean options you can override the config file by
40 using something like __-f-__,__--no-f__, __-f=no__
41 or several other variations.
42
43
44 __-s__
45
46
47 __--source__
48
49
50 Use Source index field ordering. Configuration Item:
2 perry 51 APT::!SortPkgs::Source.
1 perry 52
53
54 __-h__
55
56
57 __--help__
58
59
60 Show a short usage summary.
61
62
63 __-v__
64
65
66 __--version__
67
68
69 Show the program verison.
70
71
72 __-c__
73
74
75 __--config-file__
76
77
78 Configuration File; Specify a configuration file to use. The
79 program will read the default configuration file and then
80 this configuration file. See ''apt.conf''(5) for syntax
81 information.
82
83
84 __-o__
85
86
87 __--option__
88
89
90 Set a Configuration Option; This will set an arbitary
91 configuration option. The syntax is __-o
92 Foo::Bar=bar__.
93 !!SEE ALSO
94
95
96 ''apt.conf''(5)
97 !!DIAGNOSTICS
98
99
100 __apt-sortpkgs__ returns zero on normal operation,
101 decimal 100 on error.
102 !!BUGS
103
104
105 See the APT bug page
106 /usr/share/doc/debian/bug-reporting.txt'' or the
107 bug(1) command.
108 !!AUTHOR
109
110
111 APT was written by the APT team
112 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.