This file is indexed.

/usr/share/debian-reference/pr01.en.html is in debian-reference-en 2.58.

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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Preface</title>
    <link rel="stylesheet" type="text/css" href="debian-reference.css"/>
    <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="home" href="index.en.html" title="Debian Reference"/>
    <link rel="up" href="index.en.html" title="Debian Reference"/>
    <link rel="prev" href="index.en.html" title="Debian Reference"/>
    <link rel="next" href="ch01.en.html" title="Chapter 1. GNU/Linux tutorials"/>
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Preface</th>
        </tr>
        <tr>
          <td align="left"><a accesskey="p" href="index.en.html"><img src="images/prev.png" alt="Prev"/></a> </td>
          <th width="60%" align="center"> </th>
          <td align="right"> <a accesskey="n" href="ch01.en.html"><img src="images/next.png" alt="Next"/></a></td>
        </tr>
      </table>
      <hr/>
    </div>
    <div class="preface">
      <div class="titlepage">
        <div>
          <div>
            <h1 class="title"><a id="_preface"/>Preface</h1>
          </div>
        </div>
      </div>
      <div class="toc">
        <p>
          <strong>Table of Contents</strong>
        </p>
        <dl class="toc">
          <dt>
            <span class="section">
              <a href="pr01.en.html#_disclaimer">1. Disclaimer</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="pr01.en.html#_what_is_debian">2. What is Debian</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="pr01.en.html#_about_this_document">3. About this document</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="pr01.en.html#_guiding_rules">3.1. Guiding rules</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="pr01.en.html#_prerequisites">3.2. Prerequisites</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="pr01.en.html#_conventions">3.3. Conventions</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="pr01.en.html#_the_popcon">3.4. The popcon</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="pr01.en.html#_the_package_size">3.5. The package size</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="pr01.en.html#_bug_reports_on_this_document">3.6. Bug reports on this document</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="pr01.en.html#_some_quotes_for_new_users">4. Some quotes for new users</a>
            </span>
          </dt>
        </dl>
      </div>
      <p>This <a class="ulink" href="http://www.debian.org/doc/manuals/debian-reference/">Debian Reference (version 2)</a> (2014-12-03 15:28:23 UTC) is intended to provide a broad overview of the Debian system administration as a post-installation user guide.</p>
      <p>The target reader is someone who is willing to learn shell scripts but who is not ready to read all the C sources to figure out how the <a class="ulink" href="http://en.wikipedia.org/wiki/GNU">GNU</a>/<a class="ulink" href="http://en.wikipedia.org/wiki/Linux">Linux</a> system works.</p>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_disclaimer"/>1. Disclaimer</h2>
            </div>
          </div>
        </div>
        <p>All warranties are disclaimed.  All trademarks are property of their respective trademark owners.</p>
        <p>The Debian system itself is a moving target.  This makes its documentation difficult to be current and correct.  Although the current unstable version of the Debian system was used as the basis for writing this, some contents may be already outdated by the time you read this.</p>
        <p>Please treat this document as the secondary reference. This document does not replace any authoritative guides. The author and contributors do not take responsibility for consequences of errors, omissions or ambiguity in this document.</p>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_what_is_debian"/>2. What is Debian</h2>
            </div>
          </div>
        </div>
        <p>The <a class="ulink" href="http://www.debian.org">Debian Project</a> is an association of individuals who have made common cause to create a free operating system.  It's distribution is characterized by the following.</p>
        <div class="itemizedlist">
          <ul class="itemizedlist">
            <li class="listitem">
              <p>
Commitment to the software freedom: <a class="ulink" href="http://www.debian.org/social_contract">Debian Social Contract and Debian Free Software Guidelines (DFSG)</a>
</p>
            </li>
            <li class="listitem">
              <p>
Internet based distributed unpaid volunteer effort: <a class="ulink" href="http://www.debian.org">http://www.debian.org</a>
</p>
            </li>
            <li class="listitem">
              <p>
Large number of pre-compiled high quality softwares
</p>
            </li>
            <li class="listitem">
              <p>
Focus on stability and security with easy access to the security updates
</p>
            </li>
            <li class="listitem">
              <p>
Focus on smooth upgrade to latest softwares with <code class="literal">unstable</code> and <code class="literal">testing</code> archives
</p>
            </li>
            <li class="listitem">
              <p>
Large number of supported hardware architectures
</p>
            </li>
          </ul>
        </div>
        <p>Free Software pieces in Debian come from
<a class="ulink" href="http://en.wikipedia.org/wiki/GNU">GNU</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Linux">Linux</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Berkeley_Software_Distribution">BSD</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/X_Window_System">X</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Internet_Systems_Consortium">ISC</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Apache_Software_Foundation">Apache</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Ghostscript">Ghostscript</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Common_Unix_Printing_System">Common Unix Printing System </a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Samba_(software)">Samba</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/GNOME">GNOME</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/KDE">KDE</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Mozilla">Mozilla</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/LibreOffice">LibreOffice</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Vim_(text_editor)">Vim</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/TeX">TeX</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/DocBook">DocBook</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Perl">Perl</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Python_(programming_language)">Python</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Tcl">Tcl</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Java_(programming_language)">Java</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Ruby_(programming_language)">Ruby</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/PHP">PHP</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Berkeley_DB">Berkeley DB</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/MariaDB">MariaDB</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/PostgreSQL">PostgreSQL</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Sqlite">SQLite</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Exim">Exim</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Postfix_(software)">Postfix</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Mutt_(e-mail_client)">Mutt</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/FreeBSD">FreeBSD</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/OpenBSD">OpenBSD</a>,
<a class="ulink" href="http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs">Plan 9</a>
and many more independent free software projects.  Debian integrates this diversity of Free Software into one system.</p>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_about_this_document"/>3. About this document</h2>
            </div>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_guiding_rules"/>3.1. Guiding rules</h3>
              </div>
            </div>
          </div>
          <p>Following guiding rules are followed while compiling this document.</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
Provide overview and skip corner cases. (<span class="strong"><strong>Big Picture</strong></span>)
</p>
              </li>
              <li class="listitem">
                <p>
Keep It Short and Simple. (<span class="strong"><strong>KISS</strong></span>)
</p>
              </li>
              <li class="listitem">
                <p>
Do not reinvent the wheel. (Use pointers to <span class="strong"><strong>the existing references</strong></span>)
</p>
              </li>
              <li class="listitem">
                <p>
Focus on non-GUI tools and consoles. (Use <span class="strong"><strong>shell examples</strong></span>)
</p>
              </li>
              <li class="listitem">
                <p>
Be objective. (Use <a class="ulink" href="http://popcon.debian.org/">popcon</a> etc.)
</p>
              </li>
            </ul>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Tip]" src="images/tip.png"/>
                </td>
                <th align="left">Tip</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>I tried to elucidate hierarchical aspects and lower levels of the system.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_prerequisites"/>3.2. Prerequisites</h3>
              </div>
            </div>
          </div>
          <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Warning">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Warning]" src="images/warning.png"/>
                </td>
                <th align="left">Warning</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>You are expected to make good efforts to seek answers by yourself beyond this documentation.  This document only gives efficient starting points.</p>
                </td>
              </tr>
            </table>
          </div>
          <p>You must seek solution by yourself from primary sources.</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
The Debian site at <a class="ulink" href="http://www.debian.org">http://www.debian.org</a> for the general information
</p>
              </li>
              <li class="listitem">
                <p>
The documentation under the "<code class="literal">/usr/share/doc/&lt;package_name&gt;</code>" directory
</p>
              </li>
              <li class="listitem">
                <p>
The Unix style <span class="strong"><strong>manpage</strong></span>: "<code class="literal">dpkg -L &lt;package_name&gt; |grep '/man/man.*/'</code>"
</p>
              </li>
              <li class="listitem">
                <p>
The GNU style <span class="strong"><strong>info page</strong></span>: "<code class="literal">dpkg -L &lt;package_name&gt; |grep '/info/'</code>"
</p>
              </li>
              <li class="listitem">
                <p>
The bug report: <a class="ulink" href="http://bugs.debian.org/">http://bugs.debian.org/&lt;package_name&gt;</a>
</p>
              </li>
              <li class="listitem">
                <p>
The Debian Wiki at <a class="ulink" href="http://wiki.debian.org/">http://wiki.debian.org/</a> for the moving and specific topics
</p>
              </li>
              <li class="listitem">
                <p>
The HOWTOs from The Linux Documentation Project (TLDP) at <a class="ulink" href="http://tldp.org/">http://tldp.org/</a>
</p>
              </li>
              <li class="listitem">
                <p>
The Single UNIX Specification from the Open Group's The UNIX System Home Page at <a class="ulink" href="http://www.unix.org/">http://www.unix.org/</a>
</p>
              </li>
              <li class="listitem">
                <p>
The free encyclopedia from Wikipedia at <a class="ulink" href="http://www.wikipedia.org/">http://www.wikipedia.org/</a>
</p>
              </li>
            </ul>
          </div>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Note]" src="images/note.png"/>
                </td>
                <th align="left">Note</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>For detailed documentation, you may need to install the corresponding documentation package named with "<code class="literal">-doc</code>" as its suffix.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_conventions"/>3.3. Conventions</h3>
              </div>
            </div>
          </div>
          <p>This document provides information through the following simplified presentation style with <span class="citerefentry"><span class="refentrytitle">bash</span>(1)</span> shell command examples.</p>
          <pre class="screen"># &lt;command in root account&gt;
$ &lt;command in user account&gt;</pre>
          <p>These shell prompts distinguish account used and correspond to set environment variables as: "<code class="literal">PS1='\$'</code>" and "<code class="literal">PS2=' '</code>".  These values are chosen for the sake of readability of this document and are not typical on actual installed system.</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Note]" src="images/note.png"/>
                </td>
                <th align="left">Note</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>See the meaning of the "<code class="literal">$PS1</code>" and "<code class="literal">$PS2</code>" environment variables in <span class="citerefentry"><span class="refentrytitle">bash</span>(1)</span>.</p>
                </td>
              </tr>
            </table>
          </div>
          <p><span class="strong"><strong>Action</strong></span> required by the system administrator is written in the imperative sentence, e.g. "Type Enter-key after typing each command string to the shell."</p>
          <p>The <span class="strong"><strong>description</strong></span> column and similar ones in the table may contain a <span class="strong"><strong>noun phrase</strong></span> following <a class="ulink" href="http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices#bpp-desc-basics">the package short description convention</a> which drops leading articles such as "a" and "the".  They may alternatively contain an infinitive phrase as a <span class="strong"><strong>noun phrase</strong></span> without leading "to" following the short command description convention in manpages.  These may look funny to some people but are my intentional choices of style to keep this documentation as simple as possible.  These <span class="strong"><strong>Noun phrases</strong></span> do not capitalize their starting nor end with periods following these short description convention.</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Note]" src="images/note.png"/>
                </td>
                <th align="left">Note</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>Proper nouns including command names keeps their case irrespective of their location.</p>
                </td>
              </tr>
            </table>
          </div>
          <p>A <span class="strong"><strong>command snippet</strong></span> quoted in a text paragraph is referred by the typewriter font between double quotation marks, such as "<code class="literal">aptitude safe-upgrade</code>".</p>
          <p>A <span class="strong"><strong>text data</strong></span> from a configuration file quoted in a text paragraph is referred by the typewriter font between double quotation marks, such as "<code class="literal">deb-src</code>".</p>
          <p>A <span class="strong"><strong>command</strong></span> is referred by its name in the typewriter font optionally followed by its manpage section number in parenthesis, such as <span class="citerefentry"><span class="refentrytitle">bash</span>(1)</span>.  You are encouraged to obtain information by typing the following.</p>
          <pre class="screen">$ man 1 bash</pre>
          <p>A <span class="strong"><strong>manpage</strong></span> is referred by its name in the typewriter font followed by its manpage section number in parenthesis, such as <span class="citerefentry"><span class="refentrytitle">sources.list</span>(5)</span>.   You are encouraged to obtain information by typing the following.</p>
          <pre class="screen">$ man 5 sources.list</pre>
          <p>An <span class="strong"><strong>info page</strong></span> is referred by its command snippet in the typewriter font between double quotation marks, such as "<code class="literal">info make</code>".  You are encouraged to obtain information by typing the following.</p>
          <pre class="screen">$ info make</pre>
          <p>A <span class="strong"><strong>filename</strong></span> is referred by the typewriter font between double quotation marks, such as "<code class="literal">/etc/passwd</code>".  For configuration files, you are encouraged to obtain information by typing the following.</p>
          <pre class="screen">$ sensible-pager "/etc/passwd"</pre>
          <p>A <span class="strong"><strong>directory name</strong></span> is referred by the typewriter font between double quotation marks, such as "<code class="literal">/etc/init.d/</code>".  You are encouraged to explore its contents by typing the following.</p>
          <pre class="screen">$ mc "/etc/init.d/"</pre>
          <p>A <span class="strong"><strong>package name</strong></span> is referred by its name in the typewriter font, such as <code class="literal">vim</code>.  You are encouraged to obtain information by typing the following.</p>
          <pre class="screen">$ dpkg -L vim
$ apt-cache show vim
$ aptitude show vim</pre>
          <p>A <span class="strong"><strong>documentation</strong></span> may indicate its location by the filename in the typewriter font between double quotation marks, such as "<code class="literal">/usr/share/doc/sysv-rc/README.runlevels.gz</code>" and "<code class="literal">/usr/share/doc/base-passwd/users-and-groups.html</code>"; or by its <a class="ulink" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator">URL</a>, such as <a class="ulink" href="http://www.debian.org">http://www.debian.org</a>.  You are encouraged to read the documentation by typing the following.</p>
          <pre class="screen">$ zcat "/usr/share/doc/sysv-rc/README.runlevels.gz" | sensible-pager
$ sensible-browser "/usr/share/doc/base-passwd/users-and-groups.html"
$ sensible-browse "http://www.debian.org"</pre>
          <p>An <span class="strong"><strong>environment variable</strong></span> is referred by its name with leading "<code class="literal">$</code>" in the typewriter font between double quotation marks, such as "<code class="literal">$TERM</code>".  You are encouraged to obtain its current value by typing the following.</p>
          <pre class="screen">$ echo "$TERM"</pre>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_popcon"/>3.4. The popcon</h3>
              </div>
            </div>
          </div>
          <p>The <a class="ulink" href="http://popcon.debian.org/">popcon</a> data is presented as the objective measure for the popularity of each package.  It was downloaded on 2014-10-19 13:14:29 UTC and contains the total submission of 173742 reports over 143890 binary packages and 25 architectures.</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Note]" src="images/note.png"/>
                </td>
                <th align="left">Note</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>Please note that the <code class="literal">amd64</code> <code class="literal">unstable</code> archive contains only 44893 packages currently.  The popcon data contains reports from many old system installations.</p>
                </td>
              </tr>
            </table>
          </div>
          <p>The popcon number preceded with "V:" for "votes" is calculated by "1000 * (the popcon submissions for the package executed recently on the PC)/(the total popcon submissions)".</p>
          <p>The popcon number preceded with "I:"  for "installs" is calculated by "1000 * (the popcon submissions for the package installed on the PC)/(the total popcon submissions)".</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Note]" src="images/note.png"/>
                </td>
                <th align="left">Note</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>The popcon figures should not be considered as absolute measures of the importance of packages.  There are many factors which can skew statistics.  For example, some system participating popcon may have mounted directories such as "<code class="literal">/bin</code>" with "<code class="literal">noatime</code>" option for system performance improvement and effectively disabled "vote" from such system.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_package_size"/>3.5. The package size</h3>
              </div>
            </div>
          </div>
          <p>The package size data is also presented as the objective measure for each package.  It is based on the "<code class="literal">Installed-Size:</code>" reported by "<code class="literal">apt-cache show</code>" or "<code class="literal">aptitude show</code>" command (currently on <code class="literal">amd64</code> architecture for the <code class="literal">unstable</code> release).  The reported size is in KiB (<a class="ulink" href="http://en.wikipedia.org/wiki/Kibibyte">Kibibyte</a> = unit for 1024 bytes).</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Note]" src="images/note.png"/>
                </td>
                <th align="left">Note</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>A package with a small numerical package size may indicate that the package in the <code class="literal">unstable</code> release is a dummy package which installs other packages with significant contents by the dependency.  The dummy package enables a smooth transition or split of the package.</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[Note]" src="images/note.png"/>
                </td>
                <th align="left">Note</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>A package size followed by "(*)" indicates that the package in the <code class="literal">unstable</code> release is missing and the package size for the <code class="literal">experimental</code> release is used instead.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_bug_reports_on_this_document"/>3.6. Bug reports on this document</h3>
              </div>
            </div>
          </div>
          <p>Please file bug reports on the <code class="literal">debian-reference</code> package using <span class="citerefentry"><span class="refentrytitle">reportbug</span>(1)</span> if you find any issues on this document. Please include correction suggestion by "<code class="literal">diff -u</code>" to the plain text version or to the source.</p>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_some_quotes_for_new_users"/>4. Some quotes for new users</h2>
            </div>
          </div>
        </div>
        <p>Here are some interesting quotes from the Debian mailing list which may help enlighten new users.</p>
        <div class="itemizedlist">
          <ul class="itemizedlist">
            <li class="listitem">
              <p>
"This is Unix.  It gives you enough rope to hang yourself."  --- Miquel van Smoorenburg <code class="literal">&lt;miquels at cistron.nl&gt;</code>
</p>
            </li>
            <li class="listitem">
              <p>
"Unix IS user friendly…  It's just selective about who its friends are." --- Tollef Fog Heen <code class="literal">&lt;tollef at add.no&gt;</code>
</p>
            </li>
          </ul>
        </div>
        <p>Wikipedia has article "<a class="ulink" href="http://en.wikipedia.org/wiki/Unix_philosophy">Unix philosophy</a>" which lists interesting quotes.</p>
      </div>
    </div>
    <div class="navfooter">
      <hr/>
      <table width="100%" summary="Navigation footer">
        <tr>
          <td align="left"><a accesskey="p" href="index.en.html"><img src="images/prev.png" alt="Prev"/></a> </td>
          <td align="center"> </td>
          <td align="right"> <a accesskey="n" href="ch01.en.html"><img src="images/next.png" alt="Next"/></a></td>
        </tr>
        <tr>
          <td align="left" valign="top">Debian Reference </td>
          <td align="center">
            <a accesskey="h" href="index.en.html">
              <img src="images/home.png" alt="Home"/>
            </a>
          </td>
          <td align="right" valign="top"> Chapter 1. GNU/Linux tutorials</td>
        </tr>
      </table>
    </div>
  </body>
</html>