How To Install drupal7-cck on Fedora 36

In this tutorial we learn how to install drupal7-cck in Fedora 36. drupal7-cck is Miscellaneous field functions not handled by core

Introduction

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

What is drupal7-cck

The Content Construction Kit allows you to add custom fields to nodes using a web browser. This package provides the following Drupal modules * cck * content_migrate

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

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

sudo dnf -y install drupal7-cck

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

sudo yum -y install drupal7-cck

How To Uninstall drupal7-cck on Fedora 36

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

sudo dnf remove drupal7-cck

drupal7-cck Package Contents on Fedora 36

/usr/share/doc/drupal7-cck
/usr/share/doc/drupal7-cck/LICENSE.txt
/usr/share/doc/drupal7-cck/drupal7-cck-RPM-README.txt
/usr/share/drupal7/modules/cck
/usr/share/drupal7/modules/cck/cck.info
/usr/share/drupal7/modules/cck/cck.install
/usr/share/drupal7/modules/cck/cck.module
/usr/share/drupal7/modules/cck/modules
/usr/share/drupal7/modules/cck/modules/content_migrate
/usr/share/drupal7/modules/cck/modules/content_migrate/content_migrate.api.php
/usr/share/drupal7/modules/cck/modules/content_migrate/content_migrate.info
/usr/share/drupal7/modules/cck/modules/content_migrate/content_migrate.install
/usr/share/drupal7/modules/cck/modules/content_migrate/content_migrate.module
/usr/share/drupal7/modules/cck/modules/content_migrate/includes
/usr/share/drupal7/modules/cck/modules/content_migrate/includes/content_migrate.admin.inc
/usr/share/drupal7/modules/cck/modules/content_migrate/includes/content_migrate.drush.inc
/usr/share/drupal7/modules/cck/modules/content_migrate/includes/content_migrate.values.inc
/usr/share/drupal7/modules/cck/modules/content_migrate/modules
/usr/share/drupal7/modules/cck/modules/content_migrate/modules/content_migrate.file.inc
/usr/share/drupal7/modules/cck/modules/content_migrate/modules/content_migrate.number.inc
/usr/share/drupal7/modules/cck/modules/content_migrate/modules/content_migrate.options.inc
/usr/share/drupal7/modules/cck/modules/content_migrate/modules/content_migrate.text.inc
/usr/share/drupal7/modules/cck/modules/content_migrate/tests
/usr/share/drupal7/modules/cck/modules/content_migrate/tests/content_migrate.test

References

Summary

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