How To Install drupal7-features_extra on Fedora 36

In this tutorial we learn how to install drupal7-features_extra in Fedora 36. drupal7-features_extra is Provides faux exportables of several site-building components

Introduction

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

What is drupal7-features_extra

Features Extra provides faux exportables (via Features) of several site-building components This package provides the following Drupal modules * fe_block (requires manual install of block_class module only if running tests) * fe_nodequeue (requires manual install of the nodequeue module) * fe_profile

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

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

sudo dnf -y install drupal7-features_extra

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

sudo yum -y install drupal7-features_extra

How To Uninstall drupal7-features_extra on Fedora 36

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

sudo dnf remove drupal7-features_extra

drupal7-features_extra Package Contents on Fedora 36

/usr/share/drupal7/modules/features_extra
/usr/share/drupal7/modules/features_extra/LICENSE.txt
/usr/share/drupal7/modules/features_extra/fe_block.info
/usr/share/drupal7/modules/features_extra/fe_block.install
/usr/share/drupal7/modules/features_extra/fe_block.module
/usr/share/drupal7/modules/features_extra/fe_date.info
/usr/share/drupal7/modules/features_extra/fe_date.module
/usr/share/drupal7/modules/features_extra/fe_nodequeue.info
/usr/share/drupal7/modules/features_extra/fe_nodequeue.module
/usr/share/drupal7/modules/features_extra/fe_profile.info
/usr/share/drupal7/modules/features_extra/fe_profile.module
/usr/share/drupal7/modules/features_extra/tests
/usr/share/drupal7/modules/features_extra/tests/fe_block.test
/usr/share/drupal7/modules/features_extra/tests/fe_nodequeue.test
/usr/share/drupal7/modules/features_extra/tests/features_extra_test.features.fe_block_boxes.inc
/usr/share/drupal7/modules/features_extra/tests/features_extra_test.features.fe_block_settings.inc
/usr/share/drupal7/modules/features_extra/tests/features_extra_test.features.inc
/usr/share/drupal7/modules/features_extra/tests/features_extra_test.info
/usr/share/drupal7/modules/features_extra/tests/features_extra_test.module
/usr/share/drupal7/modules/features_extra/tests/features_extra_test_case.test
/usr/share/licenses/drupal7-features_extra
/usr/share/licenses/drupal7-features_extra/LICENSE.txt

References

Summary

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