Timeline for How to find out if a specific package is installed on Debian?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 29, 2017 at 3:37 | comment | added | Corey Goldberg | dpkg -l apache2 | grep '`^ii' | |
| Jul 11, 2017 at 22:42 | comment | added | Benjamin Staton | +1 for power plus simplicity, and allowing partial matches if you don't know the exact package name. Partial in that dpkg -l|grep php might return php5, php5-cli, php5-common, etc. | |
| Jul 20, 2015 at 5:59 | review | First posts | |||
| Jul 20, 2015 at 6:10 | |||||
| Jul 20, 2015 at 5:59 | history | answered | Balachandran Sivakumar | CC BY-SA 3.0 |