How to Install and Uninstall drupal7-eva.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "drupal7-eva.noarch" package

This guide covers the steps necessary to install drupal7-eva.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install drupal7-eva.noarch

2. Uninstall "drupal7-eva.noarch" package

Please follow the step by step instructions below to uninstall drupal7-eva.noarch on Fedora 34:

$ sudo dnf remove drupal7-eva.noarch $ sudo dnf autoremove

3. Information about the drupal7-eva.noarch package on Fedora 34

Last metadata expiration check: 5:52:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : drupal7-eva
Version : 1.4
Release : 8.fc34
Architecture : noarch
Size : 23 k
Source : drupal7-eva-1.4-8.fc34.src.rpm
Repository : fedora
Summary : Provides a Views display type that can be attached to entities
URL : http://drupal.org/project/eva
License : GPLv2+
Description : "Eva" is short for "Entity Views Attachment;" it provides a Views display plugin
: that allows the output of a View to be attached to the content of any Drupal
: entity. The body of a node or comment, the profile of a user account, or the
: listing page for a Taxonomy term are all examples of entity content.
:
: The placement of the view in the entity's content can be reordered on the
: "Field Display" administration page for that entity, like other fields added
: using the Field UI module.
:
: In addition, the unique ID of the entity the view is attached to -- as well as
: any tokens generated from that entity -- can be passed in as arguments to the
: view. For example, you might make a View that displays posts with an 'Author ID'
: argument, then use Eva to attach the view to the User entity type. When a user
: profile is displayed, the User's ID will be passed in as the argument to the
: view magically.