How To Install drupal7-i18n_boxes on Fedora 36

In this tutorial we learn how to install drupal7-i18n_boxes in Fedora 36. drupal7-i18n_boxes is Provides the ability to localize Boxes blocks

Introduction

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

What is drupal7-i18n_boxes

This module enables block titles and block content to be exported to code (via boxes) and then be translated (via i18n_string). This package provides the following Drupal module * i18n_boxes

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

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

sudo dnf -y install drupal7-i18n_boxes

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

sudo yum -y install drupal7-i18n_boxes

How To Uninstall drupal7-i18n_boxes on Fedora 36

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

sudo dnf remove drupal7-i18n_boxes

drupal7-i18n_boxes Package Contents on Fedora 36

/usr/share/doc/drupal7-i18n_boxes
/usr/share/doc/drupal7-i18n_boxes/LICENSE.txt
/usr/share/doc/drupal7-i18n_boxes/drupal7-i18n_boxes-RPM-README.txt
/usr/share/drupal7/modules/i18n_boxes
/usr/share/drupal7/modules/i18n_boxes/i18n_boxes.info
/usr/share/drupal7/modules/i18n_boxes/i18n_boxes.install
/usr/share/drupal7/modules/i18n_boxes/i18n_boxes.module
/usr/share/drupal7/modules/i18n_boxes/plugins
/usr/share/drupal7/modules/i18n_boxes/plugins/boxes
/usr/share/drupal7/modules/i18n_boxes/plugins/boxes/boxes_i18n.inc

References

Summary

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