Install PHP Common Libraries on Ubuntu

I’m using LAMP Stack on my Ubuntu desktop for my development environment. So i’m writing this article so i know what to install when i move or change my laptop. There are some PHP libraries that i must have to develop application using WordPress, Laravel, Codeigniter, PHP Slim Framework, etc.

For fresh install Ubuntu i need to install PHP common libraries i need with this command:

apt-get install libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap php5-cli php5-cgi libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-mcrypt mcrypt php5-imagick imagemagick libapache2-mod-suphp libruby libapache2-mod-ruby libapache2-mod-python php5-curl php5-intl php5-memcache php5-memcached php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl memcached

Give me your feedback

This site uses Akismet to reduce spam. Learn how your comment data is processed.