How To Install texlive-pst-ob3d on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pst-ob3d
on Fedora 36.
What is texlive-pst-ob3d
The package uses PSTricks to provide basic three-dimensional objects. As yet, only cubes (which can be deformed to rectangular parallelipipeds) and dies (which are only a special kind of cubes) are defined.
We can use yum
or dnf
to install texlive-pst-ob3d
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pst-ob3d.
Install texlive-pst-ob3d 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-pst-ob3d
using dnf
by running the following command:
sudo dnf -y install texlive-pst-ob3d
Install texlive-pst-ob3d 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-pst-ob3d
using yum
by running the following command:
sudo yum -y install texlive-pst-ob3d
How To Uninstall texlive-pst-ob3d on Fedora 36
To uninstall only the texlive-pst-ob3d
package we can use the following command:
sudo dnf remove texlive-pst-ob3d
texlive-pst-ob3d Package Contents on Fedora 36
/usr/share/licenses/texlive-pst-ob3d
/usr/share/licenses/texlive-pst-ob3d/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/pst-ob3d
/usr/share/texlive/texmf-dist/tex/generic/pst-ob3d/pst-ob3d.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-ob3d
/usr/share/texlive/texmf-dist/tex/latex/pst-ob3d/pst-ob3d.sty
References
Summary
In this tutorial we learn how to install texlive-pst-ob3d
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).