[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:22178] Re: dselect
近藤@portege です。
On Mon, 1 May 2000 13:51:30 +0900
sin@xxxxxxxxx (MOTOKI Sinichi) wrote:
> apt するために恒久的にスペースが必要な場合は man apt.conf
> してみましょう。
>
> /etc/apt/apt.conf(/usr/share/doc/apt/examples/apt.conf) に
> 以下のように書けばパッケージのキャッシュの位置をかえられま
> す。
>
> >Dir
> >{
> > // Location of the cache dir
> > Cache "/net/apt-i386/" {
> > archives "archives/";
> > srcpkgcache "srcpkgcache.bin";
> > pkgcache "pkgcache.bin";
> > };
> >}
これは便利ですね、さっそく使わせてもらいます。