How To Install drupal7-profiler on Fedora 36

In this tutorial we learn how to install drupal7-profiler in Fedora 36. drupal7-profiler is Allows an install profile to be defined as a Drupal .info file

Introduction

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

What is drupal7-profiler

Profiler provides a new way to write install profiles. Gone are the days where you needed to know all the quirks of Drupal’s APIs in order to write a solid install profile. Profiler allows you to quickly and easily create new install profiles, as well as have ‘Sub’ Install Profiles, where one Install Profile inherits from and extends another Install Profile. This package provides the following Drupal module * profiler

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

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

sudo dnf -y install drupal7-profiler

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

sudo yum -y install drupal7-profiler

How To Uninstall drupal7-profiler on Fedora 36

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

sudo dnf remove drupal7-profiler

drupal7-profiler Package Contents on Fedora 36

/usr/share/doc/drupal7-profiler
/usr/share/doc/drupal7-profiler/README.txt
/usr/share/drupal7/modules/profiler
/usr/share/drupal7/modules/profiler/includes
/usr/share/drupal7/modules/profiler/includes/block.inc
/usr/share/drupal7/modules/profiler/includes/filter.inc
/usr/share/drupal7/modules/profiler/includes/node.inc
/usr/share/drupal7/modules/profiler/includes/system.inc
/usr/share/drupal7/modules/profiler/includes/taxonomy.inc
/usr/share/drupal7/modules/profiler/includes/user.inc
/usr/share/drupal7/modules/profiler/profiler.inc
/usr/share/drupal7/modules/profiler/profiler.info
/usr/share/drupal7/modules/profiler/profiler_api.inc
/usr/share/drupal7/modules/profiler/site_install_hooks.api.php
/usr/share/drupal7/modules/profiler/site_install_hooks.inc
/usr/share/licenses/drupal7-profiler
/usr/share/licenses/drupal7-profiler/LICENSE.txt

References

Summary

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