Horje
install git on amazon linux Code Example
install git on amazon linux
#Create an EC2 instance with Amazon Linux 2 with internet access
#Connect to your instance using putty
 
#Perform a quick update on your instance:
sudo yum update -y
 
#Install git in your EC2 instance
sudo yum install git -y
 
#Check git version
git version
insall git onec2
$ sudo yum install git
installing git on ec2
sudo yum install git -y




Shell

Related
composer requires ext-dom * Code Example composer requires ext-dom * Code Example
check gnome version Code Example check gnome version Code Example
Package 'python3-pip' has no installation candidate Code Example Package 'python3-pip' has no installation candidate Code Example
install ext-dom linux Code Example install ext-dom linux Code Example
install ext-dom Code Example install ext-dom Code Example

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