Hi friends
First create a directory where you will place all your .deb files. For this example, I will use /home/debs. Copy all .deb files to this directory. Change into this directory:
- cd /home/debs
Create a Packages.gz file with this command:
- dpkg-scanpackages . /dev/null | gzip -c -9 > Packages.gz
Edit to your sources.list file and add a line like this:
-
deb file:///home/debs /
Update your package lists:
- apt-get update
Now you can install your package with apt-get.