This file is indexed.

/usr/share/doc/gap-character-tables/README is in gap-character-tables 1r2p2.dfsg.0-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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
The GAP Character Table Library
===============================

The GAP Character Table Library is an add-on package for both GAP 3.4
and GAP 4.

To get the newest released version, download the archive file
(where 'xrypz' stands for the highest available version number)
    ctbllib-xrypz.tar.gz
from
     http://www.math.rwth-aachen.de/~Thomas.Breuer/ctbllib
and unpack it using
    gunzip ctbllib-xrypz.tar.gz; tar xvf ctbllib-xrypz.tar

Note that if you use a web browser for downloading the archive file the
'gunzip' step above may already be done by the browser, although the name of
your file may still have the misleading '.gz' extension.

The unpacking is done preferably (but not necessarily) inside the 'pkg'
subdirectory of your GAP 4 installation,
see the sections "Installing a GAP Package" and "GAP Root Directories"
in the GAP 4 Reference Manual.
Unpacking the archive creates a subdirectory called 'ctbllib'.

After this installation, the GAP Character Table Library is usually loaded
automatically when GAP is started;
if not then it can be loaded explicitly by typing

  gap> LoadPackage( "ctbllib" );

at the GAP prompt.
Then the functions and data of the package are available in the current
GAP session.

A few introductory examples can be found in the "Tutorial" chapter of the
package manual.
You can read this via GAP's online help by entering

  gap> ?Tutorial for the GAP Character Table Library

at the GAP prompt.

If you have found important features missing or if there is a bug,
let us know and we will try to address it in the next version of the
GAP Character Table Library.
Please send a short email to

          Thomas Breuer    <sam@math.rwth-aachen.de>

This holds also if you have used the GAP Character Table Library
to solve a problem.


---------------------------------------------------------------------------


For those who want to use the package with GAP 3.4
--------------------------------------------------

The installation for GAP 3.4 works like the installation for GAP 4.5,
the package gets installed via unpacking the archive file in the `pkg'
directory of the GAP 3.4 installation.

When GAP 3 is started, the outdated character table library
is available by default.
For replacing it by the new one, one has to type

  gap> RequirePackage( "ctbllib" );

at the GAP prompt.

If one wants to use the new character table library as the default,
one can put the `RequirePackage' statement into one's .gaprc file
(see the GAP 3.4 Reference Manual for details).

The value of the global variable `TBLNAME' allows one to decide
which character table library is actually used.
Namely, it ends with "tbl/" if the outdated library is used,
and with "ctbllib/data/" if the new library is used.

The manual of the GAP Character Table Library is intended for GAP 4.5,
in particular the cross-references refer to the GAP 4.5 Reference Manual.
So when using the new character table library with GAP 3.4,
one should still consult the documentation of the character table library
contained in the Reference Manual of GAP 3.4.