LoginSignup
1
0

More than 1 year has passed since last update.

Ubuntu22.04 php8からphp7.4へダウングレード

Posted at

参考: https://www.how2shout.com/linux/how-to-install-php-7-4-on-ubuntu-22-04-lts-jammy-linux/

apt install software-properties-common

add-apt-repository ppa:ondrej/php -y

apt install php7.4

apt install php7.4-{cli,common,curl,zip,gd,mysql,xml,mbstring,json,intl}

update-alternatives --config php
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0