How To Install drupal7-locale_cookie on Fedora 36

In this tutorial we learn how to install drupal7-locale_cookie in Fedora 36. drupal7-locale_cookie is Keeps track of the language by means of a cookie

Introduction

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

This module adds a new method for language detection to Drupal 7, it keeps track of the language by means of a cookie, so the language is preserved no matter of the user is logged in or not. It also works for recurring users.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install drupal7-locale_cookie using dnf by running the following command:

sudo dnf -y install drupal7-locale_cookie

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install drupal7-locale_cookie using yum by running the following command:

sudo yum -y install drupal7-locale_cookie

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

sudo dnf remove drupal7-locale_cookie
/usr/share/doc/drupal7-locale_cookie
/usr/share/doc/drupal7-locale_cookie/LICENSE.txt
/usr/share/doc/drupal7-locale_cookie/drupal7-locale_cookie-fedora-README.txt
/usr/share/drupal7/modules/locale_cookie
/usr/share/drupal7/modules/locale_cookie/includes
/usr/share/drupal7/modules/locale_cookie/includes/locale_cookie.inc
/usr/share/drupal7/modules/locale_cookie/locale_cookie.admin.inc
/usr/share/drupal7/modules/locale_cookie/locale_cookie.info
/usr/share/drupal7/modules/locale_cookie/locale_cookie.module

References

Summary

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