Monday, September 07, 2020

Check if package is installed in Ubuntu/Debian/Mint

To check if a package is installed on Ubuntu/Debian/Mint, do:

$: dpkg -s dkms

This will display information if dkms is installed.

Reference(s):
http://www.cyberciti.biz/faq/find-out-if-package-is-installed-in-linux/


No comments:

Formatting code in Blogger

I have been using Github gists to share code and I have no plan of abandoning it. For smaller/one liners, I sometimes use div element with ...