How to install PHP 8 on Ubuntu 20.04 LTS and Debian 10

preview_player
Показать описание
[ 🠺 For Commands & direct links - Article 🠸 ]

[ 🠺 About 🠸 ]
In this article, you will learn how to install the latest PHP version 8 on Ubuntu 20.04 LTS, Debian 10, and their derivative distributions.

PHP is one of the most popular server-side scripting languages. Most of the websites on the internet are using PHP including Facebook, Yahoo, Wikipedia. There are many frameworks that are also built with PHP, like WordPress, Codeigniter, Laravel, etc.

[ 🠺 Related videos 🠸 ]
🠺 ProtonVPN • Best Free VPN Service For Linux

🠺 Install Tor browser on Linux

🠺 How to install Microsoft OneNote on Linux

🠺 Best 5 note taking application

🠺 MailSpring • An amazing email client for Linux

🠺 Must have Linux apps guide for power users

🠺 Best ebook readers for Linux (epub, Mobi, azw3, pdf)

🠺 Running Android apps in Linux

🠺 How to make you Linux distro look amazing

[ 🠺 My PC Build 🠸 ]

You can also connect with me through :

#php #Ubuntu #Debian
Рекомендации по теме
Комментарии
Автор

i try it on a docker debian machine and i became this Error


add-apt-repository ppa:ondrej/php
[...]
Press [ENTER] to continue or ctrl-c to cancel adding it

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
func(**kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
return apsk.add_ppa_signing_key()
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 252, in add_ppa_signing_key
tmp_keyring, tmp_secret_keyring, signing_key_fingerprint, tmp_keyring_dir):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 181, in _recv_key
"--recv", signing_key_fingerprint,
File "/usr/lib/python3.7/subprocess.py", line 323, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'gpg': 'gpg'


do you have a idea?

einfachnurole