How To Install drupal7-site_map on Fedora 36

In this tutorial we learn how to install drupal7-site_map in Fedora 36. drupal7-site_map is Provides a site map that gives visitors an overview of your site

Introduction

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

What is drupal7-site_map

This module provides a site map that gives visitors an overview of your site. This package provides the following Drupal module * site_map

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

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

sudo dnf -y install drupal7-site_map

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

sudo yum -y install drupal7-site_map

How To Uninstall drupal7-site_map on Fedora 36

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

sudo dnf remove drupal7-site_map

drupal7-site_map Package Contents on Fedora 36

/usr/share/doc/drupal7-site_map
/usr/share/doc/drupal7-site_map/README.txt
/usr/share/drupal7/modules/site_map
/usr/share/drupal7/modules/site_map/LICENSE.txt
/usr/share/drupal7/modules/site_map/README.txt
/usr/share/drupal7/modules/site_map/feed-small-comment.png
/usr/share/drupal7/modules/site_map/feed-small.png
/usr/share/drupal7/modules/site_map/site-map.tpl.php
/usr/share/drupal7/modules/site_map/site_map.admin.inc
/usr/share/drupal7/modules/site_map/site_map.info
/usr/share/drupal7/modules/site_map/site_map.install
/usr/share/drupal7/modules/site_map/site_map.module
/usr/share/drupal7/modules/site_map/site_map.test
/usr/share/drupal7/modules/site_map/site_map.theme.css
/usr/share/drupal7/modules/site_map/site_map.theme.inc
/usr/share/licenses/drupal7-site_map
/usr/share/licenses/drupal7-site_map/LICENSE.txt

References

Summary

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