https://stackoverflow.com/questions/76782345/cant-install-php7-4-dev-on-ubuntu-18-04
I was facing the same issue somehow ppa:ondrej/php
is not working on Ubuntu 18.04. As mentioned in this article after adding following repositories I was able to install php7.4
sudo add-apt-repository ppa:sergey-dryabzhinsky/php74
sudo add-apt-repository ppa:sergey-dryabzhinsky/php7-modules
sudo add-apt-repository ppa:sergey-dryabzhinsky/backports
sudo add-apt-repository ppa:sergey-dryabzhinsky/packages
root@ubuntu:~# apt-get update
root@ubuntu:~# sudo apt-get install -y php7.4
Tidak ada komentar:
Posting Komentar