Search Debian system for a Certain Package

You can search for a certain package in a Debian system using dpkg. dpkg --list "package_name" Example Give the command dpkg --list "apache2*" the result looks like: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend…

Continue ReadingSearch Debian system for a Certain Package