Is there a simple way to get the list of packages installed since the freshinstallation of deby ?I saw etckeeper in the doc (it's a bit late for that :( ) and I know I cango through the logs : /var/log/dpkg.log, /var/log/apt/term.log, /var/log/aptitude but Christmas was only 7 days ago, maybe someone has the miracle recipe ?http://superuser.com/questions/132614/how-to-list-manually-installed-software-packages-in-ubuntuYou can save a list of installed packages on the old machine with the command|dpkg --get-selections > ~/packages|and then restore it on the new one with|sudo dpkg --set-selections < ~/packages|
Yes thanks. I know this one but it returns all installed packages : I need all
packages since installation. ;) -- “One original thought is worth a thousand mindless quotings.” “Le vrai n'est pas plus sûr que le probable.” Diogene Laerce