How To Install drupal7-cs_adaptive_image on Fedora 36

In this tutorial we learn how to install drupal7-cs_adaptive_image in Fedora 36. drupal7-cs_adaptive_image is Client-side adaptive image

Introduction

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

What is drupal7-cs_adaptive_image

The Client-side adaptive image module helps build responsive web designs with fluid images by providing an Image field formatter that allows you to select appropriate image styles for various client widths. With this module, you can ensure that for each Image field only the most appropriately sized image gets downloaded by the client. You can serve light images to mobile users while still providing the best quality images to visitors equipped with large screens. Some highlights * Per-field configuration (for each view mode) * Relies on JavaScript but provides a clean fallback for clients lacking it * No cookies required * No external libraries required * No extra server configuration needed * Does not attempt to perform any client OS detection * Reverse proxy cache friendly This package provides the following Drupal module * cs_adaptive_image

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

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

sudo dnf -y install drupal7-cs_adaptive_image

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

sudo yum -y install drupal7-cs_adaptive_image

How To Uninstall drupal7-cs_adaptive_image on Fedora 36

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

sudo dnf remove drupal7-cs_adaptive_image

drupal7-cs_adaptive_image Package Contents on Fedora 36

/usr/share/doc/drupal7-cs_adaptive_image
/usr/share/doc/drupal7-cs_adaptive_image/LICENSE.txt
/usr/share/doc/drupal7-cs_adaptive_image/README.txt
/usr/share/doc/drupal7-cs_adaptive_image/drupal7-cs_adaptive_image-RPM-README.txt
/usr/share/drupal7/modules/cs_adaptive_image
/usr/share/drupal7/modules/cs_adaptive_image/cs_adaptive_image.admin.inc
/usr/share/drupal7/modules/cs_adaptive_image/cs_adaptive_image.info
/usr/share/drupal7/modules/cs_adaptive_image/cs_adaptive_image.install
/usr/share/drupal7/modules/cs_adaptive_image/cs_adaptive_image.js
/usr/share/drupal7/modules/cs_adaptive_image/cs_adaptive_image.module

References

Summary

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