This file is indexed.

/usr/lib/x86_64-linux-gnu/octave/packages/communications-1.2.0/x86_64-pc-linux-gnu-api-v49+/PKG_ADD is in octave-communications 1.2.0-1build1.

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
autoload ("isgalois", "gf.oct");
autoload ("gdiag", "gf.oct");
autoload ("greshape", "gf.oct");
autoload ("gprod", "gf.oct");
autoload ("gsum", "gf.oct");
autoload ("gsumsq", "gf.oct");
autoload ("gsqrt", "gf.oct");
autoload ("glog", "gf.oct");
autoload ("gexp", "gf.oct");
autoload ("gfilter", "gf.oct");
autoload ("glu", "gf.oct");
autoload ("ginv", "gf.oct");
autoload ("ginverse", "gf.oct");
autoload ("gdet", "gf.oct");
autoload ("grank", "gf.oct");
autoload ("rsenc", "gf.oct");
autoload ("rsdec", "gf.oct");
autoload ("bchenco", "gf.oct");
autoload ("bchdeco", "gf.oct");