How To Install drupal7-token on Fedora 36

In this tutorial we learn how to install drupal7-token in Fedora 36. drupal7-token is Provides a user interface for the Token API and some missing core tokens

Introduction

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

What is drupal7-token

Tokens are small bits of text that can be placed into larger documents via simple placeholders, like %site-name or [user]. The Token module provides a central API for modules to use these tokens, and expose their own token values. Note that Token module doesn’t provide any visible functions to the user on its’ own, it just provides token handling services for other modules. This package provides the following Drupal module * token

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

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

sudo dnf -y install drupal7-token

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

sudo yum -y install drupal7-token

How To Uninstall drupal7-token on Fedora 36

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

sudo dnf remove drupal7-token

drupal7-token Package Contents on Fedora 36

/usr/share/doc/drupal7-token
/usr/share/doc/drupal7-token/README.txt
/usr/share/drupal7/modules/token
/usr/share/drupal7/modules/token/arrow-down.png
/usr/share/drupal7/modules/token/arrow-right.png
/usr/share/drupal7/modules/token/jquery.treeTable.css
/usr/share/drupal7/modules/token/jquery.treeTable.js
/usr/share/drupal7/modules/token/tests
/usr/share/drupal7/modules/token/tests/token_test.info
/usr/share/drupal7/modules/token/tests/token_test.module
/usr/share/drupal7/modules/token/tests/token_test.tokens.inc
/usr/share/drupal7/modules/token/token.css
/usr/share/drupal7/modules/token/token.drush.inc
/usr/share/drupal7/modules/token/token.info
/usr/share/drupal7/modules/token/token.install
/usr/share/drupal7/modules/token/token.js
/usr/share/drupal7/modules/token/token.module
/usr/share/drupal7/modules/token/token.pages.inc
/usr/share/drupal7/modules/token/token.test
/usr/share/drupal7/modules/token/token.tokens.inc
/usr/share/licenses/drupal7-token
/usr/share/licenses/drupal7-token/LICENSE.txt

References

Summary

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