[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: aptitude program list



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_installed

Richard


Reply to: