Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 20.04 - Install PHP 8.1

PHP

Related Posts

Steps

sudo apt install -y software-properties-common apt-transport-https \
  && sudo add-apt-repository ppa:ondrej/php -y \
  && sudo apt update \
  && sudo apt install php8.1-cli -y
Last updated: 28th September 2023
First published: 27th November 2021

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch