apt-get.8.xml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  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" [
  4. <!ENTITY % aptent SYSTEM "apt.ent"> %aptent;
  5. <!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> %aptverbatiment;
  6. <!ENTITY % aptvendor SYSTEM "apt-vendor.ent"> %aptvendor;
  7. ]>
  8. <refentry>
  9. <refentryinfo>
  10. &apt-author.jgunthorpe;
  11. &apt-author.team;
  12. &apt-email;
  13. &apt-product;
  14. <!-- The last update date -->
  15. <date>2012-06-09T00:00:00Z</date>
  16. </refentryinfo>
  17. <refmeta>
  18. <refentrytitle>apt-get</refentrytitle>
  19. <manvolnum>8</manvolnum>
  20. <refmiscinfo class="manual">APT</refmiscinfo>
  21. </refmeta>
  22. <!-- Man page title -->
  23. <refnamediv>
  24. <refname>apt-get</refname>
  25. <refpurpose>APT package handling utility -- command-line interface</refpurpose>
  26. </refnamediv>
  27. &synopsis-command-apt-get;
  28. <refsect1><title>Description</title>
  29. <para><command>apt-get</command> is the command-line tool for handling packages, and may be
  30. considered the user's "back-end" to other tools using the APT
  31. library. Several "front-end" interfaces exist, such as
  32. &aptitude;, &synaptic; and &wajig;.</para>
  33. <para>Unless the <option>-h</option>, or <option>--help</option> option is given, one of the
  34. commands below must be present.</para>
  35. <variablelist>
  36. <varlistentry><term><option>update</option></term>
  37. <listitem><para><literal>update</literal> is used to resynchronize the package index files from
  38. their sources. The indexes of available packages are fetched from the
  39. location(s) specified in <filename>/etc/apt/sources.list</filename>.
  40. For example, when using a Debian archive, this command retrieves and
  41. scans the <filename>Packages.gz</filename> files, so that information about new
  42. and updated packages is available. An <literal>update</literal> should always be
  43. performed before an <literal>upgrade</literal> or <literal>dist-upgrade</literal>. Please
  44. be aware that the overall progress meter will be incorrect as the size
  45. of the package files cannot be known in advance.</para></listitem>
  46. </varlistentry>
  47. <varlistentry><term><option>upgrade</option></term>
  48. <listitem><para><literal>upgrade</literal> is used to install the newest versions of all packages
  49. currently installed on the system from the sources enumerated in
  50. <filename>/etc/apt/sources.list</filename>. Packages currently installed with
  51. new versions available are retrieved and upgraded; under no circumstances
  52. are currently installed packages removed, or packages not already installed
  53. retrieved and installed. New versions of currently installed packages that
  54. cannot be upgraded without changing the install status of another package
  55. will be left at their current version. An <literal>update</literal> must be
  56. performed first so that <command>apt-get</command> knows that new versions of packages are
  57. available.</para></listitem>
  58. </varlistentry>
  59. <varlistentry><term><option>dist-upgrade</option></term>
  60. <listitem><para><literal>dist-upgrade</literal> in addition to performing the function of
  61. <literal>upgrade</literal>, also intelligently handles changing dependencies
  62. with new versions of packages; <command>apt-get</command> has a "smart" conflict
  63. resolution system, and it will attempt to upgrade the most important
  64. packages at the expense of less important ones if necessary.
  65. The <literal>dist-upgrade</literal> command may therefore remove some packages.
  66. The <filename>/etc/apt/sources.list</filename> file contains a list of locations
  67. from which to retrieve desired package files.
  68. See also &apt-preferences; for a mechanism for
  69. overriding the general settings for individual packages.</para></listitem>
  70. </varlistentry>
  71. <varlistentry><term><option>dselect-upgrade</option></term>
  72. <listitem><para><literal>dselect-upgrade</literal>
  73. is used in conjunction with the traditional Debian packaging
  74. front-end, &dselect;. <literal>dselect-upgrade</literal>
  75. follows the changes made by &dselect; to the <literal>Status</literal>
  76. field of available packages, and performs the actions necessary to realize
  77. that state (for instance, the removal of old and the installation of new
  78. packages).</para></listitem>
  79. </varlistentry>
  80. <varlistentry><term><option>install</option></term>
  81. <listitem>
  82. <para><literal>install</literal> is followed by one or more
  83. packages desired for installation or upgrading.
  84. Each package is a package name, not a fully qualified
  85. filename (for instance, in a Debian system,
  86. <package>apt-utils</package> would be the argument provided, not
  87. <filename>apt-utils_&apt-product-version;_amd64.deb</filename>). All packages required
  88. by the package(s) specified for installation will also
  89. be retrieved and installed.
  90. The <filename>/etc/apt/sources.list</filename> file is
  91. used to locate the desired packages. If a hyphen is
  92. appended to the package name (with no intervening space),
  93. the identified package will be removed if it is installed.
  94. Similarly a plus sign can be used to designate a
  95. package to install. These latter features may be used
  96. to override decisions made by apt-get's conflict
  97. resolution system.
  98. </para>
  99. <para>A specific version of a package can be selected for installation by
  100. following the package name with an equals and the version of the package
  101. to select. This will cause that version to be located and selected for
  102. install. Alternatively a specific distribution can be selected by
  103. following the package name with a slash and the version of the
  104. distribution or the Archive name (stable, testing, unstable).</para>
  105. <para>Both of the version selection mechanisms can downgrade packages and must
  106. be used with care.</para>
  107. <para>This is also the target to use if you want to upgrade one or
  108. more already-installed packages without upgrading every package
  109. you have on your system. Unlike the "upgrade" target, which
  110. installs the newest version of all currently installed packages,
  111. "install" will install the newest version of only the package(s)
  112. specified. Simply provide the name of the package(s) you wish
  113. to upgrade, and if a newer version is available, it (and its
  114. dependencies, as described above) will be downloaded and
  115. installed.
  116. </para>
  117. <para>Finally, the &apt-preferences; mechanism allows you to
  118. create an alternative installation policy for
  119. individual packages.</para>
  120. <para>If no package matches the given expression and the expression contains one
  121. of '.', '?' or '*' then it is assumed to be a POSIX regular expression,
  122. and it is applied
  123. to all package names in the database. Any matches are then installed (or
  124. removed). Note that matching is done by substring so 'lo.*' matches 'how-lo'
  125. and 'lowest'. If this is undesired, anchor the regular expression
  126. with a '^' or '$' character, or create a more specific regular expression.</para></listitem>
  127. </varlistentry>
  128. <varlistentry><term><option>remove</option></term>
  129. <listitem><para><literal>remove</literal> is identical to <literal>install</literal> except that packages are
  130. removed instead of installed. Note that removing a package leaves its
  131. configuration files on the system. If a plus sign is appended to the package
  132. name (with no intervening space), the identified package will be
  133. installed instead of removed.</para></listitem>
  134. </varlistentry>
  135. <varlistentry><term><option>purge</option></term>
  136. <listitem><para><literal>purge</literal> is identical to <literal>remove</literal> except that packages are
  137. removed and purged (any configuration files are deleted too).</para></listitem>
  138. </varlistentry>
  139. <varlistentry><term><option>source</option></term>
  140. <listitem><para><literal>source</literal> causes <command>apt-get</command> to fetch source packages. APT
  141. will examine the available packages to decide which source package to
  142. fetch. It will then find and download into the current directory the
  143. newest available version of that source package while respecting the
  144. default release, set with the option <literal>APT::Default-Release</literal>,
  145. the <option>-t</option> option or per package with the
  146. <literal>pkg/release</literal> syntax, if possible.</para>
  147. <para>Source packages are tracked separately
  148. from binary packages via <literal>deb-src</literal> lines
  149. in the &sources-list; file. This means that you will need to add such a line
  150. for each repository you want to get sources from; otherwise you will probably
  151. get either the wrong (too old/too new) source versions or none at all.</para>
  152. <para>If the <option>--compile</option> option is specified
  153. then the package will be compiled to a binary .deb using
  154. <command>dpkg-buildpackage</command> for the architecture as
  155. defined by the <command>--host-architecture</command> option.
  156. If <option>--download-only</option> is specified then the source package
  157. will not be unpacked.</para>
  158. <para>A specific source version can be retrieved by postfixing the source name
  159. with an equals and then the version to fetch, similar to the mechanism
  160. used for the package files. This enables exact matching of the source
  161. package name and version, implicitly enabling the
  162. <literal>APT::Get::Only-Source</literal> option.</para>
  163. <para>Note that source packages are not installed and tracked in the
  164. <command>dpkg</command> database like binary packages; they are simply downloaded
  165. to the current directory, like source tarballs.</para></listitem>
  166. </varlistentry>
  167. <varlistentry><term><option>build-dep</option></term>
  168. <listitem><para><literal>build-dep</literal> causes apt-get to install/remove packages in an
  169. attempt to satisfy the build dependencies for a source package. By default the dependencies are
  170. satisfied to build the package natively. If desired a host-architecture can be specified
  171. with the <option>--host-architecture</option> option instead.</para></listitem>
  172. </varlistentry>
  173. <varlistentry><term><option>check</option></term>
  174. <listitem><para><literal>check</literal> is a diagnostic tool; it updates the package cache and checks
  175. for broken dependencies.</para></listitem>
  176. </varlistentry>
  177. <varlistentry><term><option>download</option></term>
  178. <listitem><para><literal>download</literal> will download the given
  179. binary package into the current directory.
  180. </para></listitem>
  181. </varlistentry>
  182. <varlistentry><term><option>clean</option></term>
  183. <listitem><para><literal>clean</literal> clears out the local repository of retrieved package
  184. files. It removes everything but the lock file from
  185. <filename>&cachedir;/archives/</filename> and
  186. <filename>&cachedir;/archives/partial/</filename>.</para></listitem>
  187. </varlistentry>
  188. <varlistentry><term><option>autoclean</option></term>
  189. <listitem><para>Like <literal>clean</literal>, <literal>autoclean</literal> clears out the local
  190. repository of retrieved package files. The difference is that it only
  191. removes package files that can no longer be downloaded, and are largely
  192. useless. This allows a cache to be maintained over a long period without
  193. it growing out of control. The configuration option
  194. <literal>APT::Clean-Installed</literal> will prevent installed packages from being
  195. erased if it is set to off.</para></listitem>
  196. </varlistentry>
  197. <varlistentry><term><option>autoremove</option></term>
  198. <listitem><para><literal>autoremove</literal> is used to remove packages that were automatically
  199. installed to satisfy dependencies for other packages and are now no longer needed.</para></listitem>
  200. </varlistentry>
  201. <varlistentry><term><option>changelog</option></term>
  202. <listitem><para><literal>changelog</literal> downloads a package changelog and displays
  203. it through <command>sensible-pager</command>. The server name and base
  204. directory is defined in the <literal>APT::Changelogs::Server</literal>
  205. variable (e.g. <ulink url="http://packages.debian.org/changelogs">packages.debian.org/changelogs</ulink> for
  206. Debian or <ulink url="http://changelogs.ubuntu.com/changelogs">changelogs.ubuntu.com/changelogs</ulink> for
  207. Ubuntu).
  208. By default it displays the changelog for the version that is
  209. installed. However, you can specify the same options as for
  210. the <option>install</option> command.
  211. </para>
  212. </listitem>
  213. </varlistentry>
  214. <varlistentry><term><option>files</option></term>
  215. <listitem><para>Displays by default a deb822 formatted listing of
  216. information about all data files <command>apt-get
  217. update</command> would download. Supports a
  218. <option>--format</option> option to modify the output format as
  219. well as accepts lines of the default output to filter the records
  220. by. The command is mainly used as an interface for external tools
  221. working with APT to get information as well as filenames for
  222. downloaded files so they can use them as well instead of
  223. downloading them again on their own. Detailed documentation is
  224. omitted here and can instead be found in the source tree in
  225. <literal><filename>doc/acquire-additional-files.txt</filename></literal>.
  226. </para>
  227. </listitem>
  228. </varlistentry>
  229. </variablelist>
  230. </refsect1>
  231. <refsect1><title>options</title>
  232. &apt-cmdblurb;
  233. <variablelist>
  234. <varlistentry><term><option>--no-install-recommends</option></term>
  235. <listitem><para>Do not consider recommended packages as a dependency for installing.
  236. Configuration Item: <literal>APT::Install-Recommends</literal>.</para></listitem>
  237. </varlistentry>
  238. <varlistentry><term><option>--install-suggests</option></term>
  239. <listitem><para>Consider suggested packages as a dependency for installing.
  240. Configuration Item: <literal>APT::Install-Suggests</literal>.</para></listitem>
  241. </varlistentry>
  242. <varlistentry><term><option>-d</option></term><term><option>--download-only</option></term>
  243. <listitem><para>Download only; package files are only retrieved, not unpacked or installed.
  244. Configuration Item: <literal>APT::Get::Download-Only</literal>.</para></listitem>
  245. </varlistentry>
  246. <varlistentry><term><option>-f</option></term><term><option>--fix-broken</option></term>
  247. <listitem><para>Fix; attempt to correct a system with broken dependencies in
  248. place. This option, when used with install/remove, can omit any packages
  249. to permit APT to deduce a likely solution. If packages are specified,
  250. these have to completely correct the problem. The option is sometimes necessary when
  251. running APT for the first time; APT itself does not allow broken package
  252. dependencies to exist on a system. It is possible that a system's
  253. dependency structure can be so corrupt as to require manual intervention
  254. (which usually means using <command>dpkg --remove</command> to eliminate some of
  255. the offending packages). Use of this option together with <option>-m</option> may produce an
  256. error in some situations.
  257. Configuration Item: <literal>APT::Get::Fix-Broken</literal>.</para></listitem>
  258. </varlistentry>
  259. <varlistentry><term><option>-m</option></term><term><option>--ignore-missing</option></term>
  260. <term><option>--fix-missing</option></term>
  261. <listitem><para>Ignore missing packages; if packages cannot be retrieved or fail the
  262. integrity check after retrieval (corrupted package files), hold back
  263. those packages and handle the result. Use of this option together with
  264. <option>-f</option> may produce an error in some situations. If a package is
  265. selected for installation (particularly if it is mentioned on the
  266. command line) and it could not be downloaded then it will be silently
  267. held back.
  268. Configuration Item: <literal>APT::Get::Fix-Missing</literal>.</para></listitem>
  269. </varlistentry>
  270. <varlistentry><term><option>--no-download</option></term>
  271. <listitem><para>Disables downloading of packages. This is best used with
  272. <option>--ignore-missing</option> to force APT to use only the .debs it has
  273. already downloaded.
  274. Configuration Item: <literal>APT::Get::Download</literal>.</para></listitem>
  275. </varlistentry>
  276. <varlistentry><term><option>-q</option></term><term><option>--quiet</option></term>
  277. <listitem><para>Quiet; produces output suitable for logging, omitting progress indicators.
  278. More q's will produce more quiet up to a maximum of 2. You can also use
  279. <option>-q=#</option> to set the quiet level, overriding the configuration file.
  280. Note that quiet level 2 implies <option>-y</option>; you should never use -qq
  281. without a no-action modifier such as -d, --print-uris or -s as APT may
  282. decide to do something you did not expect.
  283. Configuration Item: <literal>quiet</literal>.</para></listitem>
  284. </varlistentry>
  285. <varlistentry><term><option>-s</option></term>
  286. <term><option>--simulate</option></term>
  287. <term><option>--just-print</option></term>
  288. <term><option>--dry-run</option></term>
  289. <term><option>--recon</option></term>
  290. <term><option>--no-act</option></term>
  291. <listitem><para>No action; perform a simulation of events that would occur but do not
  292. actually change the system.
  293. Configuration Item: <literal>APT::Get::Simulate</literal>.</para>
  294. <para>Simulated runs performed as a user will automatically deactivate locking
  295. (<literal>Debug::NoLocking</literal>), and if the option
  296. <literal>APT::Get::Show-User-Simulation-Note</literal> is set
  297. (as it is by default) a notice will also be displayed indicating that
  298. this is only a simulation. Runs performed as root do not trigger either
  299. NoLocking or the notice - superusers should know what they are doing
  300. without further warnings from <literal>apt-get</literal>.</para>
  301. <para>Simulated runs print out a series of lines, each representing a <command>dpkg</command>
  302. operation: configure (<literal>Conf</literal>), remove (<literal>Remv</literal>)
  303. or unpack (<literal>Inst</literal>). Square brackets indicate broken packages, and
  304. empty square brackets indicate breaks that are of no consequence (rare).</para></listitem>
  305. </varlistentry>
  306. <varlistentry><term><option>-y</option></term><term><option>--yes</option></term>
  307. <term><option>--assume-yes</option></term>
  308. <listitem><para>Automatic yes to prompts; assume "yes" as answer to all prompts and run
  309. non-interactively. If an undesirable situation, such as changing a held
  310. package, trying to install a unauthenticated package or removing an essential package
  311. occurs then <literal>apt-get</literal> will abort.
  312. Configuration Item: <literal>APT::Get::Assume-Yes</literal>.</para></listitem>
  313. </varlistentry>
  314. <varlistentry><term><option>--assume-no</option></term>
  315. <listitem><para>Automatic "no" to all prompts.
  316. Configuration Item: <literal>APT::Get::Assume-No</literal>.</para></listitem>
  317. </varlistentry>
  318. <varlistentry><term><option>-u</option></term><term><option>--show-upgraded</option></term>
  319. <listitem><para>Show upgraded packages; print out a list of all packages that are to be
  320. upgraded.
  321. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>.</para></listitem>
  322. </varlistentry>
  323. <varlistentry><term><option>-V</option></term><term><option>--verbose-versions</option></term>
  324. <listitem><para>Show full versions for upgraded and installed packages.
  325. Configuration Item: <literal>APT::Get::Show-Versions</literal>.</para></listitem>
  326. </varlistentry>
  327. <varlistentry><term><option>-a</option></term>
  328. <term><option>--host-architecture</option></term>
  329. <listitem><para>This option controls the architecture packages are built for
  330. by <command>apt-get source --compile</command> and how cross-builddependencies
  331. are satisfied. By default is it not set which means that the host architecture
  332. is the same as the build architecture (which is defined by <literal>APT::Architecture</literal>).
  333. Configuration Item: <literal>APT::Get::Host-Architecture</literal>.
  334. </para></listitem>
  335. </varlistentry>
  336. <varlistentry><term><option>-P</option></term>
  337. <term><option>--build-profiles</option></term>
  338. <listitem><para>This option controls the activated build profiles for which
  339. a source package is built by <command>apt-get source --compile</command> and
  340. how build dependencies are satisfied. By default no build profile is active.
  341. More than one build profile can be activated at a time by concatenating them
  342. with a comma.
  343. Configuration Item: <literal>APT::Build-Profiles</literal>.
  344. </para></listitem>
  345. </varlistentry>
  346. <varlistentry><term><option>-b</option></term><term><option>--compile</option></term>
  347. <term><option>--build</option></term>
  348. <listitem><para>Compile source packages after downloading them.
  349. Configuration Item: <literal>APT::Get::Compile</literal>.</para></listitem>
  350. </varlistentry>
  351. <varlistentry><term><option>--ignore-hold</option></term>
  352. <listitem><para>Ignore package holds; this causes <command>apt-get</command> to ignore a hold
  353. placed on a package. This may be useful in conjunction with
  354. <literal>dist-upgrade</literal> to override a large number of undesired holds.
  355. Configuration Item: <literal>APT::Ignore-Hold</literal>.</para></listitem>
  356. </varlistentry>
  357. <varlistentry><term><option>--with-new-pkgs</option></term>
  358. <listitem><para>Allow installing new packages when used in
  359. conjunction with <literal>upgrade</literal>. This is useful if
  360. the update of a installed package requires new dependencies to be
  361. installed. Instead of holding the package back <literal>upgrade</literal>
  362. will upgrade the package and install the new dependencies. Note that
  363. <literal>upgrade</literal> with this option will never remove packages,
  364. only allow adding new ones.
  365. Configuration Item: <literal>APT::Get::Upgrade-Allow-New</literal>.
  366. </para></listitem>
  367. </varlistentry>
  368. <varlistentry><term><option>--no-upgrade</option></term>
  369. <listitem><para>Do not upgrade packages; when used in conjunction with <literal>install</literal>,
  370. <literal>no-upgrade</literal> will prevent packages on the command line
  371. from being upgraded if they are already installed.
  372. Configuration Item: <literal>APT::Get::Upgrade</literal>.</para></listitem>
  373. </varlistentry>
  374. <varlistentry><term><option>--only-upgrade</option></term>
  375. <listitem><para>Do not install new packages; when used in conjunction
  376. with <literal>install</literal>, <literal>only-upgrade</literal> will
  377. install upgrades for already installed packages only and ignore requests
  378. to install new packages.
  379. Configuration Item: <literal>APT::Get::Only-Upgrade</literal>.</para></listitem>
  380. </varlistentry>
  381. <varlistentry><term><option>--force-yes</option></term>
  382. <listitem><para>Force yes; this is a dangerous option that will cause apt to continue
  383. without prompting if it is doing something potentially harmful. It
  384. should not be used except in very special situations. Using
  385. <literal>force-yes</literal> can potentially destroy your system!
  386. Configuration Item: <literal>APT::Get::force-yes</literal>.</para></listitem>
  387. </varlistentry>
  388. <varlistentry><term><option>--print-uris</option></term>
  389. <listitem><para>Instead of fetching the files to install their URIs are printed. Each
  390. URI will have the path, the destination file name, the size and the expected
  391. MD5 hash. Note that the file name to write to will not always match
  392. the file name on the remote site! This also works with the
  393. <literal>source</literal> and <literal>update</literal> commands. When used with the
  394. <literal>update</literal> command the MD5 and size are not included, and it is
  395. up to the user to decompress any compressed files.
  396. Configuration Item: <literal>APT::Get::Print-URIs</literal>.</para></listitem>
  397. </varlistentry>
  398. <varlistentry><term><option>--purge</option></term>
  399. <listitem><para>Use purge instead of remove for anything that would be removed.
  400. An asterisk ("*") will be displayed next to packages which are
  401. scheduled to be purged. <option>remove --purge</option> is equivalent to the
  402. <option>purge</option> command.
  403. Configuration Item: <literal>APT::Get::Purge</literal>.</para></listitem>
  404. </varlistentry>
  405. <varlistentry><term><option>--reinstall</option></term>
  406. <listitem><para>Re-install packages that are already installed and at the newest version.
  407. Configuration Item: <literal>APT::Get::ReInstall</literal>.</para></listitem>
  408. </varlistentry>
  409. <varlistentry><term><option>--list-cleanup</option></term>
  410. <listitem><para>This option is on by default; use <literal>--no-list-cleanup</literal> to turn
  411. it off. When it is on, <command>apt-get</command> will automatically manage the contents
  412. of <filename>&statedir;/lists</filename> to ensure that obsolete files are erased.
  413. The only reason to turn it off is if you frequently change your sources list.
  414. Configuration Item: <literal>APT::Get::List-Cleanup</literal>.</para></listitem>
  415. </varlistentry>
  416. <varlistentry><term><option>-t</option></term>
  417. <term><option>--target-release</option></term>
  418. <term><option>--default-release</option></term>
  419. <listitem><para>This option controls the default input to the policy engine; it creates
  420. a default pin at priority 990 using the specified release string.
  421. This overrides the general settings in <filename>/etc/apt/preferences</filename>.
  422. Specifically pinned packages are not affected by the value
  423. of this option. In short, this option
  424. lets you have simple control over which distribution packages will be
  425. retrieved from. Some common examples might be
  426. <option>-t '2.1*'</option>, <option>-t unstable</option>
  427. or <option>-t sid</option>.
  428. Configuration Item: <literal>APT::Default-Release</literal>;
  429. see also the &apt-preferences; manual page.</para></listitem>
  430. </varlistentry>
  431. <varlistentry><term><option>--trivial-only</option></term>
  432. <listitem><para>
  433. Only perform operations that are 'trivial'. Logically this can be considered
  434. related to <option>--assume-yes</option>; where <option>--assume-yes</option> will answer
  435. yes to any prompt, <option>--trivial-only</option> will answer no.
  436. Configuration Item: <literal>APT::Get::Trivial-Only</literal>.</para></listitem>
  437. </varlistentry>
  438. <varlistentry><term><option>--no-remove</option></term>
  439. <listitem><para>If any packages are to be removed apt-get immediately aborts without
  440. prompting.
  441. Configuration Item: <literal>APT::Get::Remove</literal>.</para></listitem>
  442. </varlistentry>
  443. <varlistentry><term><option>--auto-remove</option></term>
  444. <listitem><para>If the command is either <literal>install</literal> or <literal>remove</literal>,
  445. then this option acts like running the <literal>autoremove</literal> command, removing unused
  446. dependency packages. Configuration Item: <literal>APT::Get::AutomaticRemove</literal>.
  447. </para></listitem>
  448. </varlistentry>
  449. <varlistentry><term><option>--only-source</option></term>
  450. <listitem><para>Only has meaning for the
  451. <literal>source</literal> and <literal>build-dep</literal>
  452. commands. Indicates that the given source names are not to be
  453. mapped through the binary table. This means that if this option
  454. is specified, these commands will only accept source package
  455. names as arguments, rather than accepting binary package names
  456. and looking up the corresponding source package. Configuration
  457. Item: <literal>APT::Get::Only-Source</literal>.</para></listitem>
  458. </varlistentry>
  459. <varlistentry><term><option>--diff-only</option></term><term><option>--dsc-only</option></term><term><option>--tar-only</option></term>
  460. <listitem><para>Download only the diff, dsc, or tar file of a source archive.
  461. Configuration Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</literal>, and
  462. <literal>APT::Get::Tar-Only</literal>.</para></listitem>
  463. </varlistentry>
  464. <varlistentry><term><option>--arch-only</option></term>
  465. <listitem><para>Only process architecture-dependent build-dependencies.
  466. Configuration Item: <literal>APT::Get::Arch-Only</literal>.</para></listitem>
  467. </varlistentry>
  468. <varlistentry><term><option>--allow-unauthenticated</option></term>
  469. <listitem><para>Ignore if packages can't be authenticated and don't prompt about it.
  470. This is useful for tools like pbuilder.
  471. Configuration Item: <literal>APT::Get::AllowUnauthenticated</literal>.</para></listitem>
  472. </varlistentry>
  473. <varlistentry><term><option>--no-allow-insecure-repositories</option></term>
  474. <listitem><para>Forbid the update command to acquire unverifiable
  475. data from configured sources. Apt will fail at the update command
  476. for repositories without valid cryptographically signatures.
  477. Configuration Item: <literal>Acquire::AllowInsecureRepositories</literal>.</para></listitem>
  478. </varlistentry>
  479. <varlistentry><term><option>--show-progress</option></term>
  480. <listitem><para>Show user friendly progress information in the
  481. terminal window when packages are installed, upgraded or
  482. removed. For a machine parsable version of this data see
  483. README.progress-reporting in the apt doc directory.
  484. Configuration Item: <literal>Dpkg::Progress</literal> and <literal>Dpkg::Progress-Fancy</literal>.</para></listitem>
  485. </varlistentry>
  486. &apt-commonoptions;
  487. </variablelist>
  488. </refsect1>
  489. <refsect1><title>Files</title>
  490. <variablelist>
  491. &file-sourceslist;
  492. &file-aptconf;
  493. &file-preferences;
  494. &file-cachearchives;
  495. &file-statelists;
  496. </variablelist>
  497. </refsect1>
  498. <refsect1><title>See Also</title>
  499. <para>&apt-cache;, &apt-cdrom;, &dpkg;, &sources-list;,
  500. &apt-conf;, &apt-config;, &apt-secure;,
  501. The APT User's guide in &guidesdir;, &apt-preferences;, the APT Howto.</para>
  502. </refsect1>
  503. <refsect1><title>Diagnostics</title>
  504. <para><command>apt-get</command> returns zero on normal operation, decimal 100 on error.</para>
  505. </refsect1>
  506. &manbugs;
  507. </refentry>