Command to list recently installed packages that were installed via any method (apt-get etc)
cat /var/log/dpkg.log | grep “\ install\ “
Command to list recently installed packages that were installed via any method (apt-get etc)
cat /var/log/dpkg.log | grep “\ install\ “