How To Install drupal7-l10n_client on Fedora 36

In this tutorial we learn how to install drupal7-l10n_client in Fedora 36. drupal7-l10n_client is Provides on-page localization

Introduction

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

What is drupal7-l10n_client

This module helps you fix translations on your site as you see the issues. Just by navigating around your pages, you’ll be able to fix translations and fill in missing ones using the on-page translation editor. At the same time, if configured properly, the module also submits your translations back to the community, to localize.drupal.org (http localization server. This package provides the following Drupal module * l10n_client

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

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

sudo dnf -y install drupal7-l10n_client

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

sudo yum -y install drupal7-l10n_client

How To Uninstall drupal7-l10n_client on Fedora 36

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

sudo dnf remove drupal7-l10n_client

drupal7-l10n_client Package Contents on Fedora 36

/usr/share/doc/drupal7-l10n_client
/usr/share/doc/drupal7-l10n_client/LICENSE.txt
/usr/share/doc/drupal7-l10n_client/README.txt
/usr/share/doc/drupal7-l10n_client/drupal7-l10n_client-RPM-README.txt
/usr/share/drupal7/modules/l10n_client
/usr/share/drupal7/modules/l10n_client/jquery.hotkeys.js
/usr/share/drupal7/modules/l10n_client/l10n_client-rtl.css
/usr/share/drupal7/modules/l10n_client/l10n_client.admin.inc
/usr/share/drupal7/modules/l10n_client/l10n_client.css
/usr/share/drupal7/modules/l10n_client/l10n_client.info
/usr/share/drupal7/modules/l10n_client/l10n_client.install
/usr/share/drupal7/modules/l10n_client/l10n_client.js
/usr/share/drupal7/modules/l10n_client/l10n_client.module
/usr/share/drupal7/modules/l10n_client/l10n_client.test
/usr/share/drupal7/modules/l10n_client/l10n_client_test
/usr/share/drupal7/modules/l10n_client/l10n_client_test/l10n_client_test.info
/usr/share/drupal7/modules/l10n_client/l10n_client_test/l10n_client_test.module

References

Summary

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