This file is indexed.

/usr/share/bibledit/help/installubuntu.html is in bibledit-data 5.0.453-3.

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
<h2>translate("Install Bibledit on Ubuntu")</h2>
<p>translate("Follow the steps below to install Bibledit.")</p>
<ol>
  <li>translate("Open a terminal.")</li>
  <li>
    <p>translate("Add the Bibledit repository:")</p>
    <p><code>sudo add-apt-repository ppa:bibledit/ppa</code></p>
  </li>
  <li>
    <p>translate("Read the repository:")</p>
    <p><code>sudo apt update</code></p>
  </li>
  <li>
    <p>translate("Install Bibledit:")</p>
    <p><code>sudo apt install bibledit</code></p>
  </li>
</ol>
<p>translate("Bibledit can be started from the menu.")</p>