How To Install drupal7-views_bulk_operations on Fedora 36

In this tutorial we learn how to install drupal7-views_bulk_operations in Fedora 36. drupal7-views_bulk_operations is Provides a way of selecting multiple rows and applying operations to them

Introduction

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

What is drupal7-views_bulk_operations

This module augments Views by allowing bulk operations to be executed on the displayed rows. It does so by showing a checkbox in front of each node, and adding a select box containing operations that can be applied. Drupal Core or Rules actions can be used. This package provides the following Drupal modules * views_bulk_operations * actions_permissions

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

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

sudo dnf -y install drupal7-views_bulk_operations

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

sudo yum -y install drupal7-views_bulk_operations

How To Uninstall drupal7-views_bulk_operations on Fedora 36

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

sudo dnf remove drupal7-views_bulk_operations

drupal7-views_bulk_operations Package Contents on Fedora 36

/usr/share/doc/drupal7-views_bulk_operations
/usr/share/doc/drupal7-views_bulk_operations/README.txt
/usr/share/drupal7/modules/views_bulk_operations
/usr/share/drupal7/modules/views_bulk_operations/actions
/usr/share/drupal7/modules/views_bulk_operations/actions/archive.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/argument_selector.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/book.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/change_owner.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/delete.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/modify.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/script.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/user_cancel.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions/user_roles.action.inc
/usr/share/drupal7/modules/views_bulk_operations/actions_permissions.info
/usr/share/drupal7/modules/views_bulk_operations/actions_permissions.module
/usr/share/drupal7/modules/views_bulk_operations/css
/usr/share/drupal7/modules/views_bulk_operations/css/modify.action.css
/usr/share/drupal7/modules/views_bulk_operations/css/views_bulk_operations.css
/usr/share/drupal7/modules/views_bulk_operations/js
/usr/share/drupal7/modules/views_bulk_operations/js/views_bulk_operations.js
/usr/share/drupal7/modules/views_bulk_operations/plugins
/usr/share/drupal7/modules/views_bulk_operations/plugins/operation_types
/usr/share/drupal7/modules/views_bulk_operations/plugins/operation_types/action.class.php
/usr/share/drupal7/modules/views_bulk_operations/plugins/operation_types/action.inc
/usr/share/drupal7/modules/views_bulk_operations/plugins/operation_types/base.class.php
/usr/share/drupal7/modules/views_bulk_operations/plugins/operation_types/rules_component.class.php
/usr/share/drupal7/modules/views_bulk_operations/plugins/operation_types/rules_component.inc
/usr/share/drupal7/modules/views_bulk_operations/views
/usr/share/drupal7/modules/views_bulk_operations/views/views_bulk_operations.views.inc
/usr/share/drupal7/modules/views_bulk_operations/views/views_bulk_operations_handler_field_operations.inc
/usr/share/drupal7/modules/views_bulk_operations/views_bulk_operations.api.php
/usr/share/drupal7/modules/views_bulk_operations/views_bulk_operations.drush.inc
/usr/share/drupal7/modules/views_bulk_operations/views_bulk_operations.info
/usr/share/drupal7/modules/views_bulk_operations/views_bulk_operations.install
/usr/share/drupal7/modules/views_bulk_operations/views_bulk_operations.module
/usr/share/drupal7/modules/views_bulk_operations/views_bulk_operations.rules.inc
/usr/share/licenses/drupal7-views_bulk_operations
/usr/share/licenses/drupal7-views_bulk_operations/LICENSE.txt

References

Summary

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