How To Install texlive-cryptocode on Fedora 36

In this tutorial we learn how to install texlive-cryptocode in Fedora 36. texlive-cryptocode is Typesetting pseudocode, protocols, game-based proofs and black-box reductions in cryptography

Introduction

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

What is texlive-cryptocode

The cryptocode package provides a set of macros to ease the typesetting of pseudocode, algorithms and protocols. In addition it comes with a wide range of tools to typeset cryptographic papers. This includes simple predefined commands for concepts such as a security parameter or advantage terms but also flexible and powerful environments to layout game-based proofs or black-box reductions.

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

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

sudo dnf -y install texlive-cryptocode

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

sudo yum -y install texlive-cryptocode

How To Uninstall texlive-cryptocode on Fedora 36

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

sudo dnf remove texlive-cryptocode

texlive-cryptocode Package Contents on Fedora 36

/usr/share/licenses/texlive-cryptocode
/usr/share/licenses/texlive-cryptocode/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/cryptocode
/usr/share/texlive/texmf-dist/tex/latex/cryptocode/cryptocode-2018-11-11.sty
/usr/share/texlive/texmf-dist/tex/latex/cryptocode/cryptocode-2020-04-24.sty
/usr/share/texlive/texmf-dist/tex/latex/cryptocode/cryptocode.sty

References

Summary

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