How To Install drupal7-mediawiki_api on Fedora 36

In this tutorial we learn how to install drupal7-mediawiki_api in Fedora 36. drupal7-mediawiki_api is Provides a MediaWiki syntax to html conversion input filter

Introduction

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

What is drupal7-mediawiki_api

This module provides an input filter which allows the conversion of content marked up using MediaWiki syntax to html for display on your drupal site, by using the “parse” feature of the MediaWiki API.

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

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

sudo dnf -y install drupal7-mediawiki_api

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

sudo yum -y install drupal7-mediawiki_api

How To Uninstall drupal7-mediawiki_api on Fedora 36

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

sudo dnf remove drupal7-mediawiki_api

drupal7-mediawiki_api Package Contents on Fedora 36

/usr/share/doc/drupal7-mediawiki_api
/usr/share/doc/drupal7-mediawiki_api/INSTALL.txt
/usr/share/doc/drupal7-mediawiki_api/README.txt
/usr/share/drupal7/modules/mediawiki_api
/usr/share/drupal7/modules/mediawiki_api/mediawiki_api.info
/usr/share/drupal7/modules/mediawiki_api/mediawiki_api.module
/usr/share/licenses/drupal7-mediawiki_api
/usr/share/licenses/drupal7-mediawiki_api/LICENSE.txt

References

Summary

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