How To Install texlive-qsharp on Fedora 36

In this tutorial we learn how to install texlive-qsharp in Fedora 36. texlive-qsharp is Syntax highlighting for the Q# language

Introduction

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

What is texlive-qsharp

The package provides syntax highlighting for the Q# language, a domain-specific language for quantum programming.

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

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

sudo dnf -y install texlive-qsharp

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

sudo yum -y install texlive-qsharp

How To Uninstall texlive-qsharp on Fedora 36

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

sudo dnf remove texlive-qsharp

texlive-qsharp Package Contents on Fedora 36

/usr/share/licenses/texlive-qsharp
/usr/share/licenses/texlive-qsharp/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/qsharp
/usr/share/texlive/texmf-dist/doc/latex/qsharp/Install.ps1
/usr/share/texlive/texmf-dist/doc/latex/qsharp/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/qsharp/README.md
/usr/share/texlive/texmf-dist/tex/latex/qsharp
/usr/share/texlive/texmf-dist/tex/latex/qsharp/qsharp.sty

References

Summary

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