This file is indexed.

/usr/lib/python3/dist-packages/linecache2-1.0.0.egg-info/PKG-INFO is in python3-linecache2 1.0.0-3.

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
Metadata-Version: 1.1
Name: linecache2
Version: 1.0.0
Summary: Backports of the linecache module
Home-page: https://github.com/testing-cabal/linecache2
Author: Testing-cabal
Author-email: testing-cabal@lists.launchpad.net
License: UNKNOWN
Description: A backport of linecache to older supported Pythons.
        
         >>> import linecache2 as linecache
        
        Profit.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development