File: installubuntu.html

package info (click to toggle)
bibledit 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252,000 kB
  • sloc: xml: 915,984; ansic: 261,349; cpp: 92,794; javascript: 32,542; sh: 4,527; makefile: 514; php: 69
file content (29 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (8)
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
<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("On older versions of Ubuntu, or to get updated Bibledit software:")
    translate("Add the Bibledit repository:")
    </p>
    <p><code>sudo add-apt-repository ppa:bibledit/ppa</code></p>
    <p>
    translate("As of Ubuntu 18.04, the above is no longer needed.")
    </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>
<br>
<p>
translate("More information:")
<a href="https://github.com/bibledit/cloud/issues/319">https://github.com/bibledit/cloud/issues/319</a>
</p>