Feisty How to see which pkgs added since initial install?
Tim Broderick
tbroderick at gmail.com
Sat Aug 25 05:20:33 UTC 2007
On Fri, 24 Aug 2007 22:27:29 -0500
Larry Alkoff <labradley at mindspring.com> wrote:
> I would like to be able to see what packages have been added since
> the initial install of Ubuntu (Feisty Fawn).
>
> dpkg -l |grep ii
> will show _all_ installed files.
> but I only want the files installed _after_ installation.
>
> Larry
It's not exactly what your looking for but,
cat /var/log/dpkg.log | grep 'status installed'
will show all installed packages by date.
Tim
More information about the ubuntu-users
mailing list