Package need to connect internet for downloading updates, but computer have not connection to internet. How I can install this package without connection internet?

link|improve this question
feedback

migrated from stackoverflow.com Nov 12 '11 at 13:11

This question came from our site for professional and enthusiast programmers.

1 Answer

Retrieve the right .deb file from a Debian mirror (or wherever it comes from), copy it onto the target system, use "dpkg -i" (as root) to install the .deb file.

link|improve this answer
Don't forget to also download the dependencies (if needed) – Jarek Nov 15 '11 at 16:58
feedback

Your Answer

 
or
required, but never shown