guide.sgml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. <!-- -*- mode: sgml; mode: fold -*- -->
  2. <!doctype debiandoc PUBLIC "-//DebianDoc//DTD DebianDoc//EN">
  3. <book>
  4. <title>APT User's Guide</title>
  5. <author>Jason Gunthorpe <email>jgg@debian.org</email></author>
  6. <version>$Id: guide.sgml,v 1.7 2003/04/26 23:26:13 doogie Exp $</version>
  7. <abstract>
  8. This document provides an overview of how to use the the APT package manager.
  9. </abstract>
  10. <copyright>
  11. Copyright &copy; Jason Gunthorpe, 1998.
  12. <p>
  13. "APT" and this document are free software; you can redistribute them and/or
  14. modify them under the terms of the GNU General Public License as published
  15. by the Free Software Foundation; either version 2 of the License, or (at your
  16. option) any later version.
  17. <p>
  18. For more details, on Debian GNU/Linux systems, see the file
  19. /usr/share/common-licenses/GPL for the full license.
  20. </copyright>
  21. <toc sect>
  22. <!-- General {{{ -->
  23. <!-- ===================================================================== -->
  24. <chapt>General
  25. <p>
  26. The APT package currently contains two sections, the APT <prgn>dselect</>
  27. method and the <prgn>apt-get</> command line user interface. Both provide
  28. a way to install and remove packages as well as download new packages from
  29. the Internet.
  30. <sect>Anatomy of the Package System
  31. <p>
  32. The Debian packaging system has a large amount of information associated with
  33. each package to help assure that it integrates cleanly and easily into
  34. the system. The most prominent of its features is the dependency system.
  35. <p>
  36. The dependency system allows individual programs to make use of shared
  37. elements in the system such as libraries. It simplifies placing infrequently
  38. used portions of a program in separate packages to reduce the
  39. number of things the average user is required to install. Also, it allows
  40. for choices in mail transport agents, X servers and
  41. so on.
  42. <p>
  43. The first step to understanding the dependency system is to grasp the concept
  44. of a simple dependency. The meaning of a simple dependency is that a package
  45. requires another package to be installed at the same time to work properly.
  46. <p>
  47. For instance, mailcrypt is an emacs extension that aids in encrypting email
  48. with GPG. Without GPGP installed mail-crypt is useless, so mailcrypt has a
  49. simple dependency on GPG. Also, because it is an emacs extension it has a
  50. simple dependency on emacs, without emacs it is completely useless.
  51. <p>
  52. The other important dependency to understand is a conflicting dependency. It
  53. means that a package, when installed with another package, will not work and
  54. may possibly be extremely harmful to the system. As an example consider a
  55. mail transport agent such as sendmail, exim or qmail. It is not possible
  56. to have two mail transport agents installed because both need to listen to
  57. the network to receive mail. Attempting to install two will seriously
  58. damage the system so all mail transport agents have a conflicting dependency
  59. with all other mail transport agents.
  60. <p>
  61. As an added complication there is the possibility for a package to pretend
  62. to be another package. Consider that exim and sendmail for many intents are
  63. identical, they both deliver mail and understand a common interface. Hence,
  64. the package system has a way for them to declare that they are both
  65. mail-transport-agents. So, exim and sendmail both declare that they provide a
  66. mail-transport-agent and other packages that need a mail transport agent
  67. depend on mail-transport-agent. This can add a great deal of confusion when
  68. trying to manually fix packages.
  69. <p>
  70. At any given time a single dependency may be met by packages that are already
  71. installed or it may not be. APT attempts to help resolve dependency issues
  72. by providing a number of automatic algorithms that help in selecting packages
  73. for installation.
  74. </sect>
  75. </chapt>
  76. <!-- }}} -->
  77. <!-- apt-get {{{ -->
  78. <!-- ===================================================================== -->
  79. <chapt>apt-get
  80. <p>
  81. <prgn>apt-get</> provides a simple way to install packages from the command
  82. line. Unlike <prgn>dpkg</>, <prgn>apt-get</> does not understand .deb files,
  83. it works with the package's proper name and can only install .deb archives from
  84. a <em>Source</>.
  85. <p>
  86. The first <footnote>If you are using an http proxy server you must set the
  87. http_proxy environment variable first, see sources.list(5)</footnote> thing that
  88. should be done before using <prgn>apt-get</> is to fetch the package lists
  89. from the <em>Sources</> so that it knows what packages are
  90. available. This is done with <tt>apt-get update</>. For instance,
  91. <p>
  92. <example>
  93. # apt-get update
  94. Get http://ftp.de.debian.org/debian-non-US/ stable/binary-i386/ Packages
  95. Get http://llug.sep.bnl.gov/debian/ testing/contrib Packages
  96. Reading Package Lists... Done
  97. Building Dependency Tree... Done
  98. </example>
  99. <p>
  100. Once updated there are several commands that can be used:
  101. <taglist>
  102. <tag>upgrade<item>
  103. Upgrade will attempt to gently upgrade the whole system. Upgrade will
  104. never install a new package or remove an existing package, nor will it
  105. ever upgrade a package that might cause some other package to break.
  106. This can be used daily to relatively safely upgrade the system. Upgrade
  107. will list all of the packages that it could not upgrade, this usually
  108. means that they depend on new packages or conflict with some other package.
  109. <prgn>dselect</> or <tt>apt-get install</> can be used to force these
  110. packages to install.
  111. <tag>install<item>
  112. Install is used to install packages by name. The package is
  113. automatically fetched and installed. This can be useful if you already
  114. know the name of the package to install and do not want to go into a GUI
  115. to select it. Any number of packages may be passed to install, they will
  116. all be fetched. Install automatically attempts to resolve dependency problems
  117. with the listed packages and will print a summary and ask for confirmation
  118. if anything other than its arguments are changed.
  119. <tag>dist-upgrade<item>
  120. Dist-upgrade is a complete upgrader designed to simplify upgrading between
  121. releases of Debian. It uses a sophisticated algorithm to determine the best
  122. set of packages to install, upgrade and remove to get as much of the system
  123. to the newest release. In some situations it may be desired to use dist-upgrade
  124. rather than spend the time manually resolving dependencies in <prgn>dselect</>.
  125. Once dist-upgrade has completed then <prgn>dselect</> can be used to install
  126. any packages that may have been left out.
  127. <p>
  128. It is important to closely look at what dist-upgrade is going to do, its
  129. decisions may sometimes be quite surprising.
  130. </taglist>
  131. <p>
  132. <prgn>apt-get</> has several command line options that are detailed in its
  133. man page, <manref name="apt-get" section="8">. The most useful option is
  134. <tt>-d</> which does not install the fetched files. If the system has to
  135. download a large number of package it would be undesired to start installing
  136. them in case something goes wrong. When <tt>-d</> is used the downloaded
  137. archives can be installed by simply running the command that caused them to
  138. be downloaded again without <tt>-d</>.
  139. </chapt>
  140. <!-- }}} -->
  141. <!-- DSelect {{{ -->
  142. <!-- ===================================================================== -->
  143. <chapt>DSelect
  144. <p>
  145. The APT <prgn>dselect</> method provides the complete APT system with
  146. the <prgn>dselect</> package selection GUI. <prgn>dselect</> is used to
  147. select the packages to be installed or removed and APT actually installs them.
  148. <p>
  149. To enable the APT method you need to to select [A]ccess in <prgn>dselect</>
  150. and then choose the APT method. You will be prompted for a set of
  151. <em>Sources</> which are places to fetch archives from. These can be remote
  152. Internet sites, local Debian mirrors or CDROMs. Each source can provide
  153. a fragment of the total Debian archive, APT will automatically combine them
  154. to form a complete set of packages. If you have a CDROM then it is a good idea
  155. to specify it first and then specify a mirror so that you have access to
  156. the latest bug fixes. APT will automatically use packages on your CDROM before
  157. downloading from the Internet.
  158. <p>
  159. <example>
  160. Set up a list of distribution source locations
  161. Please give the base URL of the debian distribution.
  162. The access schemes I know about are: http file
  163. For example:
  164. file:/mnt/debian,
  165. ftp://ftp.debian.org/debian,
  166. http://ftp.de.debian.org/debian,
  167. URL [http://llug.sep.bnl.gov/debian]:
  168. </example>
  169. <p>
  170. The <em>Sources</> setup starts by asking for the base of the Debian
  171. archive, defaulting to a HTTP mirror. Next it asks for the distribution to
  172. get.
  173. <p>
  174. <example>
  175. Please give the distribution tag to get or a path to the
  176. package file ending in a /. The distribution
  177. tags are typically something like: stable unstable testing non-US
  178. Distribution [stable]:
  179. </example>
  180. <p>
  181. The distribution refers to the Debian version in the archive, <em>stable</>
  182. refers to the latest released version and <em>unstable</> refers to the
  183. developmental version. <em>non-US</> is only available on some mirrors and
  184. refers to packages that contain encryption technology or other things that
  185. cannot be exported from the United States. Importing these packages into the
  186. US is legal however.
  187. <p>
  188. <example>
  189. Please give the components to get
  190. The components are typically something like: main contrib non-free
  191. Components [main contrib non-free]:
  192. </example>
  193. <p>
  194. The components list refers to the list of sub distributions to fetch. The
  195. distribution is split up based on software licenses, main being DFSG free
  196. packages while contrib and non-free contain things that have various
  197. restrictions placed on their use and distribution.
  198. <p>
  199. Any number of sources can be added, the setup script will continue to
  200. prompt until you have specified all that you want.
  201. <p>
  202. Before starting to use <prgn>dselect</> it is necessary to update the
  203. available list by selecting [U]pdate from the menu. This is a super-set of
  204. <tt>apt-get update</> that makes the fetched information available to
  205. <prgn>dselect</>. [U]pdate must be performed even if <tt>apt-get update</>
  206. has been run before.
  207. <p>
  208. You can then go on and make your selections using [S]elect and then
  209. perform the installation using [I]nstall. When using the APT method
  210. the [C]onfig and [R]emove commands have no meaning, the [I]nstall command
  211. performs both of them together.
  212. <p>
  213. By default APT will automatically remove the package (.deb) files once they have been
  214. successfully installed. To change this behavior place <tt>Dselect::clean
  215. "prompt";</> in /etc/apt/apt.conf.
  216. </chapt>
  217. <!-- }}} -->
  218. <!-- The Interfaces {{{ -->
  219. <!-- ===================================================================== -->
  220. <chapt>The Interface
  221. <p>
  222. Both that APT <prgn>dselect</> method and <prgn>apt-get</> share the same
  223. interface. It is a simple system that generally tells you what it will do
  224. and then goes and does it.
  225. <footnote>
  226. The <prgn>dselect</> method actually is a set of wrapper scripts
  227. to <prgn>apt-get</>. The method actually provides more functionality than
  228. is present in <prgn>apt-get</> alone.
  229. </footnote>
  230. After printing out a summary of what will happen APT then will print out some
  231. informative status messages so that you can estimate how far along it is and
  232. how much is left to do.
  233. <!-- ===================================================================== -->
  234. <sect>Startup
  235. <p>
  236. Before all operations except update, APT performs a number of actions to
  237. prepare its internal state. It also does some checks of the system's state.
  238. At any time these operations can be performed by running <tt>apt-get check</>.
  239. <p>
  240. <example>
  241. # apt-get check
  242. Reading Package Lists... Done
  243. Building Dependency Tree... Done
  244. </example>
  245. <p>
  246. The first thing it does is read all the package files into memory. APT
  247. uses a caching scheme so this operation will be faster the second time it
  248. is run. If some of the package files are not found then they will be ignored
  249. and a warning will be printed when apt-get exits.
  250. <p>
  251. The final operation performs a detailed analysis of the system's dependencies.
  252. It checks every dependency of every installed or unpacked package and considers
  253. if it is OK. Should this find a problem then a report will be printed out and
  254. <prgn>apt-get</> will refuse to run.
  255. <p>
  256. <example>
  257. # apt-get check
  258. Reading Package Lists... Done
  259. Building Dependency Tree... Done
  260. You might want to run apt-get -f install' to correct these.
  261. Sorry, but the following packages have unmet dependencies:
  262. 9fonts: Depends: xlib6g but it is not installed
  263. uucp: Depends: mailx but it is not installed
  264. blast: Depends: xlib6g (>= 3.3-5) but it is not installed
  265. adduser: Depends: perl-base but it is not installed
  266. aumix: Depends: libgpmg1 but it is not installed
  267. debiandoc-sgml: Depends: sgml-base but it is not installed
  268. bash-builtins: Depends: bash (>= 2.01) but 2.0-3 is installed
  269. cthugha: Depends: svgalibg1 but it is not installed
  270. Depends: xlib6g (>= 3.3-5) but it is not installed
  271. libreadlineg2: Conflicts:libreadline2 (<< 2.1-2.1)
  272. </example>
  273. <p>
  274. In this example the system has many problems, including a serious problem
  275. with libreadlineg2. For each package that has unmet dependencies a line
  276. is printed out indicating the package with the problem and the dependencies
  277. that are unmet. A short explanation of why the package has a dependency
  278. problem is also included.
  279. <p>
  280. There are two ways a system can get into a broken state like this. The
  281. first is caused by <prgn>dpkg</> missing some subtle relationships between
  282. packages when performing upgrades. <footnote>APT however considers all known
  283. dependencies and attempts to prevent broken packages</footnote>. The second is
  284. if a package installation fails during an operation. In this situation a
  285. package may have been unpacked without its dependents being installed.
  286. <p>
  287. The second situation is much less serious than the first because APT places
  288. certain constraints on the order that packages are installed. In both cases
  289. supplying the <tt>-f</> option to <prgn>apt-get</> will cause APT to deduce a
  290. possible solution to the problem and then continue on. The APT <prgn>dselect</>
  291. method always supplies the <tt>-f</> option to allow for easy continuation
  292. of failed maintainer scripts.
  293. <p>
  294. However, if the <tt>-f</> option is used to correct a seriously broken system
  295. caused by the first case then it is possible that it will either fail
  296. immediately or the installation sequence will fail. In either case it is
  297. necessary to manually use dpkg (possibly with forcing options) to correct
  298. the situation enough to allow APT to proceed.
  299. </sect>
  300. <!-- ===================================================================== -->
  301. <sect>The Status Report
  302. <p>
  303. Before proceeding <prgn>apt-get</> will present a report on what will happen.
  304. Generally the report reflects the type of operation being performed but there
  305. are several common elements. In all cases the lists reflect the final state
  306. of things, taking into account the <tt>-f</> option and any other relevant
  307. activities to the command being executed.
  308. <sect1>The Extra Package list
  309. <p>
  310. <example>
  311. The following extra packages will be installed:
  312. libdbd-mysql-perl xlib6 zlib1 xzx libreadline2 libdbd-msql-perl
  313. mailpgp xdpkg fileutils pinepgp zlib1g xlib6g perl-base
  314. bin86 libgdbm1 libgdbmg1 quake-lib gmp2 bcc xbuffy
  315. squake pgp-i python-base debmake ldso perl libreadlineg2
  316. ssh
  317. </example>
  318. <p>
  319. The Extra Package list shows all of the packages that will be installed
  320. or upgraded in excess of the ones mentioned on the command line. It is
  321. only generated for an <tt>install</> command. The listed packages are
  322. often the result of an Auto Install.
  323. </sect1>
  324. <sect1>The Packages to Remove
  325. <p>
  326. <example>
  327. The following packages will be REMOVED:
  328. xlib6-dev xpat2 tk40-dev xkeycaps xbattle xonix
  329. xdaliclock tk40 tk41 xforms0.86 ghostview xloadimage xcolorsel
  330. xadmin xboard perl-debug tkined xtetris libreadline2-dev perl-suid
  331. nas xpilot xfig
  332. </example>
  333. <p>
  334. The Packages to Remove list shows all of the packages that will be
  335. removed from the system. It can be shown for any of the operations and
  336. should be given a careful inspection to ensure nothing important is to
  337. be taken off. The <tt>-f</> option is especially good at generating packages
  338. to remove so extreme care should be used in that case. The list may contain
  339. packages that are going to be removed because they are only
  340. partially installed, possibly due to an aborted installation.
  341. </sect1>
  342. <sect1>The New Packages list
  343. <p>
  344. <example>
  345. The following NEW packages will installed:
  346. zlib1g xlib6g perl-base libgdbmg1 quake-lib gmp2 pgp-i python-base
  347. </example>
  348. <p>
  349. The New Packages list is simply a reminder of what will happen. The packages
  350. listed are not presently installed in the system but will be when APT is done.
  351. </sect1>
  352. <sect1>The Kept Back list
  353. <p>
  354. <example>
  355. The following packages have been kept back
  356. compface man-db tetex-base msql libpaper svgalib1
  357. gs snmp arena lynx xpat2 groff xscreensaver
  358. </example>
  359. <p>
  360. Whenever the whole system is being upgraded there is the possibility that
  361. new versions of packages cannot be installed because they require new things
  362. or conflict with already installed things. In this case the package will
  363. appear in the Kept Back list. The best way to convince packages listed
  364. there to install is with <tt>apt-get install</> or by using <prgn>dselect</>
  365. to resolve their problems.
  366. </sect1>
  367. <sect1>Held Packages warning
  368. <p>
  369. <example>
  370. The following held packages will be changed:
  371. cvs
  372. </example>
  373. <p>
  374. Sometimes you can ask APT to install a package that is on hold, in such a
  375. case it prints out a warning that the held package is going to be
  376. changed. This should only happen during dist-upgrade or install.
  377. </sect1>
  378. <sect1>Final summary
  379. <p>
  380. Finally, APT will print out a summary of all the changes that will occur.
  381. <p>
  382. <example>
  383. 206 packages upgraded, 8 newly installed, 23 to remove and 51 not upgraded.
  384. 12 packages not fully installed or removed.
  385. Need to get 65.7M/66.7M of archives. After unpacking 26.5M will be used.
  386. </example>
  387. <p>
  388. The first line of the summary simply is a reduced version of all of the
  389. lists and includes the number of upgrades - that is packages already
  390. installed that have new versions available. The second line indicates the
  391. number of poorly configured packages, possibly the result of an aborted
  392. installation. The final line shows the space requirements that the
  393. installation needs. The first pair of numbers refer to the size of
  394. the archive files. The first number indicates the number of bytes that
  395. must be fetched from remote locations and the second indicates the
  396. total size of all the archives required. The next number indicates the
  397. size difference between the presently installed packages and the newly
  398. installed packages. It is roughly equivalent to the space required in
  399. /usr after everything is done. If a large number of packages are being
  400. removed then the value may indicate the amount of space that will be
  401. freed.
  402. <p>
  403. Some other reports can be generated by using the -u option to show packages
  404. to upgrade, they are similar to the previous examples.
  405. </sect>
  406. <!-- ===================================================================== -->
  407. <sect>The Status Display
  408. <p>
  409. During the download of archives and package files APT prints out a series of
  410. status messages.
  411. <p>
  412. <example>
  413. # apt-get update
  414. Get:1 http://ftp.de.debian.org/debian-non-US/ stable/non-US/ Packages
  415. Get:2 http://llug.sep.bnl.gov/debian/ testing/contrib Packages
  416. Hit http://llug.sep.bnl.gov/debian/ testing/main Packages
  417. Get:4 http://ftp.de.debian.org/debian-non-US/ unstable/binary-i386/ Packages
  418. Get:5 http://llug.sep.bnl.gov/debian/ testing/non-free Packages
  419. 11% [5 testing/non-free `Waiting for file' 0/32.1k 0%] 2203b/s 1m52s
  420. </example>
  421. <p>
  422. The lines starting with <em>Get</> are printed out when APT begins to fetch
  423. a file while the last line indicates the progress of the download. The first
  424. percent value on the progress line indicates the total percent done of all
  425. files. Unfortunately since the size of the Package files is unknown
  426. <tt>apt-get update</> estimates the percent done which causes some
  427. inaccuracies.
  428. <p>
  429. The next section of the status line is repeated once for each download thread
  430. and indicates the operation being performed and some useful information
  431. about what is happening. Sometimes this section will simply read <em>Forking</>
  432. which means the OS is loading the download module. The first word after the [
  433. is the fetch number as shown on the history lines. The next word
  434. is the short form name of the object being downloaded. For archives it will
  435. contain the name of the package that is being fetched.
  436. <p>
  437. Inside of the single quote is an informative string indicating the progress
  438. of the negotiation phase of the download. Typically it progresses from
  439. <em>Connecting</> to <em>Waiting for file</> to <em>Downloading</> or
  440. <em>Resuming</>. The final value is the number of bytes downloaded from the
  441. remote site. Once the download begins this is represented as <tt>102/10.2k</>
  442. indicating that 102 bytes have been fetched and 10.2 kilobytes is expected.
  443. The total size is always shown in 4 figure notation to preserve space. After
  444. the size display is a percent meter for the file itself.
  445. The second last element is the instantaneous average speed. This values is
  446. updated every 5 seconds and reflects the rate of data transfer for that
  447. period. Finally is shown the estimated transfer time. This is updated
  448. regularly and reflects the time to complete everything at the shown
  449. transfer rate.
  450. <p>
  451. The status display updates every half second to provide a constant feedback
  452. on the download progress while the Get lines scroll back whenever a new
  453. file is started. Since the status display is constantly updated it is
  454. unsuitable for logging to a file, use the <tt>-q</> option to remove the
  455. status display.
  456. </sect>
  457. <!-- ===================================================================== -->
  458. <sect>Dpkg
  459. <p>
  460. APT uses <prgn>dpkg</> for installing the archives and will switch
  461. over to the <prgn>dpkg</> interface once downloading is completed.
  462. <prgn>dpkg</> will also ask a number of questions as it processes the packages
  463. and the packages themselves may also ask several questions. Before each
  464. question there is usually a description of what it is asking and the
  465. questions are too varied to discuss completely here.
  466. </sect>
  467. </chapt>
  468. <!-- }}} -->
  469. </book>