How To Install drupal7-language_switcher on Fedora 36

In this tutorial we learn how to install drupal7-language_switcher in Fedora 36. drupal7-language_switcher is Language switcher

Introduction

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

What is drupal7-language_switcher

Language Switcher for Drupal 7 is an enhancement for core language switcher block in local module. It’s very useful for websites with multi-languages where you want to display content in different languages side-by-side. Watch this video (http the concept. Features * Divide your website page to a number of sections where each sections contains nodes in one language. This package provides the following Drupal module * language_switcher

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

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

sudo dnf -y install drupal7-language_switcher

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

sudo yum -y install drupal7-language_switcher

How To Uninstall drupal7-language_switcher on Fedora 36

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

sudo dnf remove drupal7-language_switcher

drupal7-language_switcher Package Contents on Fedora 36

/usr/share/doc/drupal7-language_switcher
/usr/share/doc/drupal7-language_switcher/INSTALL.txt
/usr/share/doc/drupal7-language_switcher/LICENSE.txt
/usr/share/doc/drupal7-language_switcher/README.txt
/usr/share/doc/drupal7-language_switcher/drupal7-language_switcher-RPM-README.txt
/usr/share/drupal7/modules/language_switcher
/usr/share/drupal7/modules/language_switcher/language_switcher.admin.inc
/usr/share/drupal7/modules/language_switcher/language_switcher.css
/usr/share/drupal7/modules/language_switcher/language_switcher.info
/usr/share/drupal7/modules/language_switcher/language_switcher.js
/usr/share/drupal7/modules/language_switcher/language_switcher.module
/usr/share/drupal7/modules/language_switcher/language_switcher.test

References

Summary

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