How To Install mediawiki-backtick-code on Fedora 36

In this tutorial we learn how to install mediawiki-backtick-code in Fedora 36. mediawiki-backtick-code is MediaWiki extension to wrap text between backticks in code tags

Introduction

In this tutorial we learn how to install mediawiki-backtick-code on Fedora 36.

What is mediawiki-backtick-code

The BacktickCode extension wraps tags around wikitext which is placed between backtick characters. This provides a handy wiki-editing shortcut for wikis that expect a lot of inlined snippets in its pages, and functions similarly to the standard MediaWiki ’’’ -> bold formatting shortcut. Backtick characters within

 blocks will not be altered by this extension. Backticks outside of 
 blocks can also be output to the  page by escaping them as `.

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

Install mediawiki-backtick-code 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 mediawiki-backtick-code using dnf by running the following command:

sudo dnf -y install mediawiki-backtick-code

Install mediawiki-backtick-code 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 mediawiki-backtick-code using yum by running the following command:

sudo yum -y install mediawiki-backtick-code

How To Uninstall mediawiki-backtick-code on Fedora 36

To uninstall only the mediawiki-backtick-code package we can use the following command:

sudo dnf remove mediawiki-backtick-code

mediawiki-backtick-code Package Contents on Fedora 36

/usr/share/doc/mediawiki-backtick-code
/usr/share/doc/mediawiki-backtick-code/README.md
/usr/share/licenses/mediawiki-backtick-code
/usr/share/licenses/mediawiki-backtick-code/LICENSE
/usr/share/mediawiki/extensions/BacktickCode
/usr/share/mediawiki/extensions/BacktickCode/BacktickCode.php
/usr/share/mediawiki/extensions/BacktickCode/extension.json

References

Summary

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