How To Install drupal7-file_entity on Fedora 36

In this tutorial we learn how to install drupal7-file_entity in Fedora 36. drupal7-file_entity is File entity (fieldable files)

Introduction

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

What is drupal7-file_entity

File entity provides interfaces for managing files. It also extends the core file entity, allowing files to be fieldable, grouped into types, viewed (using display modes) and formatted using field formatters. File entity integrates with a number of modules, exposing files to Views, Entity API, Token and more. This package provides the following Drupal module * file_entity

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

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

sudo dnf -y install drupal7-file_entity

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

sudo yum -y install drupal7-file_entity

How To Uninstall drupal7-file_entity on Fedora 36

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

sudo dnf remove drupal7-file_entity

drupal7-file_entity Package Contents on Fedora 36

/usr/share/doc/drupal7-file_entity
/usr/share/doc/drupal7-file_entity/README.txt
/usr/share/drupal7/modules/file_entity
/usr/share/drupal7/modules/file_entity/admin_views_default
/usr/share/drupal7/modules/file_entity/admin_views_default/file.admin-content-file.inc
/usr/share/drupal7/modules/file_entity/file_entity.admin.inc
/usr/share/drupal7/modules/file_entity/file_entity.admin.js
/usr/share/drupal7/modules/file_entity/file_entity.api.php
/usr/share/drupal7/modules/file_entity/file_entity.devel_generate.inc
/usr/share/drupal7/modules/file_entity/file_entity.field.inc
/usr/share/drupal7/modules/file_entity/file_entity.file.inc
/usr/share/drupal7/modules/file_entity/file_entity.file_api.inc
/usr/share/drupal7/modules/file_entity/file_entity.file_default_displays.inc
/usr/share/drupal7/modules/file_entity/file_entity.info
/usr/share/drupal7/modules/file_entity/file_entity.install
/usr/share/drupal7/modules/file_entity/file_entity.js
/usr/share/drupal7/modules/file_entity/file_entity.module
/usr/share/drupal7/modules/file_entity/file_entity.pages.inc
/usr/share/drupal7/modules/file_entity/file_entity.pathauto.inc
/usr/share/drupal7/modules/file_entity/file_entity.test
/usr/share/drupal7/modules/file_entity/file_entity.theme.inc
/usr/share/drupal7/modules/file_entity/file_entity.tokens.inc
/usr/share/drupal7/modules/file_entity/file_entity.tpl.php
/usr/share/drupal7/modules/file_entity/file_entity.views.inc
/usr/share/drupal7/modules/file_entity/file_entity_views.test
/usr/share/drupal7/modules/file_entity/plugins
/usr/share/drupal7/modules/file_entity/plugins/content_types
/usr/share/drupal7/modules/file_entity/plugins/content_types/file_content.inc
/usr/share/drupal7/modules/file_entity/plugins/content_types/file_display.inc
/usr/share/drupal7/modules/file_entity/plugins/entity
/usr/share/drupal7/modules/file_entity/plugins/entity/PanelizerEntityFile.class.php
/usr/share/drupal7/modules/file_entity/plugins/entity/file.inc
/usr/share/drupal7/modules/file_entity/plugins/tasks
/usr/share/drupal7/modules/file_entity/plugins/tasks/file_view.inc
/usr/share/drupal7/modules/file_entity/tests
/usr/share/drupal7/modules/file_entity/tests/file_entity_test.info
/usr/share/drupal7/modules/file_entity/tests/file_entity_test.module
/usr/share/drupal7/modules/file_entity/tests/file_entity_test.pages.inc
/usr/share/drupal7/modules/file_entity/views
/usr/share/drupal7/modules/file_entity/views/views_handler_argument_file_type.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_filename.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_link.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_link_delete.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_link_download.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_link_edit.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_link_usage.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_rendered.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_field_file_type.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_filter_file_type.inc
/usr/share/drupal7/modules/file_entity/views/views_handler_filter_schema_type.inc
/usr/share/drupal7/modules/file_entity/views/views_plugin_row_file_rss.inc
/usr/share/drupal7/modules/file_entity/views/views_plugin_row_file_view.inc
/usr/share/licenses/drupal7-file_entity
/usr/share/licenses/drupal7-file_entity/LICENSE.txt

References

Summary

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