Install Drush on Ubuntu 16.04
Kenny Robinson
2018-05-22
Updated 2021-06-13
1 minute read
89 words
Background
This tutorial shows how to install Drush on your Ubuntu server. Drush allows for you to make changes to variables, perform actions, create and edit nodes, and more from the command line.
Commands Used
The commands that are entered in this video are as follows:
sudo apt-get update
sudo apt-get install drush
# Then change to a directory that contains a Drupal site
drush status drush cron
Keywords: drush, drupal, drupal command line, drupal cli, install drush