linux:apt
retrieve packages
To extract installed packages on your debian system
dpkg --get-selections > /package-list
restore
sudo dpkg --set-selections < /package-list sudo apt-get -y update sudo apt-get dselect-upgrade
links
Trace: » apache » apache2_htaccess » apache2_redirection » apache2_ssl » apt
To extract installed packages on your debian system
dpkg --get-selections > /package-list
sudo dpkg --set-selections < /package-list sudo apt-get -y update sudo apt-get dselect-upgrade
links