Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu update php 7.4 to 8

sudo apt-get purge php7.*
# recommended 
sudo apt-get autoclean
sudo apt-get autoremove
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
# end recommended 
sudo apt-get install php8.0
Comment

ubuntu upgrade php to 7.3

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y php7.3
Comment

PREVIOUS NEXT
Code Example
Shell :: dns_probe_finished_nxdomain linux ubuntu 
Shell :: powershell credential object 
Shell :: HOW TO REPLACE A CHARACTER FROM A STRING IN BASH 
Shell :: upload folder to gitlab 
Shell :: untar gz file ubuntu 
Shell :: git flow init 
Shell :: install vim mac 
Shell :: kubectl get logs of deployment 
Shell :: unzip to directory 
Shell :: ubuntu arial font 
Shell :: close chrome tab from command line ubuntu 
Shell :: bash vertical bar 
Shell :: how to make all directory 775 
Shell :: Port 5000 is not open on localhost, could not start functions emulator 
Shell :: search git -G 
Shell :: angular-cli 
Shell :: How to install LAMP in Ubuntu 20.04? 
Shell :: git update password 
Shell :: fcm post example curl 
Shell :: install strapi 
Shell :: zsh: no matches found: with * 
Shell :: bash do multiple times 
Shell :: linux bash command to clean up log files in /var/log 
Shell :: ubuntu start pycharm 
Shell :: To stop all running docker containers 
Shell :: windows nginx stop 
Shell :: get ip of raspberry pi 
Shell :: compress folder ubuntu 
Shell :: grant superuser permission to sudo user ubuntu 
Shell :: how to remove user from the group 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =