How To Install texlive-biblatex-true-citepages-omit on Fedora 36

In this tutorial we learn how to install texlive-biblatex-true-citepages-omit in Fedora 36. texlive-biblatex-true-citepages-omit is Correction of some limitation of the citepages=omit option of biblatex styles

Introduction

In this tutorial we learn how to install texlive-biblatex-true-citepages-omit on Fedora 36.

What is texlive-biblatex-true-citepages-omit

This package deals with a limitation of the citepages=omit option of the verbose family of biblatex citestyles. The option works when you \cite[xx]{key}, but not when you \cite[\pno~xx, some text]{key}. The package corrects this problem.

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

Install texlive-biblatex-true-citepages-omit 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-biblatex-true-citepages-omit using dnf by running the following command:

sudo dnf -y install texlive-biblatex-true-citepages-omit

Install texlive-biblatex-true-citepages-omit 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-biblatex-true-citepages-omit using yum by running the following command:

sudo yum -y install texlive-biblatex-true-citepages-omit

How To Uninstall texlive-biblatex-true-citepages-omit on Fedora 36

To uninstall only the texlive-biblatex-true-citepages-omit package we can use the following command:

sudo dnf remove texlive-biblatex-true-citepages-omit

texlive-biblatex-true-citepages-omit Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-true-citepages-omit
/usr/share/licenses/texlive-biblatex-true-citepages-omit/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-true-citepages-omit
/usr/share/texlive/texmf-dist/tex/latex/biblatex-true-citepages-omit/biblatex-true-citepages-omit.sty

References

Summary

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