Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: wsl file to unix format 
Shell :: git fetch specific branch 
Shell :: grab ipaddress in variable linux 
Shell :: linux apt pcap 
Shell :: pip uninstall package and dependencies 
Shell :: Got an error creating the test database: ERREUR: droit refusé pour créer une base de données 
Shell :: raccourci tor browser sur ubuntu 
Shell :: firefox hide password warning 
Shell :: could not open tor as root in kali 
Shell :: my comment on githbu isues 
Shell :: create new model in calliope 
Shell :: linux replace string in files recursively 
Shell :: use python shell with git bash 
Shell :: rust install 
Shell :: git add -A ignore large files 
Shell :: update homestead after yaml change 
Shell :: bash copy all hidden files 
Shell :: change sshd config 
Shell :: automated install windows admin center 
Shell :: microstack change dashboard port 
Shell :: trash path linux 
Shell :: How To Uninstall JDK From Linux 
Shell :: how to restart network manager in ubuntu 
Shell :: how to push code in the github repo for the first time 
Shell :: install node mac 
Shell :: install nvm ubuntu 
Shell :: nvm newest version 
Shell :: bash convert symlinks to actual files 
Shell :: open django terminal 
Shell :: awk skip first line 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =