How To Install drupal7-path_breadcrumbs on Fedora 36

In this tutorial we learn how to install drupal7-path_breadcrumbs in Fedora 36. drupal7-path_breadcrumbs is Allows creation of custom breadcrumbs for any page using contexts

Introduction

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

What is drupal7-path_breadcrumbs

Path breadcrumbs module helps you to create breadcrumbs for any page with any selection rules and load any entity from the URL. Features * Breadcrumbs navigation may be added to any kind of page (example * You can load contexts from URL and use it like tokens for breadcrumb path or title. * You can use selection rules for every breadcrumbs navigation. * Supports ALL tokens from Entity tokens module (part of Entity module). * You can import/export breadcrumbs (supports single operations, Features and Ctools bulk export). * Breadcrumbs can be cloned to save you time while building navigation. * Module provides rich snippets support for breadcrumbs (RDFa and Microdata). * Module provides first/last/odd/even classes to every breadcrumb link. * You can change breadcrumbs delimiter. * Breadcrumbs could be hidden if they contain only one element. * You can disable breadcrumbs and enable them later. * All breadcrumb titles are translatable. * Usable interface. This package provides the following Drupal modules * path_breadcrumbs * path_breadcrumbs_i18n (requires drupal7-i18n) * path_breadcrumbs_ui

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

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

sudo dnf -y install drupal7-path_breadcrumbs

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

sudo yum -y install drupal7-path_breadcrumbs

How To Uninstall drupal7-path_breadcrumbs on Fedora 36

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

sudo dnf remove drupal7-path_breadcrumbs

drupal7-path_breadcrumbs Package Contents on Fedora 36

/usr/share/drupal7/modules/path_breadcrumbs
/usr/share/drupal7/modules/path_breadcrumbs/CHANGELOG.txt
/usr/share/drupal7/modules/path_breadcrumbs/LICENSE.txt
/usr/share/drupal7/modules/path_breadcrumbs/README.txt
/usr/share/drupal7/modules/path_breadcrumbs/css
/usr/share/drupal7/modules/path_breadcrumbs/css/path_breadcrumbs.css
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs.api.php
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs.info
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs.info.inc
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs.install
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs.module
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs.tokens.inc
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs.variable.inc
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_i18n
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_i18n/path_breadcrumbs_i18n.inc
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_i18n/path_breadcrumbs_i18n.info
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_i18n/path_breadcrumbs_i18n.module
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/css
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/css/path_breadcrumbs_ui.css
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/includes
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/includes/path_breadcrumbs_ui.autocomplete.inc
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/js
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/js/path_breadcrumbs_ui.js
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.admin.inc
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.info
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.install
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.module
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.pages.inc
/usr/share/drupal7/modules/path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.theme.inc
/usr/share/drupal7/modules/path_breadcrumbs/plugins
/usr/share/drupal7/modules/path_breadcrumbs/plugins/access
/usr/share/drupal7/modules/path_breadcrumbs/plugins/access/path_breadcrumbs_term_children.inc
/usr/share/drupal7/modules/path_breadcrumbs/plugins/access/path_breadcrumbs_term_depth.inc
/usr/share/drupal7/modules/path_breadcrumbs/plugins/contexts
/usr/share/drupal7/modules/path_breadcrumbs/plugins/contexts/path_breadcrumbs_site.inc
/usr/share/drupal7/modules/path_breadcrumbs/plugins/contexts/path_breadcrumbs_user.inc
/usr/share/licenses/drupal7-path_breadcrumbs
/usr/share/licenses/drupal7-path_breadcrumbs/LICENSE.txt

References

Summary

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