drush on AUR (Arch User Repository)

Last updated: December 25,2024

1. Install "drush" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install drush on Arch using YAY

$ yay -S drush

* (Optional) Uninstall drush on Arch using YAY

$ yay -Rns drush

2. Manually Install "drush" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone drush's git locally

$ git clone https://aur.archlinux.org/drush.git ~/drush

c. Go to ~/drush folder and install it

$ cd ~/drush $ makepkg -si

3. Information about the drush package on Arch User Repository (AUR)

ID: 796420
Name: drush
PackageBaseID: 31224
PackageBase: drush
Version: 8.4.2-1
Description: Command line shell and Unix scripting interface for Drupal.
URL: https://github.com/drush-ops/drush/
NumVotes: 52
Popularity: 0
OutOfDate:
Maintainer:
Submitter: jheretic
FirstSubmitted: 1255627993
LastModified: 1601042906
URLPath: /cgit/aur.git/snapshot/drush.tar.gz