How To Install drupal7-views_rss on Fedora 36

In this tutorial we learn how to install drupal7-views_rss in Fedora 36. drupal7-views_rss is Provides a views plugin that allows fields in RSS feeds

Introduction

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

What is drupal7-views_rss

This module allows users to take control of their feeds by providing a fields-based views style plugin for RSS. This package provides the following Drupal modules * views_rss * views_rss_core * views_rss_dc

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

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

sudo dnf -y install drupal7-views_rss

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

sudo yum -y install drupal7-views_rss

How To Uninstall drupal7-views_rss on Fedora 36

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

sudo dnf remove drupal7-views_rss

drupal7-views_rss Package Contents on Fedora 36

/usr/share/doc/drupal7-views_rss
/usr/share/doc/drupal7-views_rss/LICENSE.txt
/usr/share/doc/drupal7-views_rss/drupal7-views_rss-RPM-README.txt
/usr/share/drupal7/modules/views_rss
/usr/share/drupal7/modules/views_rss/modules
/usr/share/drupal7/modules/views_rss/modules/views_rss_core
/usr/share/drupal7/modules/views_rss/modules/views_rss_core/views_rss_core.field.inc
/usr/share/drupal7/modules/views_rss/modules/views_rss_core/views_rss_core.inc
/usr/share/drupal7/modules/views_rss/modules/views_rss_core/views_rss_core.info
/usr/share/drupal7/modules/views_rss/modules/views_rss_core/views_rss_core.install
/usr/share/drupal7/modules/views_rss/modules/views_rss_core/views_rss_core.module
/usr/share/drupal7/modules/views_rss/modules/views_rss_dc
/usr/share/drupal7/modules/views_rss/modules/views_rss_dc/views_rss_dc.info
/usr/share/drupal7/modules/views_rss/modules/views_rss_dc/views_rss_dc.install
/usr/share/drupal7/modules/views_rss/modules/views_rss_dc/views_rss_dc.module
/usr/share/drupal7/modules/views_rss/theme
/usr/share/drupal7/modules/views_rss/theme/theme.inc
/usr/share/drupal7/modules/views_rss/theme/views-view-views-rss.tpl.php
/usr/share/drupal7/modules/views_rss/views
/usr/share/drupal7/modules/views_rss/views/views_rss.views.inc
/usr/share/drupal7/modules/views_rss/views/views_rss_handler_field_term_node_tid.inc
/usr/share/drupal7/modules/views_rss/views/views_rss_handler_field_user_mail.inc
/usr/share/drupal7/modules/views_rss/views/views_rss_plugin_style_fields.inc
/usr/share/drupal7/modules/views_rss/views_rss.info
/usr/share/drupal7/modules/views_rss/views_rss.module

References

Summary

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