How to Install and Uninstall texlive-clojure-pamphlet.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "texlive-clojure-pamphlet.noarch" package

This is a short guide on how to install texlive-clojure-pamphlet.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install texlive-clojure-pamphlet.noarch

2. Uninstall "texlive-clojure-pamphlet.noarch" package

Here is a brief guide to show you how to uninstall texlive-clojure-pamphlet.noarch on Fedora 36:

$ sudo dnf remove texlive-clojure-pamphlet.noarch $ sudo dnf autoremove

3. Information about the texlive-clojure-pamphlet.noarch package on Fedora 36

Last metadata expiration check: 3:50:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : texlive-clojure-pamphlet
Epoch : 9
Version : 20210325
Release : 47.fc36
Architecture : noarch
Size : 205 k
Source : texlive-base-20210325-47.fc36.src.rpm
Repository : fedora
Summary : A simple literate programming tool based on clojure's pamphlet system
URL : http://tug.org/texlive/
License : GPLv3+
Description : 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.