Trying to determine when a package was installed. Doing the following will provide a date: ls -l /var/db/pkg/ But, those files and directories are also touched when depending packages are installed or updated. Doing the following stat -f"%Sc" /var/db/pkg/ should give you the change time of the inode.