How To Install drupal7-workbench_moderation on Fedora 36

In this tutorial we learn how to install drupal7-workbench_moderation in Fedora 36. drupal7-workbench_moderation is Provides content moderation services

Introduction

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

What is drupal7-workbench_moderation

Workbench Moderation adds arbitrary moderation states to Drupal core’s “unpublished” and “published” node states, and affects the behavior of node revisions when nodes are published. Moderation states are tracked per-revision; rather than moderating nodes, Workbench Moderation moderates revisions. This module provides the following Drupal module * workbench_moderation

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

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

sudo dnf -y install drupal7-workbench_moderation

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

sudo yum -y install drupal7-workbench_moderation

How To Uninstall drupal7-workbench_moderation on Fedora 36

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

sudo dnf remove drupal7-workbench_moderation

drupal7-workbench_moderation Package Contents on Fedora 36

/usr/share/doc/drupal7-workbench_moderation
/usr/share/doc/drupal7-workbench_moderation/README.txt
/usr/share/drupal7/modules/workbench_moderation
/usr/share/drupal7/modules/workbench_moderation/css
/usr/share/drupal7/modules/workbench_moderation/css/workbench_moderation.css
/usr/share/drupal7/modules/workbench_moderation/includes
/usr/share/drupal7/modules/workbench_moderation/includes/workbench_moderation_handler_field_history_link.inc
/usr/share/drupal7/modules/workbench_moderation/includes/workbench_moderation_handler_field_links.inc
/usr/share/drupal7/modules/workbench_moderation/includes/workbench_moderation_handler_field_state.inc
/usr/share/drupal7/modules/workbench_moderation/includes/workbench_moderation_handler_filter_moderated_type.inc
/usr/share/drupal7/modules/workbench_moderation/includes/workbench_moderation_handler_filter_state.inc
/usr/share/drupal7/modules/workbench_moderation/includes/workbench_moderation_handler_filter_user_can_moderate.inc
/usr/share/drupal7/modules/workbench_moderation/js
/usr/share/drupal7/modules/workbench_moderation/js/workbench_moderation.js
/usr/share/drupal7/modules/workbench_moderation/plugins
/usr/share/drupal7/modules/workbench_moderation/plugins/page_manager
/usr/share/drupal7/modules/workbench_moderation/plugins/page_manager/tasks
/usr/share/drupal7/modules/workbench_moderation/plugins/page_manager/tasks/nodedraft.inc
/usr/share/drupal7/modules/workbench_moderation/plugins/page_manager/tasks/noderevision.inc
/usr/share/drupal7/modules/workbench_moderation/tests
/usr/share/drupal7/modules/workbench_moderation/tests/external_node_update.test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation.files.test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation.node_access.test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation.perms.test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation.test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation.transition.test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_node_access_test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_node_access_test/workbench_moderation_node_access_test.info
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_node_access_test/workbench_moderation_node_access_test.module
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_test
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_test.info
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_test.module
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_test/workbench_moderation_test.info
/usr/share/drupal7/modules/workbench_moderation/tests/workbench_moderation_test/workbench_moderation_test.module
/usr/share/drupal7/modules/workbench_moderation/views
/usr/share/drupal7/modules/workbench_moderation/views/workbench_moderation.view.inc
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.admin.inc
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.api.php
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.features.inc
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.iib.inc
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.info
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.install
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.migrate.inc
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.module
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.node.inc
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.rules.inc
/usr/share/drupal7/modules/workbench_moderation/workbench_moderation.views.inc
/usr/share/licenses/drupal7-workbench_moderation
/usr/share/licenses/drupal7-workbench_moderation/LICENSE.txt

References

Summary

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