How To Install drupal7-google_analytics on Fedora 36

In this tutorial we learn how to install drupal7-google_analytics in Fedora 36. drupal7-google_analytics is Adds the Google Analytics web statistics tracking system to your website

Introduction

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

What is drupal7-google_analytics

Adds the Google Analytics web statistics tracking system to your website. This package provides the following Drupal module * googleanalytics

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

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

sudo dnf -y install drupal7-google_analytics

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

sudo yum -y install drupal7-google_analytics

How To Uninstall drupal7-google_analytics on Fedora 36

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

sudo dnf remove drupal7-google_analytics

drupal7-google_analytics Package Contents on Fedora 36

/usr/share/doc/drupal7-google_analytics
/usr/share/doc/drupal7-google_analytics/README.txt
/usr/share/drupal7/modules/google_analytics
/usr/share/drupal7/modules/google_analytics/googleanalytics.admin.inc
/usr/share/drupal7/modules/google_analytics/googleanalytics.admin.js
/usr/share/drupal7/modules/google_analytics/googleanalytics.debug.js
/usr/share/drupal7/modules/google_analytics/googleanalytics.info
/usr/share/drupal7/modules/google_analytics/googleanalytics.install
/usr/share/drupal7/modules/google_analytics/googleanalytics.js
/usr/share/drupal7/modules/google_analytics/googleanalytics.module
/usr/share/drupal7/modules/google_analytics/googleanalytics.test
/usr/share/drupal7/modules/google_analytics/googleanalytics.test.js
/usr/share/drupal7/modules/google_analytics/googleanalytics.tokens.inc
/usr/share/drupal7/modules/google_analytics/googleanalytics.variable.inc
/usr/share/licenses/drupal7-google_analytics
/usr/share/licenses/drupal7-google_analytics/LICENSE.txt

References

Summary

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