How to Install and Uninstall texlive-markdown.noarch Package on Fedora 35

Last updated: June 29,2024

1. Install "texlive-markdown.noarch" package

Please follow the steps below to install texlive-markdown.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install texlive-markdown.noarch

2. Uninstall "texlive-markdown.noarch" package

This is a short guide on how to uninstall texlive-markdown.noarch on Fedora 35:

$ sudo dnf remove texlive-markdown.noarch $ sudo dnf autoremove

3. Information about the texlive-markdown.noarch package on Fedora 35

Last metadata expiration check: 3:06:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-markdown
Epoch : 9
Version : svn56414
Release : 48.fc35
Architecture : noarch
Size : 53 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : A package for converting and rendering markdown documents inside TeX
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides facilities for the conversion of markdown
: markup to plain TeX. These are provided both in form of a Lua
: module and in form of plain TeX, LaTeX, and ConTeXt macro
: packages that enable the direct inclusion of markdown documents
: inside TeX documents. Architecturally, the package consists of
: the Lunamark Lua module by John MacFarlane, which was slimmed
: down and rewritten for the needs of the package. Lunamark
: provides speedy markdown parsing for the rest of the package.
: On top of Lunamark sits code for the plain TeX, LaTeX, and
: ConTeXt formats by Vit Novotny.