Horje
Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages HttpError404 Code Example
Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages HttpError404
it because the "jessie" has been removed.

to change it, follow this step:
sudo nano /etc/apt/sources.list.d/php.list

change this line
	deb https://packages.sury.org/php/ jessie main
to this
	deb https://packages.sury.org/php/ stretch main

save




Shell

Related
how to make dock transparent ubuntu Code Example how to make dock transparent ubuntu Code Example
openssl generate certificate Code Example openssl generate certificate Code Example
bash swap two columns in a file Code Example bash swap two columns in a file Code Example
npm inatall latest version ubuntu Code Example npm inatall latest version ubuntu Code Example
check on which domain apache is running Code Example check on which domain apache is running Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13