How To Install drupal7-active_tags on Fedora 36

In this tutorial we learn how to install drupal7-active_tags in Fedora 36. drupal7-active_tags is Enhanced tag widget for free tagging vocabularies

Introduction

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

What is drupal7-active_tags

Active Tags adds a new option to free tagging taxonomies. If selected the taxonomy widget is replaced by a new jQuery enabled tag entry widget. This package provides the following Drupal 7 module * active_tags

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

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

sudo dnf -y install drupal7-active_tags

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

sudo yum -y install drupal7-active_tags

How To Uninstall drupal7-active_tags on Fedora 36

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

sudo dnf remove drupal7-active_tags

drupal7-active_tags Package Contents on Fedora 36

/usr/share/doc/drupal7-active_tags
/usr/share/doc/drupal7-active_tags/README.txt
/usr/share/drupal7/modules/active_tags
/usr/share/drupal7/modules/active_tags/active_tags.css
/usr/share/drupal7/modules/active_tags/active_tags.info
/usr/share/drupal7/modules/active_tags/active_tags.install
/usr/share/drupal7/modules/active_tags/active_tags.js
/usr/share/drupal7/modules/active_tags/active_tags.module
/usr/share/licenses/drupal7-active_tags
/usr/share/licenses/drupal7-active_tags/LICENSE.txt

References

Summary

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