This file is indexed.

/usr/share/doc/libsnmp-mib-compiler-perl/README is in libsnmp-mib-compiler-perl 0.06-2.

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
  NAME

    SNMP::MIB::Compiler - a MIB Compiler supporting SMIv1 and SMIv2

  DESCRIPTION

    SNMP::MIB::Compiler is a MIB compiler that fully supports
    both SMI(v1) and SMIv2. This module can be use to compile
    MIBs (recursively or not) or load already compiled MIBs for
    later use.

    More information about this module is included in this package.

  INSTALLATION

    To install, cd to the directory containing the unpacked
    distribution and do one of the following:

    a.  To install this module and its dependancies at once, use this:

            perl -MCPAN -e 'install Bundle::SNMP::MIB::Compiler'

    b.  Create a makefile by running Makefile.PL using the perl
        program into whose library you want to install and then run
        make three times:

            perl Makefile.PL
            make
            make test
            make install

    c.  To install into a private library, for example your home
        directory:

            perl Makefile.PL INSTALLSITELIB=$HOME/lib INSTALLMAN3DIR=$HOME/man
            make
            make test
            make pure_install

  NOTES

    This package contains 2 sample programs :
      - mibcompiler : a small command-line MIB compiler.
      - mibbrowser : a graphical MIB browser (requires Tk).
        (not finished yet)