Home‎ > ‎Backup‎ > ‎

Download all installed packages on Ubuntu

Advertisement:

Canagon.com - Website for $499, beautiful premade designs, high-performance hosting on all continents, dedicated support team. Learn more >

This will download all installed packages to folder /var/cache/apt/archives

$ dpkg -l | grep "^ii"| awk ' {print $2} ' | xargs sudo apt-get -y install --reinstall --download-only


Credits to http://askubuntu.com/questions/86358/how-to-obtain-installed-package-files