How To Install texlive-beamerthemelalic on Fedora 36

In this tutorial we learn how to install texlive-beamerthemelalic in Fedora 36. texlive-beamerthemelalic is A beamer theme for LALIC

Introduction

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

What is texlive-beamerthemelalic

This package provides the beamer theme for LALIC (Laboratorio de Linguistica e Inteligencia Computacional of the Federal University of Sao Carlos, Brazil).

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

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

sudo dnf -y install texlive-beamerthemelalic

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

sudo yum -y install texlive-beamerthemelalic

How To Uninstall texlive-beamerthemelalic on Fedora 36

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

sudo dnf remove texlive-beamerthemelalic

texlive-beamerthemelalic Package Contents on Fedora 36

/usr/share/licenses/texlive-beamerthemelalic
/usr/share/licenses/texlive-beamerthemelalic/gpl3.txt
/usr/share/texlive/texmf-dist/doc/latex/beamerthemelalic
/usr/share/texlive/texmf-dist/doc/latex/beamerthemelalic/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/beamerthemelalic/README.md
/usr/share/texlive/texmf-dist/doc/latex/beamerthemelalic/beamerthemelalic-exemplo.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerthemelalic/beamerthemelalic-exemplo.tex
/usr/share/texlive/texmf-dist/tex/latex/beamerthemelalic
/usr/share/texlive/texmf-dist/tex/latex/beamerthemelalic/beamercolorthemelalic.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerthemelalic/beamerfontthemelalic.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerthemelalic/beamerinnerthemelalic.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerthemelalic/beamerouterthemelalic.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerthemelalic/beamerthemelalic.sty

References

Summary

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