Linux Tips: checking if software package is already installed

Linux Tips: checking if software package is already installed

If your're using a variation of Linux Mint, to find out if a particular package is already installed:

// e.g.: Check if network-manager is already installed on Linux Mint
# apt-cache policy network-manager


Comments