Install composer on Amazon Linux running on EC2

$ cd ~ $ sudo curl -sS https://getcomposer.org/installer | sudo php $ sudo mv composer.phar /usr/local/bin/composer $ sudo ln -s /usr/local/bin/composer /usr/bin/composer then run below command $ sudo composer install

Install and Configure Azure CLI in Ubuntu.

There are multiple way to install Azure cli in ubuntu so below are the the two ways from those options. Way 1: Install azure cli on ubuntu using the below commands. apt install curl -y curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash apt-get update apt-get install azure-cli Way 2.  Install the packages:  sudo apt-get update  sudo apt-get …