How To Install texlive-bbcard on Fedora 36

In this tutorial we learn how to install texlive-bbcard in Fedora 36. texlive-bbcard is Bullshit bingo, calendar and baseball-score cards

Introduction

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

What is texlive-bbcard

Three jiffy packages for creating cards of various sorts with MetaPost.

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

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

sudo dnf -y install texlive-bbcard

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

sudo yum -y install texlive-bbcard

How To Uninstall texlive-bbcard on Fedora 36

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

sudo dnf remove texlive-bbcard

texlive-bbcard Package Contents on Fedora 36

/usr/share/licenses/texlive-bbcard
/usr/share/licenses/texlive-bbcard/pd.txt
/usr/share/texlive/texmf-dist/metapost/bbcard
/usr/share/texlive/texmf-dist/metapost/bbcard/bbcard.mp
/usr/share/texlive/texmf-dist/metapost/bbcard/breakwidth.mp
/usr/share/texlive/texmf-dist/metapost/bbcard/calendar.mp
/usr/share/texlive/texmf-dist/metapost/bbcard/scorecard.mp

References

Summary

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