This file is indexed.

/usr/share/doc/libcomplearn1/README is in libcomplearn1 1.1.7-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
CompLearn 1.0

Welcome to CompLearn

an open-source data mining package using data compression

This software is released under the BSD license.

This package supports NCD and quartet tree search as documented at

http://complearn.org/

Please see the website for more info!  Good luck with your experiments! :)

Quick Install
------------------

CompLearn requires the Gnu Scientific Libary, GSL, to be installed before
attempting to build.  You may use the command
gsl-config --libs
to check this if you like; if it prints something with -L and -l, it means
GSL is installed.  If you would rather let the complearn system check, you
will be notified when you attempt to configure as the first step in the
following build and install sequence.

./configure
make
make install

If you do not have root access, you may need to do something like this:

./configure --prefix=$HOME/complearn
make
make install

In order to build the graphical demo, clfun, or the Google SOAP compressor
you must have certain packages installed as documented on the website.

--

Rudi Cilibrasi
cilibrar@cilibrar.com