This file is indexed.

/usr/share/doc/vmm/html/download.html is in vmm-doc 0.6.2-2.

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
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!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>Downloading vmm &#8212; vmm 0.6.2 documentation</title>
    
    <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '0.6.2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="search" type="application/opensearchdescription+xml"
          title="Search within vmm 0.6.2 documentation"
          href="_static/opensearch.xml"/>
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="vmm 0.6.2 documentation" href="index.html" />
    <link rel="next" title="Installation" href="install.html" />
    <link rel="prev" title="Features of vmm" href="features.html" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
<![endif]-->

  </head>
  <body role="document">
<div class="header" role="banner">
  <div class="logo">
    <a href="index.html">
      <img class="logo" src="_static/vmm_logo.png" alt="Logo"/>
    </a>
  </div>
</div>

    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="install.html" title="Installation"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="features.html" title="Features of vmm"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">vmm 0.6.2 documentation</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="downloading-vmm">
<h1>Downloading vmm<a class="headerlink" href="#downloading-vmm" title="Permalink to this headline"></a></h1>
<div class="section" id="current-version">
<h2>Current version<a class="headerlink" href="#current-version" title="Permalink to this headline"></a></h2>
<p>The most current version of vmm is 0.6.2,
released on 01 February 2014.
Older releases are listed in the <a class="reference internal" href="release_history.html"><span class="doc">Release history of vmm</span></a>.</p>
</div>
<div class="section" id="download-a-gzip-compressed-archive">
<h2>Download a gzip compressed archive<a class="headerlink" href="#download-a-gzip-compressed-archive" title="Permalink to this headline"></a></h2>
<p>vmm could be downloaded from the <a class="reference external" href="https://sourceforge.net/projects/vmm/files/">download page</a> at <a class="reference external" href="http://sourceforge.net/">SourceForge</a>. To
extract the downloaded archive use <code class="docutils literal"><span class="pre">tar</span> <span class="pre">xzf</span> <span class="pre">vmm-0.6.2.tar.gz</span></code>. This will
create the new directory <code class="file docutils literal"><span class="pre">vmm-0.6.2</span></code> in the current working directory.</p>
<div class="section" id="verify-the-downloaded-archive">
<h3>Verify the downloaded archive<a class="headerlink" href="#verify-the-downloaded-archive" title="Permalink to this headline"></a></h3>
<p>If you have downloaded the archive from the download site you can
optionally verify the <a class="reference external" href="http://en.wikipedia.org/wiki/Data_integrity">integrity</a> of this archive.
In order to verify the integrity of the archive you have to download the
corresponding signature file (<code class="file docutils literal"><span class="pre">vmm-0.6.2.tar.gz.sig</span></code>) too.
The signature can be verified using <a class="reference external" href="http://en.wikipedia.org/wiki/GNU_Privacy_Guard">GPG</a> or <a class="reference external" href="http://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP</a>.
For example to check the signature of the archive <code class="file docutils literal"><span class="pre">vmm-0.6.2.tar.gz</span></code>
you can execute this command <code class="docutils literal"><span class="pre">gpg</span> <span class="pre">--verify</span> <span class="pre">vmm-0.6.2.tar.gz.sig</span></code>.</p>
<p>The tarball was signed by Pascal Volk (Fingerprint
4e56901b155b2b3a8bf79248880b094ec51139fe).
Older releases (≦ 0.6.1) were signed with the key with fingerprint
9c03e870e6bbf1f4f94e51c51e83c01ecec0904e).
You can fetch the public key from a key server using the command
<code class="docutils literal"><span class="pre">gpg</span> <span class="pre">--recv-keys</span> <span class="pre">0x4e56901b155b2b3a8bf79248880b094ec51139fe</span></code>.</p>
</div>
</div>
<div class="section" id="get-vmm-from-the-mercurial-repository">
<h2>Get vmm from the Mercurial repository<a class="headerlink" href="#get-vmm-from-the-mercurial-repository" title="Permalink to this headline"></a></h2>
<p>To get a tagged clone of the current vmm release from the <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a>
repository use:
<code class="docutils literal"><span class="pre">hg</span> <span class="pre">clone</span> <span class="pre">http://hg.localdomain.org/vmm/</span> <span class="pre">-r</span> <span class="pre">vmm-0.6.2</span> <span class="pre">vmm-0.6.2</span></code>.
This will put the files into the new created directory <code class="file docutils literal"><span class="pre">vmm-0.6.2</span></code>.</p>
<p>When you omit the <code class="docutils literal"><span class="pre">-r</span> <span class="pre">vmm-0.6.2</span></code> option, you will get the latest changes
from the <a class="reference external" href="http://hg.localdomain.org/vmm/">vmm repository</a>. This code may work for you or not.</p>
</div>
<div class="section" id="get-vmm-from-the-git-repository">
<h2>Get vmm from the Git repository<a class="headerlink" href="#get-vmm-from-the-git-repository" title="Permalink to this headline"></a></h2>
<p>The Debian project is hosting the <a class="reference external" href="http://anonscm.debian.org/gitweb/?p=collab-maint/vmm.git">Git repository of vmm</a>.
The <em>upstream</em> branch is a mirror of the Mercurial <em>default</em> branch.
The <em>master</em> branch is for Debian packaging.
In order to clone the <em>upstream</em> branch use:
<code class="docutils literal"><span class="pre">git</span> <span class="pre">clone</span> <span class="pre">--branch</span> <span class="pre">upstream</span> <span class="pre">git://anonscm.debian.org/collab-maint/vmm.git</span></code></p>
</div>
<div class="section" id="packages">
<h2>Packages<a class="headerlink" href="#packages" title="Permalink to this headline"></a></h2>
<div class="section" id="debian">
<h3>Debian<a class="headerlink" href="#debian" title="Permalink to this headline"></a></h3>
<p>Since Debian Wheezy vmm is also <a class="reference external" href="http://packages.debian.org/vmm">available</a>
in the Debian package repository.
The vmm package is <a class="reference external" href="http://packages.qa.debian.org/v/vmm.html">maintained</a>
by Martin F. Krafft.
Take a look at the file <code class="file docutils literal"><span class="pre">/usr/share/doc/vmm/README.Debian</span></code> for Debian
specific modifications.</p>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Downloading vmm</a><ul>
<li><a class="reference internal" href="#current-version">Current version</a></li>
<li><a class="reference internal" href="#download-a-gzip-compressed-archive">Download a gzip compressed archive</a><ul>
<li><a class="reference internal" href="#verify-the-downloaded-archive">Verify the downloaded archive</a></li>
</ul>
</li>
<li><a class="reference internal" href="#get-vmm-from-the-mercurial-repository">Get vmm from the Mercurial repository</a></li>
<li><a class="reference internal" href="#get-vmm-from-the-git-repository">Get vmm from the Git repository</a></li>
<li><a class="reference internal" href="#packages">Packages</a><ul>
<li><a class="reference internal" href="#debian">Debian</a></li>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="features.html"
                        title="previous chapter">Features of vmm</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="install.html"
                        title="next chapter">Installation</a></p>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="install.html" title="Installation"
             >next</a></li>
        <li class="right" >
          <a href="features.html" title="Features of vmm"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">vmm 0.6.2 documentation</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2017 - 2014, Pascal Volk.
    </div>
  </body>
</html>