How to Install and Uninstall drupal7-votingapi.noarch Package on Fedora 35

Last updated: September 23,2024

1. Install "drupal7-votingapi.noarch" package

In this section, we are going to explain the necessary steps to install drupal7-votingapi.noarch on Fedora 35

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

2. Uninstall "drupal7-votingapi.noarch" package

In this section, we are going to explain the necessary steps to uninstall drupal7-votingapi.noarch on Fedora 35:

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

3. Information about the drupal7-votingapi.noarch package on Fedora 35

Last metadata expiration check: 0:30:09 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : drupal7-votingapi
Version : 2.12
Release : 16.fc35
Architecture : noarch
Size : 40 k
Source : drupal7-votingapi-2.12-16.fc35.src.rpm
Repository : fedora
Summary : Provides a shared voting API for other modules
URL : http://drupal.org/project/votingapi
License : GPLv2+
Description : VotingAPI helps developers who want to use a standardized API and schema for
: storing, retrieving, and tabulating votes for Drupal content.
:
: Among other things, it supports:
: * Rating of any content (comments, nodes, users, fish, whatever)
: * Multi-criteria voting (rate a game based on video, audio, and replayability)
: * Automatic tabulation of results (with support for different voting styles,
: like 'percentage' and '+1/-1')
: * Efficient caching of results (sorting and filtering doesn't require any
: recalculation)
: * Hooks for additional vote calculations
:
: Note that this module does NOT directly expose any voting mechanisms to end
: users. It's a framework designed to make life easier for other developers,
: and to standardize voting data for consumption by other modules (like Views).
:
: For some examples of simple voting systems based on VotingAPI, check
: Is Useful [1], Fivestar [2], and Plus1 [3].
:
: This package provides the following Drupal module:
: * votingapi
:
: [1] http://drupal.org/project/is_useful
: [2] http://drupal.org/project/fivestar
: [3] http://drupal.org/project/plus1