User Tools

Site Tools


pages:howtos:debian:debian-find-out-if-a-package-is-installed

Find Out If A Package Is Installed

for EACH in apache2 mariadb-server php libapache2-mod-php php-common php-gmp php-curl php-intl php-mbstring php-xmlrpc php-mysql php-gd php-imagick php-xml php-cli php-zip php-sqlite3 curl git; do dpkg -s  $EACH; echo -e "\n ======================================================================== \n"; done;


~~DISCUSSION~~

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/debian/debian-find-out-if-a-package-is-installed.txt · Last modified: 2022/02/25 12:32 by Heiko Mischer