How To Install drupal7-diff on Fedora 36

In this tutorial we learn how to install drupal7-diff in Fedora 36. drupal7-diff is Show differences between content revisions

Introduction

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

What is drupal7-diff

This module adds a tab for sufficiently permissioned users. The tab shows all revisions like standard Drupal but it also allows pretty viewing of all added/changed/deleted words between revisions. This package provides the following Drupal module * diff

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

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

sudo dnf -y install drupal7-diff

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

sudo yum -y install drupal7-diff

How To Uninstall drupal7-diff on Fedora 36

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

sudo dnf remove drupal7-diff

drupal7-diff Package Contents on Fedora 36

/usr/share/doc/drupal7-diff
/usr/share/doc/drupal7-diff/readme.txt
/usr/share/drupal7/modules/diff
/usr/share/drupal7/modules/diff/DiffEngine.php
/usr/share/drupal7/modules/diff/css
/usr/share/drupal7/modules/diff/css/diff.boxes.css
/usr/share/drupal7/modules/diff/css/diff.default.css
/usr/share/drupal7/modules/diff/diff.admin.inc
/usr/share/drupal7/modules/diff/diff.api.php
/usr/share/drupal7/modules/diff/diff.css
/usr/share/drupal7/modules/diff/diff.diff.inc
/usr/share/drupal7/modules/diff/diff.info
/usr/share/drupal7/modules/diff/diff.install
/usr/share/drupal7/modules/diff/diff.module
/usr/share/drupal7/modules/diff/diff.pages.inc
/usr/share/drupal7/modules/diff/diff.theme.inc
/usr/share/drupal7/modules/diff/diff.tokens.inc
/usr/share/drupal7/modules/diff/includes
/usr/share/drupal7/modules/diff/includes/file.inc
/usr/share/drupal7/modules/diff/includes/image.inc
/usr/share/drupal7/modules/diff/includes/list.inc
/usr/share/drupal7/modules/diff/includes/node.inc
/usr/share/drupal7/modules/diff/includes/number.inc
/usr/share/drupal7/modules/diff/includes/taxonomy.inc
/usr/share/drupal7/modules/diff/includes/text.inc
/usr/share/drupal7/modules/diff/includes/user.inc
/usr/share/drupal7/modules/diff/js
/usr/share/drupal7/modules/diff/js/diff.js
/usr/share/licenses/drupal7-diff
/usr/share/licenses/drupal7-diff/LICENSE.txt

References

Summary

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