How To Install texlive-clojure-pamphlet on Fedora 36

In this tutorial we learn how to install texlive-clojure-pamphlet in Fedora 36. texlive-clojure-pamphlet is A simple literate programming tool based on clojure’s pamphlet system

Introduction

In this tutorial we learn how to install texlive-clojure-pamphlet on Fedora 36.

What is texlive-clojure-pamphlet

The Clojure pamphlet system is a system based on the Clojure literate system. In the Clojure’s pamphlet system you have your main LaTeX file, which can be compiled regularly. This file contains documentation and source code (just like in other forms of literate programming). These code snippets are wrapped in the chunk environment, hence they can be recognized by the tangler in order to extract them. Chunks can be included inside each other by the getchunk command (which will be typesetted accordingly). Finally, the LaTeX file will be run through the tangler to get the desired chunk of code.

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

Install texlive-clojure-pamphlet 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 texlive-clojure-pamphlet using dnf by running the following command:

sudo dnf -y install texlive-clojure-pamphlet

Install texlive-clojure-pamphlet 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 texlive-clojure-pamphlet using yum by running the following command:

sudo yum -y install texlive-clojure-pamphlet

How To Uninstall texlive-clojure-pamphlet on Fedora 36

To uninstall only the texlive-clojure-pamphlet package we can use the following command:

sudo dnf remove texlive-clojure-pamphlet

texlive-clojure-pamphlet Package Contents on Fedora 36

/usr/bin/pamphletangler
/usr/share/licenses/texlive-clojure-pamphlet
/usr/share/licenses/texlive-clojure-pamphlet/gpl3.txt
/usr/share/texlive/texmf-dist/doc/support/clojure-pamphlet
/usr/share/texlive/texmf-dist/doc/support/clojure-pamphlet/README
/usr/share/texlive/texmf-dist/doc/support/clojure-pamphlet/clojure-pamphlet_guide.pdf
/usr/share/texlive/texmf-dist/doc/support/clojure-pamphlet/pamphletangler.1
/usr/share/texlive/texmf-dist/scripts/clojure-pamphlet
/usr/share/texlive/texmf-dist/scripts/clojure-pamphlet/pamphletangler
/usr/share/texlive/texmf-dist/tex/latex/clojure-pamphlet
/usr/share/texlive/texmf-dist/tex/latex/clojure-pamphlet/clojure-pamphlet.sty

References

Summary

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