How To Install texlive-membranecomputing on Fedora 36

In this tutorial we learn how to install texlive-membranecomputing in Fedora 36. texlive-membranecomputing is Membrane Computing notation

Introduction

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

What is texlive-membranecomputing

This is a LaTeX package for the Membrane Computing community. It comprises the definition of P systems, rules and some concepts related to languages and computational complexity usually needed for Membrane Computing research. The package depends on ifthen and xstring.

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

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

sudo dnf -y install texlive-membranecomputing

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

sudo yum -y install texlive-membranecomputing

How To Uninstall texlive-membranecomputing on Fedora 36

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

sudo dnf remove texlive-membranecomputing

texlive-membranecomputing Package Contents on Fedora 36

/usr/share/licenses/texlive-membranecomputing
/usr/share/licenses/texlive-membranecomputing/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/membranecomputing
/usr/share/texlive/texmf-dist/doc/latex/membranecomputing/README.md
/usr/share/texlive/texmf-dist/doc/latex/membranecomputing/membranecomputing.pdf
/usr/share/texlive/texmf-dist/doc/latex/membranecomputing/membranecomputing.tex
/usr/share/texlive/texmf-dist/tex/latex/membranecomputing
/usr/share/texlive/texmf-dist/tex/latex/membranecomputing/membranecomputing.sty

References

Summary

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