please go through the below listing to know how to do it.
cd /storage #assume that your directory is named storage
dpkg-scanpackages . /dev/null > Packages
note the "." and the capital P
then add
deb file://storage ./
to your apt sources.list file
apt-get update
apt-get install whatever...
No comments:
Post a Comment