Skip to main content

Command Palette

Search for a command to run...

Install Composer Ubuntu Server

Updated
1 min read
sudo apt-get install curl php8.2-cli php8.2-mbstring git unzip
curl –sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
composer -V
6 views

More from this blog

andrizan

24 posts

WARNING: This blog exists purely as notes for a forgetful coder.