apt-history 0.1 apt-history logs the changes of /var/lib/dpkg/status when installing, removing, upgrading packages with apt-get INSTALLATION: # apt-get install python-apt # cp apt-history /usr/bin/ # chmod +x /usr/bin/apt-history optional: # cp 30apt-history /etc/apt/apt.conf.d/ USAGE: - logs the latest changes to /var/lib/dpkg/status: # apt-history log - shows the changes: # apt-history show - cleans the log informations: # apt-history clean LOG FILES: apt-history creates and updates the following files: /var/log/apt-history/log: log informations /var/log/apt-history/status: latest informations from dpkg status file