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

Last updated: September 23,2024

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

Please follow the guidance below to install texlive-clojure-pamphlet.noarch on Fedora 39

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

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

Learn how to uninstall texlive-clojure-pamphlet.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:57:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-clojure-pamphlet
Epoch : 11
Version : svn60981
Release : 77.fc39
Architecture : noarch
Size : 204 k
Source : texlive-base-20230311-77.fc39.src.rpm
Repository : fedora
Summary : A simple literate programming tool based on clojure's pamphlet system
URL : http://tug.org/texlive/
License : GPL-3.0-or-later
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.