How To Install texlive-ftcap on Fedora 36

In this tutorial we learn how to install texlive-ftcap in Fedora 36. texlive-ftcap is Allows \caption at the beginning of a table-environment

Introduction

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

What is texlive-ftcap

For several reasons a \caption may be desirable at the top of a table environment. This package changes the table environment such that \abovecaptionskip and \belowcaptionskip are swapped. The package should also work with a non-standard table environment.

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

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

sudo dnf -y install texlive-ftcap

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

sudo yum -y install texlive-ftcap

How To Uninstall texlive-ftcap on Fedora 36

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

sudo dnf remove texlive-ftcap

texlive-ftcap Package Contents on Fedora 36

/usr/share/licenses/texlive-ftcap
/usr/share/licenses/texlive-ftcap/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/ftcap
/usr/share/texlive/texmf-dist/tex/latex/ftcap/ftcap.sty

References

Summary

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