airplane, buildings, perspective-1807486.jpg

List installed PHP packages on Ubuntu and Debian

If you have ever found yourself wondering what PHP packages are installed on a Debian or Ubuntu server you can run the following from the command line. dpkg –get-selections dave@darkmetal:~$ dpkg –get-selections | grep phplibapache2-mod-php5 installphp-pear installphp5-cli installphp5-common installphp5-curl installphp5-dev installphp5-gd installphp5-mcrypt installphp5-memcached installphp5-mysql installphp5-xdebug installphpmyadmin install In my example I am piping the output […]

List installed PHP packages on Ubuntu and Debian Read More ยป