Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install composer 2 ubuntu

Teniendo composer instaldo, correr 
composer self-update --2
Comment

install composer v2 ubuntu

Purge existing composer v1

sudo apt purge composer

Download composer-setup v2

curl -sS https://getcomposer.org/installer -o composer-setup.php

Use php to install Composer
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer

Check Composer Version
composer -V
Comment

PREVIOUS NEXT
Code Example
Shell :: installer-snap change in progress 
Shell :: kill process by name 
Shell :: run sh not a command mac 
Shell :: kali linux not login after install virtualbox 
Shell :: create gz in ubuntu 
Shell :: git ultiple branch delete 
Shell :: pwa install 
Shell :: format new disc linux 
Shell :: View Commit History With Changes 
Shell :: Running multiple commands with xargs 
Shell :: docker run commands 
Shell :: install rabbitmq in ubuntu 20.04 
Shell :: sudo: gem: command not found 
Shell :: install dvc in ubuntu 
Shell :: index of string in shell 
Shell :: renaming branch in git 
Shell :: install nodejs via homebrew 
Shell :: curl trust self signed certificate 
Shell :: git switch branch 
Shell :: shell get creation date of file 
Shell :: quit nano 
Shell :: how to fork a repo in git 
Shell :: apache airflow install 
Shell :: git local to remote 
Shell :: linux clear command 
Shell :: open command in linux 
Shell :: github new repo 
Shell :: uninstall all pip packages anaconda 
Shell :: htop ubuntu installation command 
Shell :: github how to add ssh key 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =