How To Find Versions Of All Installed Packages In Linux Mint

Here’s how to find out the versions of all installed packages in Linux Mint / Ubuntu / Debian Linux: 1. Issue the following command at the terminal – sudo apt-get install apt-show-versions 2. After the installation is complete, issue the following command at the terminal – apt-show-versions > versions.txt 3. Now open up ‘versions.txt’ file to view the list of versions...