[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing packages from source with apt



On 2003-11-11 06:55:36 +0800, csj wrote:
> You might try creating your own apt archive.  An apt archive is just a
> directory (or subdirectories) full of debs.  To make them visible
> to apt you create an index file called Packages (or gzipped to
> Packages.gz) using a command like "dpkg-scanpackages . /dev/null >
> Packages".  Your apt source might then look like:
> 
>   deb file:/my-apt-archive/ ./
> 
> Put this file:// source before any http:// sources and apt will
> look at this before attempting to download from the Net.

Thanks, this is just what I was looking for.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Reply to: