|
a/website/download.html |
|
b/website/download.html |
|
... |
|
... |
203 |
<a href="https://help.launchpad.net/Packaging/PPA/InstallingSoftware">
|
203 |
<a href="https://help.launchpad.net/Packaging/PPA/InstallingSoftware">
|
204 |
here</a>), and you can then use the normal package
|
204 |
here</a>), and you can then use the normal package
|
205 |
manager to install or update Recoll and Xapian. To avoid
|
205 |
manager to install or update Recoll and Xapian. To avoid
|
206 |
messages about signature errors, if not done at the previous step,
|
206 |
messages about signature errors, if not done at the previous step,
|
207 |
you may have to explicitely import the
|
207 |
you may have to explicitely import the
|
208 |
Recoll and Xapian public keys (as root): <pre><tt>
|
208 |
Recoll and Xapian public keys: <pre><tt>
|
209 |
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
209 |
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
210 |
gpg --export --armor 9DA85604 | sudo apt-key add -
|
210 |
gpg --export --armor 9DA85604 | sudo apt-key add -
|
211 |
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
211 |
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
212 |
gpg --export --armor A0735AD0 | sudo apt-key add -
|
212 |
gpg --export --armor A0735AD0 | sudo apt-key add -
|
213 |
</tt></pre>
|
213 |
</tt></pre>
|