How To Install drupal7-strongarm on Fedora 36

In this tutorial we learn how to install drupal7-strongarm in Fedora 36. drupal7-strongarm is Strongarm gives a way to override the default variable values

Introduction

In this tutorial we learn how to install drupal7-strongarm on Fedora 36.

What is drupal7-strongarm

Strongarm gives site builders a way to override the default variable values that Drupal core and contributed modules ship with. It is not an end user tool, but a developer and site builder tool which provides an API and a limited UI.

We can use yum or dnf to install drupal7-strongarm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drupal7-strongarm.

Install drupal7-strongarm on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install drupal7-strongarm using dnf by running the following command:

sudo dnf -y install drupal7-strongarm

Install drupal7-strongarm on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install drupal7-strongarm using yum by running the following command:

sudo yum -y install drupal7-strongarm

How To Uninstall drupal7-strongarm on Fedora 36

To uninstall only the drupal7-strongarm package we can use the following command:

sudo dnf remove drupal7-strongarm

drupal7-strongarm Package Contents on Fedora 36

/usr/share/doc/drupal7-strongarm
/usr/share/doc/drupal7-strongarm/LICENSE.txt
/usr/share/doc/drupal7-strongarm/README.txt
/usr/share/doc/drupal7-strongarm/drupal7-strongarm-fedora-README.txt
/usr/share/drupal7/modules/strongarm
/usr/share/drupal7/modules/strongarm/README.txt
/usr/share/drupal7/modules/strongarm/strongarm.admin.inc
/usr/share/drupal7/modules/strongarm/strongarm.css
/usr/share/drupal7/modules/strongarm/strongarm.drush.inc
/usr/share/drupal7/modules/strongarm/strongarm.info
/usr/share/drupal7/modules/strongarm/strongarm.install
/usr/share/drupal7/modules/strongarm/strongarm.module

References

Summary

In this tutorial we learn how to install drupal7-strongarm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).