Skip to content

Instantly share code, notes, and snippets.

@theodorosploumis
Last active November 29, 2019 11:05
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save theodorosploumis/51579dd8ee085e08b24f5fcc0550d85e to your computer and use it in GitHub Desktop.
Save theodorosploumis/51579dd8ee085e08b24f5fcc0550d85e to your computer and use it in GitHub Desktop.
Install php7 with useful extension on Ubuntu xenial 16.10
sudo apt-get purge php5-common -y
#sudo apt-get install php7.0 php7.0-fpm php7.0-mysql -y
sudo apt-get install -y \
php \
libapache2-mod-php \
php-fpm \
php-mysql \
php-memcached \
php-pear \
php-xml \
php-mbstring \
php-xdebug \
php-intl \
php-curl \
php-gd \
php-zip \
php-json \
Copy link

ghost commented Feb 18, 2018

thank you

@Jagdeep-Sing
Copy link

Awesome!!!!

@fubrasp
Copy link

fubrasp commented Oct 20, 2018

perfect

@LuXIN
Copy link

LuXIN commented Oct 31, 2018

thanks very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment