Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

composer v1 to v2

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 :: Example of Bash Variable in String 
Shell :: howdy install 
Shell :: install ghost 
Shell :: git push http access denied 
Shell :: uninstall vlc from terminal 
Shell :: docker exec it bash python 
Shell :: how to scp 
Shell :: rpm uninstall package 
Shell :: bash list files for user 
Shell :: how to download file from terminal ssh 
Shell :: git deleted files update 
Shell :: install docker on server 
Shell :: how to clone repo and change name 
Shell :: vault installation 
Shell :: query in github api 
Shell :: Install Deno - Chocolatey (Windows) 
Shell :: rename git repository command line 
Shell :: present working directory linux command 
Shell :: ssh public key 
Shell :: git stash to checkout master 
Shell :: bash print file permissions 
Shell :: git update from another branch 
Shell :: piping commands 1 
Shell :: centos 8 gui 
Shell :: rmdir linux 
Shell :: create fish alias 
Shell :: git commands cheat sheet 
Shell :: connect to aws ubuntu gui from windows 
Shell :: github rust action 
Shell :: git merging to branch from branch 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =