1 <?xml version=
"1.0" encoding=
"utf-8" standalone=
"no"?>
2 <!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
5 <!ENTITY % aptent SYSTEM
"apt.ent">
8 <!ENTITY % aptverbatiment SYSTEM
"apt-verbatim.ent">
16 &apt-author.jgunthorpe;
20 <date>2012-
06-
09T00:
00:
00Z
</date>
24 <refentrytitle>apt-cdrom
</refentrytitle>
25 <manvolnum>8</manvolnum>
26 <refmiscinfo class=
"manual">APT
</refmiscinfo>
29 <!-- Man page title -->
31 <refname>apt-cdrom
</refname>
32 <refpurpose>APT CD-ROM management utility
</refpurpose>
35 &synopsis-command-apt-cdrom;
37 <refsect1><title>Description
</title>
38 <para><command>apt-cdrom
</command> is used to add a new CD-ROM to APT's list
39 of available sources.
<command>apt-cdrom
</command> takes care of
40 determining the structure of
41 the disc as well as correcting for several possible mis-burns and
42 verifying the index files.
45 <para>It is necessary to use
<command>apt-cdrom
</command> to add CDs to the
47 it cannot be done by hand. Furthermore each disc in a multi-CD set must be
48 inserted and scanned separately to account for possible mis-burns.
51 <para>Unless the
<option>-h
</option>, or
<option>--help
</option> option is
52 given, one of the commands below must be present.
</para>
55 <varlistentry><term><option>add
</option></term>
56 <listitem><para><literal>add
</literal> is used to add a new disc to the
57 source list. It will unmount the
58 CD-ROM device, prompt for a disc to be inserted and then proceed to
59 scan it and copy the index files. If the disc does not have a proper
60 <filename>.disk
</filename> directory you will be prompted for a descriptive
64 <para>APT uses a CD-ROM ID to track which disc is currently in the drive and
65 maintains a database of these IDs in
66 <filename>&statedir;/cdroms.list
</filename>
71 <varlistentry><term><option>ident
</option></term>
72 <listitem><para>A debugging tool to report the identity of the current
73 disc as well as the stored file name
80 <refsect1><title>Options
</title>
84 <varlistentry><term><option>--no-auto-detect
</option></term><term><option>--cdrom
</option></term>
85 <listitem><para>Do not try to auto-detect the CD-ROM path. Usually combined with the
<option>--cdrom
</option> option.
86 Configuration Item:
<literal>Acquire::cdrom::AutoDetect
</literal>.
92 <varlistentry><term><option>-d
</option></term><term><option>--cdrom
</option></term>
93 <listitem><para>Mount point; specify the location to mount the CD-ROM. This
94 mount point must be listed in
<filename>/etc/fstab
</filename> and
96 Configuration Item:
<literal>Acquire::cdrom::mount
</literal>.
101 <varlistentry><term><option>-r
</option></term><term><option>--rename
</option></term>
102 <listitem><para>Rename a disc; change the label of a disc or override the
103 disc's given label. This option will cause
<command>apt-cdrom
</command> to
104 prompt for a new label.
105 Configuration Item:
<literal>APT::CDROM::Rename
</literal>.
110 <varlistentry><term><option>-m
</option></term><term><option>--no-mount
</option></term>
111 <listitem><para>No mounting; prevent
<command>apt-cdrom
</command> from
112 mounting and unmounting the mount point.
113 Configuration Item:
<literal>APT::CDROM::NoMount
</literal>.
118 <varlistentry><term><option>-f
</option></term><term><option>--fast
</option></term>
119 <listitem><para>Fast Copy; Assume the package files are valid and do not
120 check every package. This option should be used only if
121 <command>apt-cdrom
</command> has been run on this disc before and did not
123 Configuration Item:
<literal>APT::CDROM::Fast
</literal>.
128 <varlistentry><term><option>-a
</option></term><term><option>--thorough
</option></term>
129 <listitem><para>Thorough Package Scan; This option may be needed with some
130 old Debian
1.1/
1.2 discs that have Package files in strange places. It
131 takes much longer to scan the CD but will pick them all up.
136 <varlistentry><term><option>-n
</option></term>
137 <term><option>--just-print
</option></term>
138 <term><option>--recon
</option></term>
139 <term><option>--no-act
</option></term>
140 <listitem><para>No Changes; Do not change the &sources-list; file and do
141 not write index files. Everything is still checked however.
142 Configuration Item:
<literal>APT::CDROM::NoAct
</literal>.
152 <refsect1><title>See Also
</title>
153 <para>&apt-conf;, &apt-get;, &sources-list;
157 <refsect1><title>Diagnostics
</title>
158 <para><command>apt-cdrom
</command> returns zero on normal operation, decimal
100 on error.