The command to dump all installed package info is
pkginfo -l
but I don't know any way to make it sort or give only the install date, other than using a lot of commands to parse the output.
This should do what you want though:
ls -lt /var/sadm/pkg
/var/sadm contains data form all package and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.