|
a/website/download.html |
|
b/website/download.html |
|
... |
|
... |
219 |
<pre><tt>
|
219 |
<pre><tt>
|
220 |
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
|
220 |
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
|
221 |
sudo apt-get update
|
221 |
sudo apt-get update
|
222 |
sudo apt-get install recoll
|
222 |
sudo apt-get install recoll
|
223 |
</tt></pre>
|
223 |
</tt></pre>
|
|
|
224 |
<p>Source code for the lens (also included in the main
|
|
|
225 |
recoll tar file):<br>
|
|
|
226 |
For 1.18 installations: <a href="recoll-lens-1.18.1.2997.tar.gz">
|
|
|
227 |
recoll-lens-1.18.1.2997.tar.gz</a><br>
|
|
|
228 |
For 1.17: <a href="recoll-lens-1.17.2.2697.tar.gz">
|
|
|
229 |
recoll-lens-1.17.2.2697.tar.gz</a></p>
|
224 |
|
230 |
|
|
|
231 |
<p>The packages in the standard repository and on the PPA
|
|
|
232 |
are a bit different in the sense that the Python extension
|
|
|
233 |
is included in the PPA package, but it's a separate
|
|
|
234 |
package in the standard repository. This can give rise to
|
|
|
235 |
errors about overwriting the Python module when switching
|
|
|
236 |
between versions. Typically, the error message would be
|
|
|
237 |
like the following:</p>
|
|
|
238 |
<pre><tt>
|
|
|
239 |
ErrorMessage: trying to overwrite '/usr/lib/python2.7/dist-packages/recoll.so', which is also in package recoll 1.18.1-1~ppa1~quantal1</tt></pre>
|
|
|
240 |
|
|
|
241 |
<p>If this happens, you just need to delete
|
|
|
242 |
the previous package(s) before installing the other one(s)
|
|
|
243 |
instead of performing an upgrade.</p>
|
225 |
|
244 |
|
226 |
<h3><a name="mint">Linux Mint</a></h3>
|
245 |
<h3><a name="mint">Linux Mint</a></h3>
|
227 |
<p>The Ubuntu PPA works perfectly for Mint 13 (and probably
|
246 |
<p>The Ubuntu PPA works perfectly for Mint 13 (and probably
|
228 |
other releases too). Just follow the instructions for Ubuntu.</p>
|
247 |
other releases too). Just follow the instructions for Ubuntu.</p>
|
229 |
|
248 |
|