How To Install texlive-bitset on Fedora 36

In this tutorial we learn how to install texlive-bitset in Fedora 36. texlive-bitset is Handle bit-vector datatype

Introduction

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

What is texlive-bitset

This package defines and implements the data type bit set, a vector of bits. The size of the vector may grow dynamically. Individual bits can be manipulated.

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

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

sudo dnf -y install texlive-bitset

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

sudo yum -y install texlive-bitset

How To Uninstall texlive-bitset on Fedora 36

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

sudo dnf remove texlive-bitset

texlive-bitset Package Contents on Fedora 36

/usr/share/licenses/texlive-bitset
/usr/share/licenses/texlive-bitset/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/bitset
/usr/share/texlive/texmf-dist/doc/latex/bitset/README.md
/usr/share/texlive/texmf-dist/doc/latex/bitset/bitset.pdf
/usr/share/texlive/texmf-dist/tex/generic/bitset
/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty

References

Summary

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