Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

php 7.4 raspberry pi

sudo apt update
  
sudo apt -y install lsb-release apt-transport-https ca-certificates

sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php.list

sudo apt update
sudo apt -y install php7.4  
Comment

php 7.4 raspberry pi

wget http://ftp.us.debian.org/debian/pool/main/p/php7.4/php7.4_7.4.1-1_all.deb

dpkg -i php7.4_7.4.1-1_all.deb
Comment

PREVIOUS NEXT
Code Example
Shell :: create file on terminal or git 
Shell :: command running processes linux 
Shell :: how to delete local master branch in git 
Shell :: $() vs () bash 
Shell :: online centos terminal 
Shell :: cat along with line numbers 
Shell :: ubuntu path of saving screenshots 
Shell :: $(cat <<EOF 
Shell :: diff command 
Shell :: what is echo in a batch file 
Shell :: install node_modules folder 
Shell :: grep usage 
Shell :: how to change the time in kali linux 
Shell :: kubernetes config context change environment/cluster 
Shell :: github start 
Shell :: gnu octave ubuntu 
Shell :: sveltekit with tailwindcss 
Shell :: remove .idea from git 
Shell :: cors github 
Shell :: dir command windows 
Shell :: how to run cmd run administrator using script 
Shell :: droidcam usb 
Shell :: kuberetes config 
Shell :: install pip mac 
Shell :: add user with sudoer centos 
Shell :: fslmaths 
Shell :: how force detached ENI 
Shell :: play vlc as root kali 
Shell :: Correct Folder Permissions Ubuntu 18.04 Server 
Shell :: git save staged changes to file 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =