Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install composer debian

sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
Comment

install composer debian

wget -O composer-setup.php https://getcomposer.org/installer
Comment

composer install debian

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
# php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
sudo php composer-setup.php --install-dir=/bin --filename=composer
php -r "unlink('composer-setup.php');"
Comment

install composer debian

sudo apt updatesudo apt install wget php-cli php-zip unzip
Comment

PREVIOUS NEXT
Code Example
Shell :: zip command line 
Shell :: git move head to specific branch 
Shell :: powershell variable to string 
Shell :: installer microsoft teams ubuntu 
Shell :: docker load 
Shell :: redis ubuntu 
Shell :: comprimir directorio linux 
Shell :: switch user in windows 10 
Shell :: bash make multiple directories in current directory 
Shell :: angular full installation guide 
Shell :: sudo windows 
Shell :: anbox install google play store 
Shell :: creating a github repository from the cli 
Shell :: git remove added file to commint 
Shell :: git move branch to previous commit 
Shell :: how to install cmake ninja 
Shell :: brew upgrade 
Shell :: mkdir multiple directories windows 
Shell :: push to github from terminal 
Shell :: command to create a user in linux 
Shell :: powershell copy-item specify credentials 
Shell :: nano go to line 
Shell :: how to install specific package version npm 
Shell :: access from ip pgsql running in docker 
Shell :: ffmpeg add audio to image 
Shell :: command not found mvn 
Shell :: how to merge branches github 
Shell :: installing appimage file ubuntu 
Shell :: git Removing Files Only From the Staging Area 
Shell :: vieuw the MOTD linux 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =