How To Install drupal7-crumbs on CentOS 7

In this tutorial we learn how to install drupal7-crumbs on CentOS 7. drupal7-crumbs is The ultimate breadcrumbs module

Introduction

In this tutorial we learn how to install drupal7-crumbs on CentOS 7.

What is drupal7-crumbs

Crumbs is a powerful breadcrumb-building machine, generating high-quality breadcrumbs for most every page on your site, with minimal configuration. The Crumbs engine takes advantage of the hierarchical nature inherent to breadcrumbs page, the parent of the parent, etc, until it has the complete breadcrumb trail. Crumbs uses plugins with fine-grained user-defined priorities, for each step in this process. Plugins for most of your favorite modules are already built-in, and you can add more. A lot of stuff that would require laborious configuration with other breadcrumb-building modules, does work out of the box with Crumbs. And if it doesn’t, there are powerful and ways to configure, customize and extend. Where in other breadcrumb-customizing modules you need to define complete breadcrumbs for various pages and their all their children, in Crumbs you mostly just say “A is the parent of B”, and it can solve all the rest of the puzzle by itself. This package provides the following Drupal modules * crumbs * crumbs_example (requires manual install of xautoload) * crumbs_labs

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

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

sudo yum -y install drupal7-crumbs

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

sudo dnf -y install drupal7-crumbs

How To Uninstall drupal7-crumbs on CentOS 7

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

sudo dnf remove drupal7-crumbs

References

Summary

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