How To Install texlive-huawei on Fedora 36

In this tutorial we learn how to install texlive-huawei in Fedora 36. texlive-huawei is Template for Huawei documents

Introduction

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

What is texlive-huawei

This unofficial package provides a class for creating documents for people working with Huawei Technologies Co., Ltd..

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

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

sudo dnf -y install texlive-huawei

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

sudo yum -y install texlive-huawei

How To Uninstall texlive-huawei on Fedora 36

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

sudo dnf remove texlive-huawei

texlive-huawei Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/huawei
/usr/share/texlive/texmf-dist/doc/latex/huawei/README.md
/usr/share/texlive/texmf-dist/doc/latex/huawei/huawei.pdf
/usr/share/texlive/texmf-dist/doc/latex/huawei/huawei.tex
/usr/share/texlive/texmf-dist/doc/latex/huawei/images
/usr/share/texlive/texmf-dist/doc/latex/huawei/images/huawei-cover.pdf
/usr/share/texlive/texmf-dist/doc/latex/huawei/samples
/usr/share/texlive/texmf-dist/doc/latex/huawei/samples/huawei-cfp.tex
/usr/share/texlive/texmf-dist/doc/latex/huawei/samples/huawei-charter.tex
/usr/share/texlive/texmf-dist/tex/latex/huawei
/usr/share/texlive/texmf-dist/tex/latex/huawei/huawei.cls

References

Summary

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