This file is indexed.

/usr/share/bibledit-gtk/site/gtk/installation/ubuntu/bibledit-4-6-on-ubuntu-12-04-lts.html is in bibledit-gtk-data 4.9-1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link href="../../../bibledit.css" rel="stylesheet" type="text/css" /><!-- 

Copyright (©) 2003-2011 Teus Benschop and Contributors to the Wiki.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.  A copy of the license is included in the section entitled "GNU
Free Documentation License" in the file FDL.

-->
    <title></title>
  </head>
  <body>
    <div id="menu">
      <ul>
        <li>
          <a href="../../../home.html">1 Bibledit</a>
        </li>
        <li>
          <a href="../ubuntu.html">Ubuntu</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>Bibledit 4.6 on Ubuntu 12.04 LTS
        </li>
        <li>
          <a href="bibledit-4-8-on-ubuntu-12-10.html">Bibledit 4.8 on Ubuntu 13.04</a>
        </li>
        <li>
          <a href="bibledit-4-9-on-ubuntu-13-04.html">Bibledit 4.9 (not yet released) on Ubuntu 13.04</a>
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Bibledit 4.6 on Ubuntu 12.04 LTS
      </h1>
      <p>
        It is assumed that a standard installation of the operating system is used.
      </p>
      <p>
        Connect to the installation media.
      </p>
      <p>
        Open a terminal, and&nbsp;do the following:
      </p>
      <p>
        $ sudo apt-get install git<br />
        $ git clone git://git.savannah.nongnu.org/bibledit<br />
        $ sudo apt-get install build-essential libgtk2.0-dev<br />
        $ sudo apt-get install rcs<br />
        $ sudo apt-get install sqlite3 libsqlite3-dev<br />
        $ sudo apt-get install libxml2-dev<br />
        $ sudo apt-get install libenchant-dev&nbsp;<br />
        $ sudo apt-get install libgtkhtml3.14-dev<br />
        <span style="line-height:1.6;font-size:10pt">$ sudo apt-get install libgtksourceview2.0-dev<br /></span><span style="line-height:1.6;font-size:10pt">$ sudo apt-get install libwebkit-dev<br /></span><span style="line-height:1.6;font-size:10pt">$ cd bibledit/gtk<br /></span><span style="line-height:1.6;font-size:10pt">$ ./configure<br /></span><span style="line-height:1.6;font-size:10pt">$ make<br /></span><span style="line-height:1.6;font-size:10pt">$ sudo make install &nbsp; &nbsp; &nbsp;</span>
      </p><br />
    </div>
  </body>
</html>