This file is indexed.

/usr/share/doc/aptitude/html/en/rn01re02.html is in aptitude-doc-en 0.8.10-6ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>aptitude-create-state-bundle</title><link rel="stylesheet" type="text/css" href="aptitude.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="aptitude user's manual" /><link rel="up" href="rn01.html" title="Command-line reference" /><link rel="prev" href="rn01re01.html" title="aptitude" /><link rel="next" href="rn01re03.html" title="aptitude-run-state-bundle" /><link rel="preface" href="pr01.html" title="Introduction" /><link rel="chapter" href="ch01.html" title="Chapter 1. Getting started" /><link rel="chapter" href="ch02.html" title="Chapter 2. aptitude reference guide" /><link rel="chapter" href="ch03.html" title="Chapter 3. aptitude frequently asked questions" /><link rel="chapter" href="ch04.html" title="Chapter 4. Credits" /><link rel="reference" href="rn01.html" title="Command-line reference" /><link rel="refentry" href="rn01re01.html" title="aptitude" /><link rel="refentry" href="rn01re02.html" title="aptitude-create-state-bundle" /><link rel="refentry" href="rn01re03.html" title="aptitude-run-state-bundle" /><link rel="section" href="rn01re02.html#idm9779" title="Description" /><link rel="section" href="rn01re02.html#idm9810" title="Options" /><link rel="section" href="rn01re02.html#idm9850" title="File format" /><link rel="section" href="rn01re02.html#idm9864" title="See also" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">aptitude-create-state-bundle</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="rn01re01.html"><img src="images/prev.gif" alt="Prev" /></a> </td><th width="60%" align="center">Command-line reference</th><td width="20%" align="right"> <a accesskey="n" href="rn01re03.html"><img src="images/next.gif" alt="Next" /></a></td></tr></table><hr /></div><div class="refentry"><a id="idm9756"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>aptitude-create-state-bundle — bundle the current aptitude state</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">aptitude-create-state-bundle</code>  [<em class="replaceable"><code>options</code></em>...]  <em class="replaceable"><code>output-file</code></em> </p></div></div><div class="refsect1"><a id="idm9779"></a><h2>Description</h2><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/note.png" /></td><th align="left">Note</th></tr><tr><td align="left" valign="top"><p>
	This command is mostly for internal use and bug reporting in exceptional
	cases, it is not intended for end-users under normal circumstances.
      </p></td></tr></table></div><p>
      <span class="command"><strong>aptitude-create-state-bundle</strong></span> produces a
      compressed archive storing the files that are required to
      replicate the current package archive state.  The following
      files and directories are included in the bundle:
    </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><code class="filename"><code class="envar">$HOME</code>/.aptitude</code></p></li><li class="listitem"><p><code class="filename">/var/lib/aptitude</code></p></li><li class="listitem"><p><code class="filename">/var/lib/apt</code></p></li><li class="listitem"><p><code class="filename">/var/cache/apt/*.bin</code></p></li><li class="listitem"><p><code class="filename">/etc/apt</code></p></li><li class="listitem"><p><code class="filename">/var/lib/dpkg/status</code></p></li></ul></div><p>
      The output of this program can be used as an argument to <a class="link" href="rn01re03.html" title="aptitude-run-state-bundle"><span class="citerefentry"><span class="refentrytitle">aptitude-run-state-bundle</span>(1)</span></a>.
    </p></div><div class="refsect1"><a id="idm9810"></a><h2>Options</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">--force-bzip2</code></span></dt><dd><p>
	    Override the autodetection of which compression algorithm
	    to use.  By default,
	    <span class="command"><strong>aptitude-create-state-bundle</strong></span> uses
	    <span class="citerefentry"><span class="refentrytitle">bzip2</span>(1)</span>
	    if it is available, and
	    <span class="citerefentry"><span class="refentrytitle">gzip</span>(1)</span>
	    otherwise.  Passing this option forces the use of
	    <span class="command"><strong>bzip2</strong></span> even if it doesn't appear to be
	    available.
	  </p></dd><dt><span class="term"><code class="literal">--force-gzip</code></span></dt><dd><p>
	    Override the autodetection of which compression algorithm
	    to use.  By default,
	    <span class="command"><strong>aptitude-create-state-bundle</strong></span> uses
	    <span class="citerefentry"><span class="refentrytitle">bzip2</span>(1)</span>
	    if it is available, and
	    <span class="citerefentry"><span class="refentrytitle">gzip</span>(1)</span>
	    otherwise.  Passing this option forces the use of
	    <span class="command"><strong>gzip</strong></span> even if <span class="command"><strong>bzip2</strong></span>
	    is available.
	  </p></dd><dt><span class="term"><code class="literal">--help</code></span></dt><dd><p>
	    Print a brief usage message, then exit.
	  </p></dd><dt><span class="term"><code class="literal">--print-inputs</code></span></dt><dd><p>
	    Instead of creating a bundle, display a list of the files
	    and directories that the program would include if it
	    generated a bundle.
	  </p></dd></dl></div></div><div class="refsect1"><a id="idm9850"></a><h2>File format</h2><p>
      The bundle file is simply a
      <span class="citerefentry"><span class="refentrytitle">tar</span>(1)</span>
      file compressed with
      <span class="citerefentry"><span class="refentrytitle">bzip2</span>(1)</span>
      or
      <span class="citerefentry"><span class="refentrytitle">gzip</span>(1)</span>,
      with each of the input directory trees rooted at
      <span class="quote"><span class="quote"><code class="filename">.</code></span></span>.
    </p></div><div class="refsect1"><a id="idm9864"></a><h2>See also</h2><p>
      <span class="citerefentry"><span class="refentrytitle">aptitude-run-state-bundle</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">aptitude</span>(8)</span>, <span class="citerefentry"><span class="refentrytitle">apt</span>(8)</span>
    </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="rn01re01.html"><img src="images/prev.gif" alt="Prev" /></a> </td><td width="20%" align="center"><a accesskey="u" href="rn01.html"><img src="images/up.gif" alt="Up" /></a></td><td width="40%" align="right"> <a accesskey="n" href="rn01re03.html"><img src="images/next.gif" alt="Next" /></a></td></tr><tr><td width="40%" align="left" valign="top">aptitude </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.gif" alt="Home" /></a></td><td width="40%" align="right" valign="top"> aptitude-run-state-bundle</td></tr></table></div></body></html>