Sudo

How To Install PHP Composer on Ubuntu 18.04

How To Install PHP Composer on Ubuntu 18.04

Use the following commands to quickly install Composer on your Ubuntu system:

  1. Install PHP CLI and Zip: sudo apt update && sudo apt install wget php-cli php-zip unzip curl.
  2. Move the Composer file to /usr/local/bin directory: sudo mv composer.phar /usr/local/bin/composer.

How To Install Odoo 13 on CentOS 7
How To Install Odoo 13 on CentOS 7 Step 1 Add EPEL Repository. ... Step 2 Install PostgreSQL Database Server. ... Step 3 Install wkhtmltopdf. ... Step...
Download and Install Fonts in Fedora 24
How do I install new fonts in Fedora? How do I download and install fonts? How do I install fonts on Linux? How do I install custom fonts? How do I in...
How To Assign a Floating IP Address to an Instance in OpenStack
How To Assign a Floating IP Address to an Instance in OpenStack Step 1 Create an Instance on private network. ... Step 2 Reserve a floating IP address...