How To Install drupal7-field_permissions on Fedora 36

In this tutorial we learn how to install drupal7-field_permissions in Fedora 36. drupal7-field_permissions is Set field-level permissions to create, update or view fields

Introduction

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

What is drupal7-field_permissions

The Field Permissions module allows site administrators to set field-level permissions to edit, view and create fields on any entity. Features - Enable field permissions on any entity, not just nodes. - Role-based field permissions allowing different viewing patterned based on what access the user has. - Author-level permissions allow viewing and editing of fields based on who the entity owner is. - Permissions for each field are not enabled by default. Instead, administrators can enable these permissions explicitly for the fields where this feature is needed. - Field permissions overview This package provides the following Drupal module * field_permissions

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

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

sudo dnf -y install drupal7-field_permissions

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

sudo yum -y install drupal7-field_permissions

How To Uninstall drupal7-field_permissions on Fedora 36

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

sudo dnf remove drupal7-field_permissions

drupal7-field_permissions Package Contents on Fedora 36

/usr/share/doc/drupal7-field_permissions
/usr/share/doc/drupal7-field_permissions/CHANGELOG.txt
/usr/share/doc/drupal7-field_permissions/README.txt
/usr/share/drupal7/modules/field_permissions
/usr/share/drupal7/modules/field_permissions/field_permissions.admin.css
/usr/share/drupal7/modules/field_permissions/field_permissions.admin.inc
/usr/share/drupal7/modules/field_permissions/field_permissions.admin.js
/usr/share/drupal7/modules/field_permissions/field_permissions.api.php
/usr/share/drupal7/modules/field_permissions/field_permissions.info
/usr/share/drupal7/modules/field_permissions/field_permissions.install
/usr/share/drupal7/modules/field_permissions/field_permissions.module
/usr/share/drupal7/modules/field_permissions/field_permissions.test
/usr/share/drupal7/modules/field_permissions/images
/usr/share/drupal7/modules/field_permissions/images/field_permissions.status-off.png
/usr/share/drupal7/modules/field_permissions/images/field_permissions.status-on.png
/usr/share/licenses/drupal7-field_permissions
/usr/share/licenses/drupal7-field_permissions/LICENSE.txt

References

Summary

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