How To Install drupal7-lang_dropdown on Fedora 36

In this tutorial we learn how to install drupal7-lang_dropdown in Fedora 36. drupal7-lang_dropdown is Provides a dropdown select to switch between available languages

Introduction

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

What is drupal7-lang_dropdown

Language Switcher Dropdown is a very simple module that exposes a new block, similar to the default Language Switcher block provided by Locale module. The new block allows site visitors to switch languages using a drop-down select list instead of using hyperlinks. The module also integrates well with Language Icons (http This package provides the following Drupal module * lang_dropdown

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

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

sudo dnf -y install drupal7-lang_dropdown

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

sudo yum -y install drupal7-lang_dropdown

How To Uninstall drupal7-lang_dropdown on Fedora 36

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

sudo dnf remove drupal7-lang_dropdown

drupal7-lang_dropdown Package Contents on Fedora 36

/usr/share/doc/drupal7-lang_dropdown
/usr/share/doc/drupal7-lang_dropdown/README.txt
/usr/share/drupal7/modules/lang_dropdown
/usr/share/drupal7/modules/lang_dropdown/ddslick
/usr/share/drupal7/modules/lang_dropdown/ddslick/ddsBlue.css
/usr/share/drupal7/modules/lang_dropdown/ddslick/ddsCustom.css.sample
/usr/share/drupal7/modules/lang_dropdown/ddslick/ddsDark.css
/usr/share/drupal7/modules/lang_dropdown/ddslick/ddsDefault.css
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown.css
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown.info
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown.install
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown.js
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown.module
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown_hideout
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown_hideout/lang_dropdown_hideout.info
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown_hideout/lang_dropdown_hideout.install
/usr/share/drupal7/modules/lang_dropdown/lang_dropdown_hideout/lang_dropdown_hideout.module
/usr/share/drupal7/modules/lang_dropdown/msdropdown
/usr/share/drupal7/modules/lang_dropdown/msdropdown/css
/usr/share/drupal7/modules/lang_dropdown/msdropdown/css/msdropdown
/usr/share/drupal7/modules/lang_dropdown/msdropdown/css/msdropdown/ldsBlue.css
/usr/share/drupal7/modules/lang_dropdown/msdropdown/css/msdropdown/ldsCustom.css.sample
/usr/share/drupal7/modules/lang_dropdown/msdropdown/css/msdropdown/ldsDark.css
/usr/share/drupal7/modules/lang_dropdown/msdropdown/css/msdropdown/ldsSkin.css
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsBlue
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsBlue/dd_arrow.gif
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsBlue/title-bg.gif
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsDark
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsDark/dd_arrow.gif
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsDark/title-bg.gif
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsSkin
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsSkin/dd_arrow.gif
/usr/share/drupal7/modules/lang_dropdown/msdropdown/images/msdropdown/ldsSkin/title-bg.gif
/usr/share/licenses/drupal7-lang_dropdown
/usr/share/licenses/drupal7-lang_dropdown/LICENSE.txt

References

Summary

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