Search
 
SCRIPT & CODE EXAMPLE
 

PHP

: Unable to locate package php7.4-fpm

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php7.4
php -v
Comment

E: Unable to locate package php8.0

sudo apt update 
sudo apt install php8.0
Comment

E: Unable to locate package php7.2-fpm

My issue got solved by:

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update

sudo apt-get install php7.2-fpm php-mysql //Replace with the version you want
Comment

PREVIOUS NEXT
Code Example
Php :: php catch echo output 
Php :: laravel 8 register with email verification 
Php :: __invoke in laravel 
Php :: clear cache symfony 
Php :: laravel create controller 
Php :: how to acces sql with php 
Php :: drupal 7 hook_node_update 
Php :: update values in array in php 
Php :: use php var in js 
Php :: laravel swagger install 
Php :: composer autoload 
Php :: today date to ago for the date in php 
Php :: get all sort by laravel 
Php :: php explode end 
Php :: laravel image store 
Php :: how to execute php function on button click 
Php :: get joomla group ids 
Php :: laravel 8 websockets 
Php :: php build query from array 
Php :: login form using php pdo 
Php :: wordpress widget current year 
Php :: laravel request has 
Php :: laravel observer get old value 
Php :: codeigniter session destroy automatically after redirect 
Php :: convert array to IlluminateHttpRequest 
Php :: how simple get ip address json 
Php :: laravel eloquent get fillable 
Php :: laravel post request page csrf disable 
Php :: php contain 
Php :: php mysql prepared statements 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =