On a Ubuntu/Debian system, installed packages can be listed with:
dpkg --get-selections | grep -v deinstall
From that list, grep
any package name to check if the package is installed.
See AskUbunut
On a Ubuntu/Debian system, installed packages can be listed with:
dpkg --get-selections | grep -v deinstall
From that list, grep
any package name to check if the package is installed.
See AskUbunut
Comments
No comment section here 😄
You can reach me over at @knuth_dev or send me an Email.