How To Install texlive-auto-pst-pdf-lua on Fedora 36
Introduction
In this tutorial we learn how to install texlive-auto-pst-pdf-lua
on Fedora 36.
What is texlive-auto-pst-pdf-lua
This package is a slightly modified version of auto-pst-pdf by Will Robertson, which itself is a wrapper for pst-pdf by Rolf Niepraschk. The package allows the use of LuaLaTeX together with PostScript related code, eg. PSTricks. It depends on ifpdf, ifluatex, ifplatform, and xkeyval.
We can use yum
or dnf
to install texlive-auto-pst-pdf-lua
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-auto-pst-pdf-lua.
Install texlive-auto-pst-pdf-lua 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-auto-pst-pdf-lua
using dnf
by running the following command:
sudo dnf -y install texlive-auto-pst-pdf-lua
Install texlive-auto-pst-pdf-lua 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-auto-pst-pdf-lua
using yum
by running the following command:
sudo yum -y install texlive-auto-pst-pdf-lua
How To Uninstall texlive-auto-pst-pdf-lua on Fedora 36
To uninstall only the texlive-auto-pst-pdf-lua
package we can use the following command:
sudo dnf remove texlive-auto-pst-pdf-lua
texlive-auto-pst-pdf-lua Package Contents on Fedora 36
/usr/share/licenses/texlive-auto-pst-pdf-lua
/usr/share/licenses/texlive-auto-pst-pdf-lua/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/auto-pst-pdf-lua
/usr/share/texlive/texmf-dist/doc/latex/auto-pst-pdf-lua/Changes
/usr/share/texlive/texmf-dist/doc/latex/auto-pst-pdf-lua/README
/usr/share/texlive/texmf-dist/doc/latex/auto-pst-pdf-lua/auto-pst-pdf-lua-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/auto-pst-pdf-lua/auto-pst-pdf-lua-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/auto-pst-pdf-lua
/usr/share/texlive/texmf-dist/tex/latex/auto-pst-pdf-lua/auto-pst-pdf-lua.sty
References
Summary
In this tutorial we learn how to install texlive-auto-pst-pdf-lua
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).