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

Re: List of all installed packages



Marco Kunze wrote:
Hi,

This is not really a specific question for laptops, but I hope I can get
an answer here anyway ;-)

I would like to get a list of all packages installed on a system,
including their version in order to track the changes that has been made
during a system upgrade.

Is there any method to achieve this?

One way to do this is:
dpkg -l | awk '/^ii/{print $2, $3}'

If you use aptitude you automatically get log files about all installs
and upgrades in /var/log/aptitude*.

Regards,
             Florian



Reply to: