How to find whether a package is installed on Linux Mint?
How to find whether a package is installed on Linux Mint? For example, I would like to check whether ghostscript is installed.
Using dpkg:
dpkg -l
List all available packages (installed and not installed):
apt-cache pkgnames