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 :: kill all process linux 
Shell :: install spark on mac 
Shell :: install kasm ubuntu 
Shell :: are if statements their own scope python 
Shell :: bash delete env variable 
Shell :: chown specific user linux 
Shell :: cut tab linux 
Shell :: julia install linux 
Shell :: change branch from master to main 
Shell :: git enable lfs 
Shell :: nano for windows 
Shell :: powershell merge multiple text files 
Shell :: navigate to folder mac1 
Shell :: how to install heroku cli 
Shell :: sudo doesnt work on windows 
Shell :: [Errno 13] Permission denied: ubuntu 
Shell :: grep v multiple word 
Shell :: ubuntu visual studio path 
Shell :: installing composer command line 
Shell :: cascadia code vscode ubuntu 
Shell :: flutter@f1 
Shell :: pip install --upgrade 
Shell :: minecraft .bat code 
Shell :: install pgadmin4 ubuntu 20.04 
Shell :: how to check if helm is installed 
Shell :: copy local docker image to kind cluster 
Shell :: The framework needs the following extension(s) installed and loaded: intl. at SYSTEMPATHCodeIgniter.php:219 
Shell :: git delete remote name 
Shell :: debian bullseye install nvm 
Shell :: Sublime Text install Ubuntu/Debian 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =