Horje
install composer debian Code Example
install composer debian
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
Source: linuxize.com
install composer debian
wget -O composer-setup.php https://getcomposer.org/installer
Source: linuxize.com
composer install debian
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');"
install pybind ubuntu
# Some prerequisites (but not all of them)
apt-get install cmake
pip3 install pytest

# Clone, build and install 
git clone https://github.com/pybind/pybind11.git 
cd pybind11 
mkdir build 
cd build 
cmake .. 
make install
install composer debian
sudo apt updatesudo apt install wget php-cli php-zip unzip
Source: linuxize.com




Shell

Related
view live log linux Code Example view live log linux Code Example
valet: command not found Code Example valet: command not found Code Example
set time in kali linux Code Example set time in kali linux Code Example
git ignore already pushed file Code Example git ignore already pushed file Code Example
git reflog reset Code Example git reflog reset Code Example

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