How To Install drupal7-pathauto on Fedora 36

In this tutorial we learn how to install drupal7-pathauto in Fedora 36. drupal7-pathauto is Automatically generates URL/path aliases for various kinds of content

Introduction

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

What is drupal7-pathauto

The Pathauto module automatically generates URL/path aliases for various kinds of content (nodes, taxonomy terms, users) without requiring the user to manually specify the path alias. This allows you to have URL aliases like /category/my-node-title instead of /node/123. The aliases are based upon a “pattern” system that uses tokens which the administrator can change. This package provides the following Drupal module * pathauto

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

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

sudo dnf -y install drupal7-pathauto

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

sudo yum -y install drupal7-pathauto

How To Uninstall drupal7-pathauto on Fedora 36

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

sudo dnf remove drupal7-pathauto

drupal7-pathauto Package Contents on Fedora 36

/usr/share/drupal7/modules/pathauto
/usr/share/drupal7/modules/pathauto/INSTALL.txt
/usr/share/drupal7/modules/pathauto/LICENSE.txt
/usr/share/drupal7/modules/pathauto/README.txt
/usr/share/drupal7/modules/pathauto/pathauto.admin.inc
/usr/share/drupal7/modules/pathauto/pathauto.api.php
/usr/share/drupal7/modules/pathauto/pathauto.inc
/usr/share/drupal7/modules/pathauto/pathauto.info
/usr/share/drupal7/modules/pathauto/pathauto.install
/usr/share/drupal7/modules/pathauto/pathauto.js
/usr/share/drupal7/modules/pathauto/pathauto.migrate.inc
/usr/share/drupal7/modules/pathauto/pathauto.module
/usr/share/drupal7/modules/pathauto/pathauto.pathauto.inc
/usr/share/drupal7/modules/pathauto/pathauto.test
/usr/share/drupal7/modules/pathauto/pathauto.tokens.inc
/usr/share/licenses/drupal7-pathauto
/usr/share/licenses/drupal7-pathauto/LICENSE.txt

References

Summary

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