This file is indexed.

/usr/share/gnu-smalltalk/packages.xml is in gnu-smalltalk-common 3.2.4-2.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
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<packages>
<package>
  <name>XML</name>
  <prereq>XML-XMLNodeBuilder</prereq>
  <prereq>XML-XMLParser</prereq>
</package>

<package>
  <name>Browser</name>
  <prereq>VisualGST</prereq>
  <start>(PackageLoader packageAt: 'VisualGST') start</start>
</package>

<package>
  <name>TCP</name>
  <prereq>Sockets</prereq>
</package>

<package>
  <name>MD5</name>
  <prereq>Digest</prereq>
</package>

<package>
  <name>Regex</name>
</package>

<disabled-package>
  <name>OtherExamples</name>
  <directory>unsupported</directory>
  <file>CPP-test.st</file>
  <file>CParseType-test.st</file>
  <file>CString.st</file>
  <file>DLD.st</file>
  <file>Interr.st</file>
  <file>Process.st</file>
  <file>Profile.st</file>
  <file>Sorting.st</file>
  <file>echo.st</file>
  <file>market.st</file>
  <file>resolve.st</file>
  <file>t.st</file>
  <file>torture.st</file>
</disabled-package>

<disabled-package>
  <name>Examples</name>
  <directory>examples</directory>
  <file>TokenStream.st</file>
  <file>LazyCollection.st</file>
  <file>Man.st</file>
  <file>Tetris.st</file>
  <file>Gen2.st</file>
  <file>Gen3.st</file>
  <file>Lisp.st</file>
  <file>Queens.st</file>
  <file>DeltaBlue.st</file>
  <file>JSON.st</file>
  <file>Richards.st</file>
  <file>Bench.st</file>
  <file>MiniDebugger.st</file>
  <file>MemUsage.st</file>
  <file>Methods.st</file>
  <file>README</file>
  <file>GenClasses.st</file>
  <file>Dinner.st</file>
  <file>CairoBlit.st</file>
  <file>CairoDemo.st</file>
  <file>Prolog.st</file>
  <file>EditStream.st</file>
  <file>PipeStream.st</file>
  <file>PrtHier.st</file>
  <file>Case.st</file>
  <file>RegExp.st</file>
  <file>SortCriter.st</file>
  <file>shell</file>
  <file>pepe.sed</file>
  <file>xml.sed</file>
  <file>Tokenizer.st</file>
  <file>Timer.st</file>
  <file>Sync.st</file>
</disabled-package>

<disabled-package>
  <name>Kernel</name>
  <directory>kernel</directory>

  <file>Array.st</file>
  <file>CompildMeth.st</file>
  <file>LookupTable.st</file>
  <file>RunArray.st</file>
  <file>Iterable.st</file>
  <file>ArrayColl.st</file>
  <file>CompiledBlk.st</file>
  <file>Magnitude.st</file>
  <file>Semaphore.st</file>
  <file>DeferBinding.st</file>
  <file>Association.st</file>
  <file>HomedAssoc.st</file>
  <file>ContextPart.st</file>
  <file>MappedColl.st</file>
  <file>SeqCollect.st</file>
  <file>Autoload.st</file>
  <file>DLD.st</file>
  <file>Memory.st</file>
  <file>Set.st</file>
  <file>Bag.st</file>
  <file>Date.st</file>
  <file>Message.st</file>
  <file>SharedQueue.st</file>
  <file>Behavior.st</file>
  <file>Delay.st</file>
  <file>Metaclass.st</file>
  <file>SmallInt.st</file>
  <file>BlkClosure.st</file>
  <file>Continuation.st</file>
  <file>Generator.st</file>
  <file>Dictionary.st</file>
  <file>MethodDict.st</file>
  <file>SortCollect.st</file>
  <file>BlkContext.st</file>
  <file>DirMessage.st</file>
  <file>MethodInfo.st</file>
  <file>Stream.st</file>
  <file>Boolean.st</file>
  <file>Directory.st</file>
  <file>MthContext.st</file>
  <file>String.st</file>
  <file>UniString.st</file>
  <file>ExcHandling.st</file>
  <file>Namespace.st</file>
  <file>SymLink.st</file>
  <file>VFS.st</file>
  <file>VFSZip.st</file>
  <file>Builtins.st</file>
  <file>False.st</file>
  <file>Number.st</file>
  <file>Symbol.st</file>
  <file>ByteArray.st</file>
  <file>FilePath.st</file>
  <file>File.st</file>
  <file>ObjDumper.st</file>
  <file>SysDict.st</file>
  <file>ScaledDec.st</file>
  <file>FileSegment.st</file>
  <file>Object.st</file>
  <file>Time.st</file>
  <file>FileStream.st</file>
  <file>Security.st</file>
  <file>OrderColl.st</file>
  <file>CCallable.st</file>
  <file>CCallback.st</file>
  <file>CFuncs.st</file>
  <file>Float.st</file>
  <file>PkgLoader.st</file>
  <file>Transcript.st</file>
  <file>CObject.st</file>
  <file>Fraction.st</file>
  <file>Point.st</file>
  <file>True.st</file>
  <file>CStruct.st</file>
  <file>IdentDict.st</file>
  <file>PosStream.st</file>
  <file>UndefObject.st</file>
  <file>CType.st</file>
  <file>IdentitySet.st</file>
  <file>ProcSched.st</file>
  <file>ProcEnv.st</file>
  <file>ValueAdapt.st</file>
  <file>CharArray.st</file>
  <file>Integer.st</file>
  <file>Process.st</file>
  <file>CallinProcess.st</file>
  <file>WeakObjects.st</file>
  <file>Character.st</file>
  <file>UniChar.st</file>
  <file>Interval.st</file>
  <file>RWStream.st</file>
  <file>OtherArrays.st</file>
  <file>Class.st</file>
  <file>LargeInt.st</file>
  <file>Random.st</file>
  <file>WriteStream.st</file>
  <file>ClassDesc.st</file>
  <file>Link.st</file>
  <file>ReadStream.st</file>
  <file>ObjMemory.st</file>
  <file>Collection.st</file>
  <file>LinkedList.st</file>
  <file>Rectangle.st</file>
  <file>AnsiDates.st</file>
  <file>CompildCode.st</file>
  <file>LookupKey.st</file>
  <file>BindingDict.st</file>
  <file>AbstNamespc.st</file>
  <file>RootNamespc.st</file>
  <file>SysExcept.st</file>
  <file>DynVariable.st</file>
  <file>HashedColl.st</file>
  <file>FileDescr.st</file>
  <file>FloatD.st</file>
  <file>FloatE.st</file>
  <file>FloatQ.st</file>
  <file>URL.st</file>
  <file>VarBinding.st</file>
  <file>RecursionLock.st</file>
  <file>Getopt.st</file>
  <file>Regex.st</file>
  <file>StreamOps.st</file>
</disabled-package>

<disabled-package>
  <name>AuxScripts</name>
  <directory>scripts</directory>

  <file>Test.st</file>
  <file>Load.st</file>
  <file>Package.st</file>
  <file>GenDoc.st</file>
  <file>Convert.st</file>
  <file>Remote.st</file>
  <file>Profile.st</file>
</disabled-package>

</packages>