Every so often there will be a list of 'suggested packages' when you try and install something with apt-get. By default they're not installed which can save installing a lot of stuff you don't really need. Sometimes however you may want to install the suggested packages, I found the '--install-suggests
' does just that and can be used as follows:
apt-get install <package-name> --install-suggests