This file is indexed.

/usr/share/doc/aptitude/html/en/rn01re03.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
50
51
52
53
54
55
56
57
58
59
60
61
<?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-run-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="rn01re02.html" title="aptitude-create-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="rn01re03.html#idm9903" title="Description" /><link rel="section" href="rn01re03.html#idm9918" title="Options" /><link rel="section" href="rn01re03.html#idm9971" title="See also" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">aptitude-run-state-bundle</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="rn01re02.html"><img src="images/prev.gif" alt="Prev" /></a> </td><th width="60%" align="center">Command-line reference</th><td width="20%" align="right"> </td></tr></table><hr /></div><div class="refentry"><a id="aptitudeRunStateBundle"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>aptitude-run-state-bundle — unpack an aptitude state bundle and invoke aptitude on it</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">aptitude-run-state-bundle</code>  [<em class="replaceable"><code>options</code></em>...]  <em class="replaceable"><code>input-file</code></em>  [ <em class="replaceable"><code>program</code></em>  [<em class="replaceable"><code>arguments</code></em>...]]</p></div></div><div class="refsect1"><a id="idm9903"></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-run-state-bundle</strong></span> unpacks the given
      aptitude state bundle created by
      <span class="citerefentry"><span class="refentrytitle">aptitude-create-state-bundle</span>(1)</span>
      to a temporary directory, invokes
      <em class="replaceable"><code>program</code></em> on it with the supplied
      <em class="replaceable"><code>arguments</code></em>, and removes the temporary
      directory afterwards.  If <em class="replaceable"><code>program</code></em> is
      not supplied, it defaults to
      <span class="citerefentry"><span class="refentrytitle">aptitude</span>(8)</span>.
    </p></div><div class="refsect1"><a id="idm9918"></a><h2>Options</h2><p>
      The following options may occur on the command-line before the
      input file.  Options following the input file are presumed to be
      arguments to <span class="command"><strong>aptitude</strong></span>.
    </p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">--append-args</code></span></dt><dd><p>
	    Place the options that give the location of the state
	    bundle at the end of the command line when invoking
	    <em class="replaceable"><code>program</code></em>, rather than at the
	    beginning (the default is to place options at the
	    beginning).
	  </p></dd><dt><span class="term"><code class="literal">--help</code></span></dt><dd><p>
	    Display a brief usage summary.
	  </p></dd><dt><span class="term"><code class="literal">--prepend-args</code></span></dt><dd><p>
	    Place the options that give the location of the state
	    bundle at the beginning of the command line when invoking
	    <em class="replaceable"><code>program</code></em>, overriding any
	    previous <code class="literal">--append-args</code> (the default is
	    to place options at the beginning).
	  </p></dd><dt><span class="term"><code class="literal">--no-clean</code></span></dt><dd><p>
	    Do not remove the unpacked state directory after running
	    <span class="command"><strong>aptitude</strong></span>.  You might want to use this
	    if, for instance, you are debugging a problem that appears
	    when <span class="command"><strong>aptitude</strong></span>'s state file is modified.  When
	    <span class="command"><strong>aptitude</strong></span> finishes running, the name of
	    the state directory will be printed so that you can access
	    it in the future.
	  </p><p>
	    This option is enabled automatically by
	    <code class="literal">--statedir</code>.
	  </p></dd><dt><span class="term"><code class="literal">--really-clean</code></span></dt><dd><p>
	    Delete the state directory after running
	    <span class="command"><strong>aptitude</strong></span>, even if
	    <code class="literal">--no-clean</code> or
	    <code class="literal">--statedir</code> was supplied.
	  </p></dd><dt><span class="term"><code class="literal">--statedir</code></span></dt><dd><p>
	    Instead of treating the input file as a state bundle,
	    treat it as an unpacked state bundle.  For instance, you
	    can use this to access the state directory that was
	    created by a prior run with <code class="literal">--no-clean</code>.
	  </p></dd><dt><span class="term"><code class="literal">--unpack</code></span></dt><dd><p>
	    Unpack the input file to a temporary directory, but don't
	    actually run <span class="command"><strong>aptitude</strong></span>.
	  </p></dd></dl></div></div><div class="refsect1"><a id="idm9971"></a><h2>See also</h2><p>
      <span class="citerefentry"><span class="refentrytitle">aptitude-create-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="rn01re02.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"> </td></tr><tr><td width="40%" align="left" valign="top">aptitude-create-state-bundle </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"> </td></tr></table></div></body></html>