| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
- <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
- <!ENTITY % aptent SYSTEM "apt.ent">
- %aptent;
- ]>
- <refentry>
- <refentryinfo>
- &apt-author.jgunthorpe;
- &apt-author.team;
- &apt-email;
- &apt-product;
- <!-- The last update date -->
- <date>29 February 2004</date>
- </refentryinfo>
-
- <refmeta>
- <refentrytitle>apt-sortpkgs</refentrytitle>
- <manvolnum>1</manvolnum>
- </refmeta>
-
- <!-- Man page title -->
- <refnamediv>
- <refname>apt-sortpkgs</refname>
- <refpurpose>Utility to sort package index files</refpurpose>
- </refnamediv>
- <!-- Arguments -->
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>apt-sortpkgs</command>
- <arg><option>-hvs</option></arg>
- <arg><option>-o=<replaceable>config string</replaceable></option></arg>
- <arg><option>-c=<replaceable>file</replaceable></option></arg>
- <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
-
- <refsect1><title>Description</title>
- <para><command>apt-sortpkgs</command> will take an index file (Source index or Package
- index) and sort the records so that they are ordered by the package name.
- It will also sort the internal fields of each record according to the
- internal sorting rules.</para>
- <para>
- All output is sent to stdout, the input must be a seekable file.</para>
- </refsect1>
-
- <refsect1><title>options</title>
- &apt-cmdblurb;
-
- <variablelist>
- <varlistentry><term><option>-s</option></term><term><option>--source</option></term>
- <listitem><para>
- Use Source index field ordering.
- Configuration Item: <literal>APT::SortPkgs::Source</literal>.</para></listitem>
- </varlistentry>
-
- &apt-commonoptions;
-
- </variablelist>
- </refsect1>
- <refsect1><title>See Also</title>
- <para>&apt-conf;</para>
- </refsect1>
- <refsect1><title>Diagnostics</title>
- <para><command>apt-sortpkgs</command> returns zero on normal operation, decimal 100 on error.</para>
- </refsect1>
- &manbugs;
-
- </refentry>
|