How To Install texlive-pdflatexpicscale on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pdflatexpicscale
on Fedora 36.
What is texlive-pdflatexpicscale
The package provides a script to scale pictures down to a target resolution before creating a PDF document with pdfLaTeX.
We can use yum
or dnf
to install texlive-pdflatexpicscale
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pdflatexpicscale.
Install texlive-pdflatexpicscale 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-pdflatexpicscale
using dnf
by running the following command:
sudo dnf -y install texlive-pdflatexpicscale
Install texlive-pdflatexpicscale 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-pdflatexpicscale
using yum
by running the following command:
sudo yum -y install texlive-pdflatexpicscale
How To Uninstall texlive-pdflatexpicscale on Fedora 36
To uninstall only the texlive-pdflatexpicscale
package we can use the following command:
sudo dnf remove texlive-pdflatexpicscale
texlive-pdflatexpicscale Package Contents on Fedora 36
/usr/bin/pdflatexpicscale
/usr/share/licenses/texlive-pdflatexpicscale
/usr/share/licenses/texlive-pdflatexpicscale/lppl.txt
/usr/share/texlive/texmf-dist/doc/support/pdflatexpicscale
/usr/share/texlive/texmf-dist/doc/support/pdflatexpicscale/README
/usr/share/texlive/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.pdf
/usr/share/texlive/texmf-dist/doc/support/pdflatexpicscale/pdflatexpicscale.tex
/usr/share/texlive/texmf-dist/doc/support/pdflatexpicscale/testprinter.ps
/usr/share/texlive/texmf-dist/scripts/pdflatexpicscale
/usr/share/texlive/texmf-dist/scripts/pdflatexpicscale/pdflatexpicscale.pl
References
Summary
In this tutorial we learn how to install texlive-pdflatexpicscale
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).