How To Install drupal7-title on Fedora 36

In this tutorial we learn how to install drupal7-title in Fedora 36. drupal7-title is Replaces entity legacy fields with regular fields

Introduction

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

What is drupal7-title

While working on the new content translation system (http core i18n team) faced the need to convert node titles to the Field API in order to make nodes fully translatable. We were not able to make this happen in Drupal 7 core so we decided to find a solution for this in contrib la Automatic Nodetitles (http This will be exploited by the related Entity Translation (http This package provides the following Drupal module * title

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

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

sudo dnf -y install drupal7-title

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

sudo yum -y install drupal7-title

How To Uninstall drupal7-title on Fedora 36

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

sudo dnf remove drupal7-title

drupal7-title Package Contents on Fedora 36

/usr/share/doc/drupal7-title
/usr/share/doc/drupal7-title/CHANGELOG.txt
/usr/share/doc/drupal7-title/MAINTAINERS.txt
/usr/share/doc/drupal7-title/README.txt
/usr/share/drupal7/modules/title
/usr/share/drupal7/modules/title/tests
/usr/share/drupal7/modules/title/tests/title.test
/usr/share/drupal7/modules/title/tests/title_test.info
/usr/share/drupal7/modules/title/tests/title_test.install
/usr/share/drupal7/modules/title/tests/title_test.module
/usr/share/drupal7/modules/title/title.admin.inc
/usr/share/drupal7/modules/title/title.api.php
/usr/share/drupal7/modules/title/title.core.inc
/usr/share/drupal7/modules/title/title.field.inc
/usr/share/drupal7/modules/title/title.info
/usr/share/drupal7/modules/title/title.install
/usr/share/drupal7/modules/title/title.module
/usr/share/drupal7/modules/title/views
/usr/share/drupal7/modules/title/views/title.views.inc
/usr/share/drupal7/modules/title/views/views_handler_title_field.inc
/usr/share/licenses/drupal7-title
/usr/share/licenses/drupal7-title/LICENSE.txt

References

Summary

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