Skip to content

Instantly share code, notes, and snippets.

@ajinkya
Created May 15, 2021 05:19
Show Gist options
  • Save ajinkya/1d8b3b0e6b2b62cdff94da3ddd2cd647 to your computer and use it in GitHub Desktop.
Save ajinkya/1d8b3b0e6b2b62cdff94da3ddd2cd647 to your computer and use it in GitHub Desktop.
Install PHP8 and all extensions in Ubuntu 20.x
sudo apt install \
php8.0 libapache2-mod-php8.0 libphp8.0-embed php8.0-amqp php8.0-apcu php8.0-ast php8.0-bcmath php8.0-bz2 php8.0-cgi php8.0-cli \
php8.0-common php8.0-curl php8.0-dba php8.0-decimal php8.0-dev php8.0-ds php8.0-enchant php8.0-fpm php8.0-gd php8.0-gearman php8.0-gmagick \
php8.0-gmp php8.0-gnupg php8.0-grpc php8.0-http php8.0-igbinary php8.0-imagick php8.0-imap php8.0-inotify php8.0-interbase \
php8.0-intl php8.0-ldap php8.0-lz4 php8.0-mailparse php8.0-maxminddb php8.0-mbstring php8.0-mcrypt php8.0-memcache php8.0-memcached \
php8.0-mongodb php8.0-msgpack php8.0-mysql php8.0-oauth php8.0-odbc php8.0-opcache php8.0-pcov php8.0-pgsql php8.0-phpdbg php8.0-protobuf \
php8.0-pspell php8.0-psr php8.0-raphf php8.0-readline php8.0-redis php8.0-rrd php8.0-smbclient php8.0-snmp php8.0-soap php8.0-solr \
php8.0-sqlite3 php8.0-ssh2 php8.0-swoole php8.0-sybase php8.0-tidy php8.0-uuid php8.0-vips php8.0-xdebug php8.0-xhprof php8.0-xml \
php8.0-xmlrpc php8.0-xsl php8.0-yac php8.0-yaml php8.0-zip php8.0-zmq php8.0-zstd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment