Posts

Showing posts with the label package

How to get recursively dependencies for package with versions? [on hold]

How to get recursively dependencies for package with versions? [on hold] I need to install a package on a system without internet access (the package contains a driver for network card). System A has internet connection and runs Ubuntu 14; System B has no internet connection and runs Ubuntu 16. How can I download all dependencies recursively with the correct version on system A, that could be next installed on system B? This question appears to be off-topic. The users who voted to close gave this specific reason: Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See What topics can I ask about here in the Help Center. Perhaps Super User or Unix & Linux Stack Exchange would be a better place to ask. – jww Jun 29 at 18:54 ...