How To Install drupal7-lang_dropdown on CentOS 7
Introduction
In this tutorial we learn how to install drupal7-lang_dropdown
on CentOS 7.
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 CentOS 7. 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 CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install drupal7-lang_dropdown
using yum
by running the following command:
Install drupal7-lang_dropdown on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install drupal7-lang_dropdown
using dnf
by running the following command:
How To Uninstall drupal7-lang_dropdown on CentOS 7
To uninstall only the drupal7-lang_dropdown
package we can use the following command:
References
Summary
In this tutorial we learn how to install drupal7-lang_dropdown
on CentOS 7 using yum
and dnf
.