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
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
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_
3 matches
Mail list logo