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

Last updated: June 18,2024

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

Learn how to install texlive-clojure-pamphlet.noarch on Fedora 34

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

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

This guide let you learn how to uninstall texlive-clojure-pamphlet.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:07:45 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : texlive-clojure-pamphlet
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 204 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
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.