How To Install drupal7-ds on CentOS 7

In this tutorial we learn how to install drupal7-ds on CentOS 7. drupal7-ds is Extend the display options for every entity type

Introduction

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

What is drupal7-ds

Display Suite allows you to take full control over how your content is displayed using a drag and drop interface. Arrange your nodes, views, comments, user data etc. the way you want without having to work your way through dozens of template files. A predefined list of layouts (D7 only) is available for even more drag and drop fun! By defining custom view modes (build modes in D6), you can define how one piece of content should be displayed in different places such as teaser lists, search results, the full node, views etc. Watch a screen-cast (http in action! This package provides the following Drupal modules * ds * ds_devel (NOTE * ds_extras * ds_format * ds_forms * ds_search * ds_ui

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

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

sudo yum -y install drupal7-ds

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

sudo dnf -y install drupal7-ds

How To Uninstall drupal7-ds on CentOS 7

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

sudo dnf remove drupal7-ds

References

Summary

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