How To Install texlive-avremu on Fedora 36

In this tutorial we learn how to install texlive-avremu in Fedora 36. texlive-avremu is An 8-Bit Microcontroller Simulator written in LaTeX

Introduction

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

What is texlive-avremu

A fully working package to simulate a Microprocessor in pure LaTeX. The simulator is able to calculate complex pictures, like Mandelbrot sets.

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

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

sudo dnf -y install texlive-avremu

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

sudo yum -y install texlive-avremu

How To Uninstall texlive-avremu on Fedora 36

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

sudo dnf remove texlive-avremu

texlive-avremu Package Contents on Fedora 36

/usr/share/licenses/texlive-avremu
/usr/share/licenses/texlive-avremu/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/avremu
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.binary.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.bitops.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.draw.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.instr.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.io.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.memory.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.numbers.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avr.testsuite.tex
/usr/share/texlive/texmf-dist/tex/latex/avremu/avremu.sty

References

Summary

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