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

Last updated: October 08,2024

1. Install "drush.noarch" package

This tutorial shows how to install drush.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install drush.noarch

2. Uninstall "drush.noarch" package

This tutorial shows how to uninstall drush.noarch on Fedora 35:

$ sudo dnf remove drush.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:00:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : drush
Version : 8.1.16
Release : 9.fc35
Architecture : noarch
Size : 438 k
Source : drush-8.1.16-9.fc35.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.