It's pretty simple. Allright, you said that you put your deb files into /home/debs The next step is to run:
# dpkg-scanpackages /home/debs override-file | gzip /home/debs/Packages.gz note that override-file is just a name for the override file, you can put anything you want. Then add the following line deb file:/home /debs in your /etc/apt/sources.list file, and finally run: # apt-get update to refresh your packages list! ���Thomas Beresford��� >On Mon, 13 Sep 2004 Jerome BENOIT wrote : > >Hello, > > > >to do so with the apt-build Package. > > > >hth, > >Jerome > > > >belahcene abdelkader wrote: > >>Hi, every body > >> > >>I want to add to my list of packages, softwares I 've > >>downloaded, I saw the documentation, it is not clear. > >> > >>I 've put my packages *.deb in the directory > >>/home/debs > >> > >>deb file:/home/debs > >> > >>I add the his line, but when I run kpackage it gives > >>an error while reading the sourecs.list > >>I 've certainly missed something. I have misc packages > >>and not classed as stable or testing ? > >>This is a line for the CDROM, created by apt-cdrom , > >>is threre something like apt-cdrom add for local files > >>?? > >> > >> > >>deb cdrom:[Debian GNU/Linux 3.0 r2 _Woody_ - Official > >>i386 Binary-1 (20031201)]/ unstable contrib main > >>non-US/contrib non-US/main > >> > >> > >>thanks for help > >>best regards bela > >> > >> > >> > >> > >> > >>===== > >> > >> > >> > >> __________________________________ > >>Do you Yahoo!? > >>Y! Messenger - Communicate in real time. Download now. http://messenger.yahoo.com > >> > >> > > > > > >-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". > >Trouble? Contact [EMAIL PROTECTED] > > > > ���Thomas Beresford���

