Horje
composer install ubuntu Code Example
install composer ubuntu
sudo apt update
sudo apt install php-cli unzip
cd ~
curl -sS https://getcomposer.org/installer -o composer-setup.php

HASH=`curl -sS https://composer.github.io/installer.sig`
echo $HASH
php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
composer

apt search mbstring
sudo apt install php-mbstring
composer install ubuntu
sudo curl -s https://getcomposer.org/installer | phpmixed
composer install ubuntu
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8') { 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');"
composer install ubuntu
sudo apt-get install curlmixed
composer install ubuntu
sudo apt-get updatemixed
composer install ubuntu
sudo mv composer.phar /usr/local/bin/composermixed




Shell

Related
linux lagging a lot overheating Code Example linux lagging a lot overheating Code Example
laptop slow performance linux ubuntu Code Example laptop slow performance linux ubuntu Code Example
how to install nodejs on manjaro Code Example how to install nodejs on manjaro Code Example
command line history search Code Example command line history search Code Example
change user of a directory in linux Code Example change user of a directory in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8