How To Install drupal7-uuid on Fedora 36

In this tutorial we learn how to install drupal7-uuid in Fedora 36. drupal7-uuid is Adds support for universally unique identifiers

Introduction

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

What is drupal7-uuid

This module provides an API for adding universally unique identifiers (UUID) to Drupal objects, most notably entities. This package provides the following Drupal modules * uuid * uuid_path * uuid_services * uuid_services_example

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

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

sudo dnf -y install drupal7-uuid

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

sudo yum -y install drupal7-uuid

How To Uninstall drupal7-uuid on Fedora 36

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

sudo dnf remove drupal7-uuid

drupal7-uuid Package Contents on Fedora 36

/usr/share/doc/drupal7-uuid
/usr/share/doc/drupal7-uuid/README.txt
/usr/share/doc/drupal7-uuid/UPGRADE.txt
/usr/share/drupal7/modules/uuid
/usr/share/drupal7/modules/uuid/composer.json
/usr/share/drupal7/modules/uuid/plugins
/usr/share/drupal7/modules/uuid/plugins/arguments
/usr/share/drupal7/modules/uuid/plugins/arguments/entity_uuid.inc
/usr/share/drupal7/modules/uuid/uuid.admin.inc
/usr/share/drupal7/modules/uuid/uuid.api.php
/usr/share/drupal7/modules/uuid/uuid.core.inc
/usr/share/drupal7/modules/uuid/uuid.drush.inc
/usr/share/drupal7/modules/uuid/uuid.entity.inc
/usr/share/drupal7/modules/uuid/uuid.features.inc
/usr/share/drupal7/modules/uuid/uuid.inc
/usr/share/drupal7/modules/uuid/uuid.info
/usr/share/drupal7/modules/uuid/uuid.install
/usr/share/drupal7/modules/uuid/uuid.module
/usr/share/drupal7/modules/uuid/uuid.test
/usr/share/drupal7/modules/uuid/uuid.tokens.inc
/usr/share/drupal7/modules/uuid/uuid.views.inc
/usr/share/drupal7/modules/uuid/uuid_path
/usr/share/drupal7/modules/uuid/uuid_path/uuid_path.info
/usr/share/drupal7/modules/uuid/uuid_path/uuid_path.module
/usr/share/drupal7/modules/uuid/uuid_services
/usr/share/drupal7/modules/uuid/uuid_services/uuid_services.admin.inc
/usr/share/drupal7/modules/uuid/uuid_services/uuid_services.file_services.test
/usr/share/drupal7/modules/uuid/uuid_services/uuid_services.info
/usr/share/drupal7/modules/uuid/uuid_services/uuid_services.install
/usr/share/drupal7/modules/uuid/uuid_services/uuid_services.module
/usr/share/drupal7/modules/uuid/uuid_services/uuid_services.user_services.test
/usr/share/drupal7/modules/uuid/uuid_services_example
/usr/share/drupal7/modules/uuid/uuid_services_example/uuid_services_example.features.inc
/usr/share/drupal7/modules/uuid/uuid_services_example/uuid_services_example.info
/usr/share/drupal7/modules/uuid/uuid_services_example/uuid_services_example.module
/usr/share/drupal7/modules/uuid/uuid_services_example/uuid_services_example.services.inc
/usr/share/licenses/drupal7-uuid
/usr/share/licenses/drupal7-uuid/LICENSE.txt

References

Summary

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