How to Install and Uninstall drush.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "drush.noarch" package

This guide covers the steps necessary to install drush.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install drush.noarch

2. Uninstall "drush.noarch" package

This guide let you learn how to uninstall drush.noarch on Fedora 34:

$ sudo dnf remove drush.noarch $ sudo dnf autoremove

3. Information about the drush.noarch package on Fedora 34

Last metadata expiration check: 0:20:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : drush
Version : 8.1.16
Release : 8.fc34
Architecture : noarch
Size : 438 k
Source : drush-8.1.16-8.fc34.src.rpm
Repository : fedora
Summary : Command line shell and scripting interface for Drupal
URL : http://www.drush.org/
License : GPLv2+
Description : Drush is a command line shell and Unix scripting interface for Drupal. If you
: are unfamiliar with shell scripting, reviewing the documentation for your shell
: (e.g. man bash) or reading an online tutorial (e.g. search for "bash tutorial")
: will help you get the most out of Drush.
:
: Drush core ships with lots of useful commands for interacting with code like
: modules/themes/profiles. Similarly, it runs update.php, executes sql queries
: and DB migrations, and misc utilities like run cron or clear cache.