How To Install texlive-semioneside on Fedora 36

In this tutorial we learn how to install texlive-semioneside in Fedora 36. texlive-semioneside is Put only special contents on left-hand pages in two sided layout

Introduction

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

What is texlive-semioneside

This package supports the preparation of semi one sided documents. That is, two sided documents, where all text is output on right-hand pages–as in a one-sided documents–and only special contents are output on left-hand pages on user request, e.g., floating objects.

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

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

sudo dnf -y install texlive-semioneside

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

sudo yum -y install texlive-semioneside

How To Uninstall texlive-semioneside on Fedora 36

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

sudo dnf remove texlive-semioneside

texlive-semioneside Package Contents on Fedora 36

/usr/share/licenses/texlive-semioneside
/usr/share/licenses/texlive-semioneside/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/semioneside
/usr/share/texlive/texmf-dist/tex/latex/semioneside/semioneside.sty

References

Summary

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