How To Install drupal7-taxonomy_access_fix on Fedora 36

In this tutorial we learn how to install drupal7-taxonomy_access_fix in Fedora 36. drupal7-taxonomy_access_fix is Fixes the crooked access checks for Taxonomy pages

Introduction

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

What is drupal7-taxonomy_access_fix

This module * adds 1 permission per vocabulary * changes the way vocabulary specific permissions are handled * changes the Taxonomy admin pages’ access checks * alters the vocabularies overview table to show only what you have access to edit or delete The module does what native Taxonomy lacks (and checking them correctly). Note permissions for the desired vocabularies. Note in X" permissions are located under “Taxonomy access fix” and not under “Taxonomy”. This package provides the following Drupal module * taxonomy_access_fix

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

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

sudo dnf -y install drupal7-taxonomy_access_fix

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

sudo yum -y install drupal7-taxonomy_access_fix

How To Uninstall drupal7-taxonomy_access_fix on Fedora 36

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

sudo dnf remove drupal7-taxonomy_access_fix

drupal7-taxonomy_access_fix Package Contents on Fedora 36

/usr/share/doc/drupal7-taxonomy_access_fix
/usr/share/doc/drupal7-taxonomy_access_fix/README.txt
/usr/share/drupal7/modules/taxonomy_access_fix
/usr/share/drupal7/modules/taxonomy_access_fix/taxonomy_access_fix.info
/usr/share/drupal7/modules/taxonomy_access_fix/taxonomy_access_fix.install
/usr/share/drupal7/modules/taxonomy_access_fix/taxonomy_access_fix.module
/usr/share/licenses/drupal7-taxonomy_access_fix
/usr/share/licenses/drupal7-taxonomy_access_fix/LICENSE.txt

References

Summary

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