View difference between Paste ID: 7F056Qv9 and a4zEjXWV
SHOW: | | - or go back to the newest paste.
1-
for pkg in $(sudo apt list --installed=false | awk -F'/' 'NR>1{print $1}'); do sudo aptitude install $pkg -y --with-recommends; done
1+
for pkg in $(sudo aptitude -F %p search '!~i'); do sudo aptitude install $pkg -yq --with-recommends; done