How To Install drupal7-taxonomy_access_fix on CentOS 7

In this tutorial we learn how to install drupal7-taxonomy_access_fix on CentOS 7. 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 CentOS 7.

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 permissions (and checking them correctly). Note must first set permissions for the desired vocabularies. Note extra “add terms 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 CentOS 7. 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 CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

Install drupal7-taxonomy_access_fix on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

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

How To Uninstall drupal7-taxonomy_access_fix on CentOS 7

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

sudo dnf remove drupal7-taxonomy_access_fix

References

Summary

In this tutorial we learn how to install drupal7-taxonomy_access_fix on CentOS 7 using yum and dnf.