How To Install texlive-pst-rubans on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pst-rubans
on Fedora 36.
What is texlive-pst-rubans
The package uses PStricks and pst-solides3d to draw three dimensional ribbons on a cylinder, torus, sphere, cone or paraboloid. The width of the ribbon, the number of turns, the colour of the outer and the inner surface of the ribbon may be set. In the case of circular and conical helices, one may also choose the number of ribbons.
We can use yum
or dnf
to install texlive-pst-rubans
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pst-rubans.
Install texlive-pst-rubans 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-rubans
using dnf
by running the following command:
sudo dnf -y install texlive-pst-rubans
Install texlive-pst-rubans 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-rubans
using yum
by running the following command:
sudo yum -y install texlive-pst-rubans
How To Uninstall texlive-pst-rubans on Fedora 36
To uninstall only the texlive-pst-rubans
package we can use the following command:
sudo dnf remove texlive-pst-rubans
texlive-pst-rubans Package Contents on Fedora 36
/usr/share/licenses/texlive-pst-rubans
/usr/share/licenses/texlive-pst-rubans/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/pst-rubans
/usr/share/texlive/texmf-dist/tex/generic/pst-rubans/pst-rubans.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-rubans
/usr/share/texlive/texmf-dist/tex/latex/pst-rubans/pst-rubans.sty
References
Summary
In this tutorial we learn how to install texlive-pst-rubans
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).