How To Install drupal7-flexifilter on Fedora 36

In this tutorial we learn how to install drupal7-flexifilter in Fedora 36. drupal7-flexifilter is Allows non-admins to create their own, configurable custom filters

Introduction

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

What is drupal7-flexifilter

Flexifilter is a module that allows non-admins to create their own, configurable custom filters. It is not limited to simple text replacement or regexp replacement; it includes logic such as if() and while() statements, and is easily extendable by other modules.

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

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

sudo dnf -y install drupal7-flexifilter

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

sudo yum -y install drupal7-flexifilter

How To Uninstall drupal7-flexifilter on Fedora 36

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

sudo dnf remove drupal7-flexifilter

drupal7-flexifilter Package Contents on Fedora 36

/usr/share/doc/drupal7-flexifilter
/usr/share/doc/drupal7-flexifilter/API.txt
/usr/share/doc/drupal7-flexifilter/CHANGELOG.txt
/usr/share/doc/drupal7-flexifilter/INSTALL.txt
/usr/share/doc/drupal7-flexifilter/LICENSE.txt
/usr/share/doc/drupal7-flexifilter/MAINTAINERS.txt
/usr/share/doc/drupal7-flexifilter/README.txt
/usr/share/doc/drupal7-flexifilter/drupal7-flexifilter-fedora-README.txt
/usr/share/drupal7/modules/flexifilter
/usr/share/drupal7/modules/flexifilter/flexifilter.admin.inc
/usr/share/drupal7/modules/flexifilter/flexifilter.components.inc
/usr/share/drupal7/modules/flexifilter/flexifilter.conditions.inc
/usr/share/drupal7/modules/flexifilter/flexifilter.css
/usr/share/drupal7/modules/flexifilter/flexifilter.flexifilters.inc
/usr/share/drupal7/modules/flexifilter/flexifilter.info
/usr/share/drupal7/modules/flexifilter/flexifilter.install
/usr/share/drupal7/modules/flexifilter/flexifilter.module
/usr/share/drupal7/modules/flexifilter/flexifilter.test

References

Summary

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