This file is indexed.

/usr/share/doc/apt-doc/offline.html/ch1.html is in apt-doc 1.0.1ubuntu2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<html>

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8">

<title>Using APT Offline - Introduction</title>

<link href="index.html" rel="start">
<link href="index.html" rel="prev">
<link href="ch2.html" rel="next">
<link href="index.html#contents" rel="contents">
<link href="index.html#copyright" rel="copyright">
<link href="ch1.html" rel="chapter" title="1 Introduction">
<link href="ch2.html" rel="chapter" title="2 Using APT on both machines">
<link href="ch3.html" rel="chapter" title="3 Using APT and wget">
<link href="ch1.html#s1.1" rel="section" title="1.1 Overview">
<link href="ch2.html#s2.1" rel="section" title="2.1 Overview">
<link href="ch2.html#s2.2" rel="section" title="2.2 The configuration file">
<link href="ch3.html#s3.1" rel="section" title="3.1 Overview">
<link href="ch3.html#s3.2" rel="section" title="3.2 Operation">

</head>

<body>

<p><a name="ch1"></a></p>
<hr>

<p>
[ <a href="index.html">previous</a> ]
[ <a href="index.html#contents">Contents</a> ]
[ 1 ]
[ <a href="ch2.html">2</a> ]
[ <a href="ch3.html">3</a> ]
[ <a href="ch2.html">next</a> ]
</p>

<hr>

<h1>
Using APT Offline
<br>Chapter 1 - Introduction
</h1>

<hr>

<h2 id="s1.1">1.1 Overview</h2>

<p>
Normally APT requires direct access to a Debian archive, either from a local
media or through a network.  Another common complaint is that a Debian machine
is on a slow link, such as a modem and another machine has a very fast
connection but they are physically distant.
</p>

<p>
The solution to this is to use large removable media such as a Zip disc or a
SuperDisk disc.  These discs are not large enough to store the entire Debian
archive but can easily fit a subset large enough for most users.  The idea is
to use APT to generate a list of packages that are required and then fetch them
onto the disc using another machine with good connectivity.  It is even
possible to use another Debian machine with APT or to use a completely
different OS and a download tool like wget.  Let <em>remote host</em> mean the
machine downloading the packages, and <em>target host</em> the one with bad or
no connection.
</p>

<p>
This is achieved by creatively manipulating the APT configuration file.  The
essential premise to tell APT to look on a disc for it's archive files.  Note
that the disc should be formated with a filesystem that can handle long file
names such as ext2, fat32 or vfat.
</p>

<hr>

<p>
[ <a href="index.html">previous</a> ]
[ <a href="index.html#contents">Contents</a> ]
[ 1 ]
[ <a href="ch2.html">2</a> ]
[ <a href="ch3.html">3</a> ]
[ <a href="ch2.html">next</a> ]
</p>

<hr>

<p>
Using APT Offline
</p>

<address>
$Id: offline.sgml,v 1.8 2003/02/12 15:06:41 doogie Exp $<br>
<br>
Jason Gunthorpe <code><a href="mailto:jgg@debian.org">mailto:jgg@debian.org</a></code><br>
<br>
</address>
<hr>

</body>

</html>