1 mailto(apt@packages.debian.org)
2 manpage(apt-cdrom)(8)(4 Dec 1998)(apt)()
3 manpagename(apt-cdrom)(APT CDROM managment utility)
9 bf(apt-cdrom) is used to add a new CDROM to APTs list of available sources.
10 bf(apt-cdrom) takes care of determining the structure of the disc as well
11 as correcting for several possible mis-burns and verifying the index files.
12 It is necessary to use bf(apt-cdrom) to add CDs to the APT system, it cannot
13 be done by hand. Furthermore each disk in a multi-cd set must be inserted
14 and scanned seperately to account for possible mis-burns.
16 em(command) is one of:
21 Unless the -h, or --help option is given one of the above commands
26 bf(add) is used to add a new disc to the source list. It will unmount the
27 CDROM device, prompt for a disk to be inserted and then procceed to scan it
28 and copy the index files. If the disc does not have a proper bf(.disk/)
29 directory you will be prompted for a descriptive title.
31 APT uses a CDROM ID to track which disc is currently in the drive and
32 maintains a database of these IDs in bf(/var/state/apt/cdroms.list)
37 All command line options may be set using the configuration file, the
38 descriptions indicate the configuration option to set. For boolean
39 options you can override the config file by using something like bf(-f-),
40 bf(--no-f), bf(-f=no) or several other variations.
44 Show a short usage summary.
47 Mount point; specify the location to mount the cdrom. This mount point must
48 be listed in bf(/etc/fstab) and propely configured.
49 See bf(Acquire::cdrom::mount).
52 Rename a disc; change the label of a disk or override the disks given label.
53 This option will cause bf(apt-cdrom) to prompt for a new label
54 See bf(APT::CDROM::Rename).
56 dit(bf(-m, --no-mount))
57 No mounting; prevent bf(apt-cdrom) from mounting and unmounting the mount
59 See bf(APT::CDROM::NoMount).
62 Fast Copy; Assume the package files are valid and do not check every package.
63 This option should be used only if bf(apt-cdrom) has been run on this disc
64 before and did not detect any errors.
65 See bf(APT::CDROM::Fast).
67 dit(bf(-n --just-print, --recon, --no-act))
68 No Changes; Do not change the sources.list and do not write package files.
69 Everything is still checked however.
70 See bf(APT::CDROM::NoAct).
72 dit(bf(-c, --config-file))
73 Configuration File; Specify a configuration file to use. bf(apt-get) will
74 read the default configuration file and then this configuration file. See
75 bf(apt.conf(5)) for syntax information.
78 Set a Configuration Option; This will set an arbitary configuration option.
85 it() /etc/apt/sources.list
86 locations to fetch packages from
88 it() /var/state/apt/lists/
89 storage area for state information for each package resource specified in
91 it() /var/state/apt/lists/partial/
92 storage area for state information in transit
94 it() /var/state/apt/cdroms.list
95 list of cdrom IDs and names.
104 apt-cdrom returns zero on normal operation, decimal 100 on error.
107 See http://www.debian.org/Bugs/db/pa/lapt.html. If you wish to report a
108 bug in bf(apt-cache), please see bf(/usr/doc/debian/bug-reporting.txt)
109 or the bf(bug(1)) command.
112 apt-get was written by the APT team <apt@packages.debian.org>.