Monday, June 12, 2017

Ubuntu download deb packages without installing

To download without installaing, just use the following command

apt-get -d install package

Once done, you can go /var/cache/apt/archives to retrieve the packages you had downloaded.