Hey, Do you know any good option to install .deb using apt command One way to do so it 1) Copy all .deb files into /var/cache/apt/archives/ and apply "apt-get install pkgname" command. As per my knowledge it will pick deb packages from local archives. a) is there any attribute which disable apt to go internet and force to install form local archive folder ?
2) creating a local repo using those .deb files and then forcing apt-get to disable all repos and install form a particular repo. a) is there any attribute which disable apt to go all repo and force to install form a perticular repo ? -- ┌─────────────────────────┐ │ Narendra Sisodiya │ http://narendrasisodiya.com └─────────────────────────┘ -- l...@iitd - http://tinyurl.com/ycueutm
