[ 前のページ ] [ 目次 ] [ 1 ] [ 2 ] [ 3 ] [ 次のページ ]


オフラインでの APT の使用法
第 1 章 - はじめに


1.1 概要

通常 APT は Debian アーカイブに、ローカルメディアから、あるいはネットワーク経由で直接アクセスできる必要があります。他によくある苦情としてはある Debian マシンの接続がモデム等のために低速で、別のマシンには非常に高速な接続があるけれども物理的に遠い、といったことがあります。

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 remote host mean the machine downloading the packages, and target host the one with bad or no connection.

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.


[ 前のページ ] [ 目次 ] [ 1 ] [ 2 ] [ 3 ] [ 次のページ ]


オフラインでの APT の使用法

$Id: offline.sgml,v 1.8 2003/02/12 15:06:41 doogie Exp $

Jason Gunthorpe mailto:jgg@debian.org