I do not use Ubuntu all that much anymore but my Windows 10 installs and my Chromebook have Ubuntu and Debian installed respectively, Here are some some tricks and tips I have discovered,
REF: https://askubuntu.com/questions/1087998/get-list-of-installed-packages-with-installation-date
zgrep 'install ' /var/log/dpkg.log* | sort | cut -f1,2,4 -d' '