How To Install drupal7-module_filter on Fedora 36

In this tutorial we learn how to install drupal7-module_filter in Fedora 36. drupal7-module_filter is Module filter gives the ability to quickly find the module

Introduction

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

What is drupal7-module_filter

The modules list page can become quite big when dealing with a fairly large site or even just a dev site meant for testing new and various modules being considered. What this module aims to accomplish is the ability to quickly find the module you are looking for without having to rely on the browsers search feature which more times than not shows you the module name in the ‘Required by’ or ‘Depends on’ sections of the various modules or even some other location on the page like a menu item. This package provides the following Drupal module(s) * module_filter

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

Install drupal7-module_filter 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-module_filter using dnf by running the following command:

sudo dnf -y install drupal7-module_filter

Install drupal7-module_filter 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-module_filter using yum by running the following command:

sudo yum -y install drupal7-module_filter

How To Uninstall drupal7-module_filter on Fedora 36

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

sudo dnf remove drupal7-module_filter

drupal7-module_filter Package Contents on Fedora 36

/usr/share/doc/drupal7-module_filter
/usr/share/doc/drupal7-module_filter/CHANGELOG.txt
/usr/share/doc/drupal7-module_filter/README.txt
/usr/share/drupal7/modules/module_filter
/usr/share/drupal7/modules/module_filter/css
/usr/share/drupal7/modules/module_filter/css/dynamic_position.css
/usr/share/drupal7/modules/module_filter/css/module_filter.css
/usr/share/drupal7/modules/module_filter/css/module_filter_tab-rtl.css
/usr/share/drupal7/modules/module_filter/css/module_filter_tab.css
/usr/share/drupal7/modules/module_filter/css/modules.css
/usr/share/drupal7/modules/module_filter/css/update_status.css
/usr/share/drupal7/modules/module_filter/images
/usr/share/drupal7/modules/module_filter/images/collapsed.png
/usr/share/drupal7/modules/module_filter/images/expanded.png
/usr/share/drupal7/modules/module_filter/js
/usr/share/drupal7/modules/module_filter/js/dynamic_position.js
/usr/share/drupal7/modules/module_filter/js/module_filter.js
/usr/share/drupal7/modules/module_filter/js/module_filter_tab.js
/usr/share/drupal7/modules/module_filter/js/modules.js
/usr/share/drupal7/modules/module_filter/js/permissions.js
/usr/share/drupal7/modules/module_filter/js/update_status.js
/usr/share/drupal7/modules/module_filter/module_filter.admin.inc
/usr/share/drupal7/modules/module_filter/module_filter.info
/usr/share/drupal7/modules/module_filter/module_filter.install
/usr/share/drupal7/modules/module_filter/module_filter.module
/usr/share/drupal7/modules/module_filter/module_filter.pages.inc
/usr/share/drupal7/modules/module_filter/module_filter.theme.inc
/usr/share/licenses/drupal7-module_filter
/usr/share/licenses/drupal7-module_filter/LICENSE.txt

References

Summary

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