dpkg changes

From wikieduonline
Jump to navigation Jump to search

  • Get a list of recently installed packages
    • zcat -f /var/log/dpkg.log* | grep "\ install\ " | sort
  • Get a list of recently upgraded packages
    • zcat -f /var/log/dpkg.log* | grep "\ upgrade\ " | sort


See also

  • https://linux.die.net/man/8/update-alternatives
  • Advertising: