How To Install texlive-graphicxpsd on Fedora 36

In this tutorial we learn how to install texlive-graphicxpsd in Fedora 36. texlive-graphicxpsd is Adobe Photoshop Data format (PSD) support for graphicx package

Introduction

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

What is texlive-graphicxpsd

This package provides Adobe Photoshop Data format (PSD) support for graphicx package with sips (Darwin/macOS) / convert (ImageMagick) command.

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

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

sudo dnf -y install texlive-graphicxpsd

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

sudo yum -y install texlive-graphicxpsd

How To Uninstall texlive-graphicxpsd on Fedora 36

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

sudo dnf remove texlive-graphicxpsd

texlive-graphicxpsd Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/graphicxpsd
/usr/share/texlive/texmf-dist/doc/latex/graphicxpsd/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/graphicxpsd/README.md
/usr/share/texlive/texmf-dist/doc/latex/graphicxpsd/graphicxpsd.pdf
/usr/share/texlive/texmf-dist/doc/latex/graphicxpsd/graphicxpsd.tex
/usr/share/texlive/texmf-dist/doc/latex/graphicxpsd/test-gin-rule-psd.tex
/usr/share/texlive/texmf-dist/doc/latex/graphicxpsd/tigerpsdfmt.psd
/usr/share/texlive/texmf-dist/tex/latex/graphicxpsd
/usr/share/texlive/texmf-dist/tex/latex/graphicxpsd/graphicxpsd.sty

References

Summary

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