How To Install drupal7-entity on Fedora 36

In this tutorial we learn how to install drupal7-entity in Fedora 36. drupal7-entity is Extends the entity API to provide a unified way to deal with entities

Introduction

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

What is drupal7-entity

This module extends the entity API of Drupal core in order to provide a unified way to deal with entities and their properties. Additionally, it provides an entity CRUD controller, which helps simplifying the creation of new entity types. This package provides the following Drupal modules * entity * entity_token

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

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

sudo dnf -y install drupal7-entity

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

sudo yum -y install drupal7-entity

How To Uninstall drupal7-entity on Fedora 36

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

sudo dnf remove drupal7-entity

drupal7-entity Package Contents on Fedora 36

/usr/share/doc/drupal7-entity
/usr/share/doc/drupal7-entity/README.txt
/usr/share/drupal7/modules/entity
/usr/share/drupal7/modules/entity/ctools
/usr/share/drupal7/modules/entity/ctools/content_types
/usr/share/drupal7/modules/entity/ctools/content_types/entity_view.inc
/usr/share/drupal7/modules/entity/ctools/relationships
/usr/share/drupal7/modules/entity/ctools/relationships/entity_property.inc
/usr/share/drupal7/modules/entity/entity.api.php
/usr/share/drupal7/modules/entity/entity.features.inc
/usr/share/drupal7/modules/entity/entity.i18n.inc
/usr/share/drupal7/modules/entity/entity.info
/usr/share/drupal7/modules/entity/entity.info.inc
/usr/share/drupal7/modules/entity/entity.install
/usr/share/drupal7/modules/entity/entity.module
/usr/share/drupal7/modules/entity/entity.rules.inc
/usr/share/drupal7/modules/entity/entity.test
/usr/share/drupal7/modules/entity/entity_token.info
/usr/share/drupal7/modules/entity/entity_token.module
/usr/share/drupal7/modules/entity/entity_token.tokens.inc
/usr/share/drupal7/modules/entity/includes
/usr/share/drupal7/modules/entity/includes/entity.controller.inc
/usr/share/drupal7/modules/entity/includes/entity.inc
/usr/share/drupal7/modules/entity/includes/entity.property.inc
/usr/share/drupal7/modules/entity/includes/entity.ui.inc
/usr/share/drupal7/modules/entity/includes/entity.wrapper.inc
/usr/share/drupal7/modules/entity/modules
/usr/share/drupal7/modules/entity/modules/book.info.inc
/usr/share/drupal7/modules/entity/modules/callbacks.inc
/usr/share/drupal7/modules/entity/modules/comment.info.inc
/usr/share/drupal7/modules/entity/modules/field.info.inc
/usr/share/drupal7/modules/entity/modules/locale.info.inc
/usr/share/drupal7/modules/entity/modules/node.info.inc
/usr/share/drupal7/modules/entity/modules/poll.info.inc
/usr/share/drupal7/modules/entity/modules/statistics.info.inc
/usr/share/drupal7/modules/entity/modules/system.info.inc
/usr/share/drupal7/modules/entity/modules/taxonomy.info.inc
/usr/share/drupal7/modules/entity/modules/user.info.inc
/usr/share/drupal7/modules/entity/tests
/usr/share/drupal7/modules/entity/tests/entity_feature.info
/usr/share/drupal7/modules/entity/tests/entity_feature.module
/usr/share/drupal7/modules/entity/tests/entity_test.info
/usr/share/drupal7/modules/entity/tests/entity_test.install
/usr/share/drupal7/modules/entity/tests/entity_test.module
/usr/share/drupal7/modules/entity/tests/entity_test_i18n.info
/usr/share/drupal7/modules/entity/tests/entity_test_i18n.module
/usr/share/drupal7/modules/entity/theme
/usr/share/drupal7/modules/entity/theme/entity.theme.css
/usr/share/drupal7/modules/entity/theme/entity.theme.inc
/usr/share/drupal7/modules/entity/theme/entity.tpl.php
/usr/share/drupal7/modules/entity/views
/usr/share/drupal7/modules/entity/views/entity.views.inc
/usr/share/drupal7/modules/entity/views/entity_views_example_query.php
/usr/share/drupal7/modules/entity/views/handlers
/usr/share/drupal7/modules/entity/views/handlers/entity_views_field_handler_helper.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_area_entity.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_boolean.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_date.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_duration.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_entity.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_field.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_numeric.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_options.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_text.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_field_uri.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_relationship.inc
/usr/share/drupal7/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc
/usr/share/drupal7/modules/entity/views/plugins
/usr/share/drupal7/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc
/usr/share/licenses/drupal7-entity
/usr/share/licenses/drupal7-entity/LICENSE.txt

References

Summary

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