How To Install texlive-synctex on Fedora 36

In this tutorial we learn how to install texlive-synctex in Fedora 36. texlive-synctex is synctex package

Introduction

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

What is texlive-synctex

synctex package.

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

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

sudo dnf -y install texlive-synctex

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

sudo yum -y install texlive-synctex

How To Uninstall texlive-synctex on Fedora 36

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

sudo dnf remove texlive-synctex

texlive-synctex Package Contents on Fedora 36

/usr/bin/synctex
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/850d4c0ce2452bb3dd80b457b149a1a52e6f09
/usr/share/licenses/texlive-synctex
/usr/share/licenses/texlive-synctex/lppl1.txt
/usr/share/man/man1/synctex.1.gz
/usr/share/man/man5/synctex.5.gz

References

Summary

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