Re: aptitude program list

2016-02-25 Thread Jörg-Volker Peetz
Richard Hector wrote on 02/25/16 00:35: > On 25/02/16 09:18, Jörg-Volker Peetz wrote: >> Better generate such a list with aptitude itself which allows to >> exclude automatically installed packages >> >> aptitude -F "%p" '~i!~M' > list_of_packages_manually_installed > > Or perhaps > > aptitude

Re: aptitude program list

2016-02-24 Thread Richard Hector
On 25/02/16 09:18, Jörg-Volker Peetz wrote: > Better generate such a list with aptitude itself which allows to > exclude automatically installed packages > > aptitude -F "%p" '~i!~M' > list_of_packages_manually_installed Or perhaps aptitude search -F "%p" '~i!~M' > list_of_packages_manually_in

Re: aptitude program list

2016-02-24 Thread Jörg-Volker Peetz
Better generate such a list with aptitude itself which allows to exclude automatically installed packages aptitude -F "%p" '~i!~M' > list_of_packages_manually_installed That will preserve which packages are installed automatically. Then on another machine command aptitude install $(cat list_