How To Install drupal7-path_breadcrumbs on CentOS 7

In this tutorial we learn how to install drupal7-path_breadcrumbs on CentOS 7. 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 CentOS 7.

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 CentOS 7. 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 CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install drupal7-path_breadcrumbs using yum by running the following command:

sudo yum -y install drupal7-path_breadcrumbs

Install drupal7-path_breadcrumbs on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install drupal7-path_breadcrumbs using dnf by running the following command:

sudo dnf -y install drupal7-path_breadcrumbs

How To Uninstall drupal7-path_breadcrumbs on CentOS 7

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

sudo dnf remove drupal7-path_breadcrumbs

References

Summary

In this tutorial we learn how to install drupal7-path_breadcrumbs on CentOS 7 using yum and dnf.