How to Install PHP 7.4 on Ubuntu 20.04? [Hindi/Urdu] 🔥🔥🔥

preview_player
Показать описание
Hey Guys,
In this video tutorial, we will cover how to Install PHP 7.4 on Ubuntu 20.04 LTS in Hindi?

Follow the steps below:

Step 1: Update Software Packages
---------------------
sudo apt update
sudo apt upgrade

Step 2: Install PHP 7.4
---------------------
sudo apt install -y php7.4 libapache2-mod-php7.4 php7.4-mysql php-common php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-readline php7.4-json php7.4-zip php7.4-gd php7.4-mbstring php7.4-curl php7.4-xml php7.4-bcmath

sudo a2enmod php7.4

sudo systemctl restart apache2
php --version
php -m

Step 3: Testing the PHP Environment
---------------------
echo 'Hello World!';

Please Like, Share, Comment and Subscribe for more videos and updates!!

Queries Solved:
1) how to install php 7.4 in ubuntu 20.04?
2) how to install php 7.4 in ubuntu 20.04?
3) how to install php 7.4 in ubuntu 20.04 using terminal?
4) install php 7.4 in ubuntu
5) install php 7.4 ubuntu 20.04
6) install php 7.4 on linux
7) php 7.4 installation in linux

Social Links: [FOLLOW]

#Ubuntu #Linux #PHP #PHP7
Рекомендации по теме
Комментарии
Автор

आशा है ये वीडियो आपको जरूर पसंद आया होगा अगर हां तो लाइक शेयर और कमेंट करना ना भूलें और हां चैनल सबस्‍क्राइब जरूर करें धन्‍यवाद आपका दिन शुभ हो! #webshouters

WebShouters
Автор

rally good and helpful tutorial.
Liked and subscribed to your channel.
Keep it up.

sazidahmed
Автор

Got the error message:


Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php7.4-curl
E: Couldn't find any package by glob 'php7.4-curl'
E: Couldn't find any package by regex 'php7.4-curl'

shyam