Quickly Findout Missing Package
-
Linux
Ubuntu
Debian
CLI
CommandLine
- Sometimes we need to check installed software on multiple system and install missing software asap.
# Debin/Ubuntu
$ dpkg-query -Wf='${package}\n' | grep php
# Redhat/CentOS
$ rpm -qa --qf "%{NAME}\n" | grep php
NOTE: Use diff
command for quickly findout missing package.
Newsletter
Get updated when I create new content.
Unsubscribe whenever. Never any spam.