How To Install texlive-bashful on Fedora 36

In this tutorial we learn how to install texlive-bashful in Fedora 36. texlive-bashful is Invoke bash commands from within LaTeX

Introduction

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

What is texlive-bashful

The package makes it possible to execute Unix bash shell scripts from within LaTeX. The main application is in writing computer-science texts, in which you want to make sure the programs listed in the document are executed directly from the input. The package may use other Unix shells than bash, but does not work without modification in a Windows environment. The package requires the -shell-escape flag when LaTeX is processing your document.

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

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

sudo dnf -y install texlive-bashful

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

sudo yum -y install texlive-bashful

How To Uninstall texlive-bashful on Fedora 36

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

sudo dnf remove texlive-bashful

texlive-bashful Package Contents on Fedora 36

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

References

Summary

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