Ubuntu apt-get install (--download-only) executed from another machine on behalf of mine
- by Maroloccio
I have a server on a network segment with no direct or indirect access to the Internet. I want to perform an:
apt-get install <package_name>
Is there a way to somehow delegate the process of downloading the required files to another machine by exporting the server configuration so as to satisfy all dependencies while running:
apt-get…