How To Install drupal7-link on Fedora 36

In this tutorial we learn how to install drupal7-link in Fedora 36. drupal7-link is Defines simple link field types

Introduction

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

The link module can be count to the top 50 modules in Drupal installations and provides a standard custom content field for links. With this module links can be added easily to any content types and profiles and include advanced validating and different ways of storing internal or external links and URLs. It also supports additional link text title, site wide tokens for titles and title attributes, target attributes, CSS class attribution, static repeating values, input conversion, and many more. This package provides the following Drupal module * link

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install drupal7-link using dnf by running the following command:

sudo dnf -y install drupal7-link

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install drupal7-link using yum by running the following command:

sudo yum -y install drupal7-link

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

sudo dnf remove drupal7-link
/usr/share/doc/drupal7-link
/usr/share/doc/drupal7-link/CHANGELOG.txt
/usr/share/doc/drupal7-link/README.txt
/usr/share/drupal7/modules/link
/usr/share/drupal7/modules/link/css
/usr/share/drupal7/modules/link/css/link.css
/usr/share/drupal7/modules/link/link.devel_generate.inc
/usr/share/drupal7/modules/link/link.diff.inc
/usr/share/drupal7/modules/link/link.info
/usr/share/drupal7/modules/link/link.install
/usr/share/drupal7/modules/link/link.migrate.inc
/usr/share/drupal7/modules/link/link.module
/usr/share/drupal7/modules/link/tests
/usr/share/drupal7/modules/link/tests/link.attribute.test
/usr/share/drupal7/modules/link/tests/link.crud.test
/usr/share/drupal7/modules/link/tests/link.crud_browser.test
/usr/share/drupal7/modules/link/tests/link.entity_token.test
/usr/share/drupal7/modules/link/tests/link.multilingual.test
/usr/share/drupal7/modules/link/tests/link.test
/usr/share/drupal7/modules/link/tests/link.token.test
/usr/share/drupal7/modules/link/tests/link.validate.test
/usr/share/drupal7/modules/link/views
/usr/share/drupal7/modules/link/views/link_views_handler_argument_target.inc
/usr/share/drupal7/modules/link/views/link_views_handler_filter_protocol.inc
/usr/share/licenses/drupal7-link
/usr/share/licenses/drupal7-link/LICENSE.txt

References

Summary

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