How To Install lua-markdown on Fedora 36

In this tutorial we learn how to install lua-markdown in Fedora 36. lua-markdown is Markdown module for Lua

Introduction

In this tutorial we learn how to install lua-markdown on Fedora 36.

What is lua-markdown

This is an implementation of the popular text markup language Markdown in pure Lua. Markdown can convert documents written in a simple and easy to read text format to well-formatted HTML.

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

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

sudo dnf -y install lua-markdown

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

sudo yum -y install lua-markdown

How To Uninstall lua-markdown on Fedora 36

To uninstall only the lua-markdown package we can use the following command:

sudo dnf remove lua-markdown

lua-markdown Package Contents on Fedora 36

/usr/bin/markdown.lua
/usr/share/lua/5.4/markdown.lua

References

Summary

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