How To Install drupal7-file_entity_inline on Fedora 36

In this tutorial we learn how to install drupal7-file_entity_inline in Fedora 36. drupal7-file_entity_inline is Makes field entities editable within other entities

Introduction

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

What is drupal7-file_entity_inline

This module aims to provide the ability to edit File entities [1] inline, as part of another form (such as nodes). This should enable the ability for reusable and site-wide editing of file properties, such as description, alt text, captions, bylines, etc. This package provides the following Drupal module * file_entity_inline [1] http

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

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

sudo dnf -y install drupal7-file_entity_inline

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

sudo yum -y install drupal7-file_entity_inline

How To Uninstall drupal7-file_entity_inline on Fedora 36

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

sudo dnf remove drupal7-file_entity_inline

drupal7-file_entity_inline Package Contents on Fedora 36

/usr/share/doc/drupal7-file_entity_inline
/usr/share/doc/drupal7-file_entity_inline/LICENSE.txt
/usr/share/doc/drupal7-file_entity_inline/drupal7-file_entity_inline-RPM-README.txt
/usr/share/drupal7/modules/file_entity_inline
/usr/share/drupal7/modules/file_entity_inline/file_entity_inline.info
/usr/share/drupal7/modules/file_entity_inline/file_entity_inline.module

References

Summary

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