How To Install volpack-doc on Fedora 36
Introduction
In this tutorial we learn how to install volpack-doc
on Fedora 36.
What is volpack-doc
The volpack-doc package contains docs and examples helpful for developing programs using the volpack volume rendering library.
We can use yum
or dnf
to install volpack-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install volpack-doc.
Install volpack-doc 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 volpack-doc
using dnf
by running the following command:
sudo dnf -y install volpack-doc
Install volpack-doc 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 volpack-doc
using yum
by running the following command:
sudo yum -y install volpack-doc
How To Uninstall volpack-doc on Fedora 36
To uninstall only the volpack-doc
package we can use the following command:
sudo dnf remove volpack-doc
volpack-doc Package Contents on Fedora 36
/usr/share/doc/volpack-doc
/usr/share/doc/volpack-doc/doc
/usr/share/doc/volpack-doc/doc/vp_userguide.html
/usr/share/doc/volpack-doc/doc/vp_userguide.pdf
/usr/share/doc/volpack-doc/doc/vp_userguide.ps
/usr/share/doc/volpack-doc/examples
/usr/share/doc/volpack-doc/examples/Makefile
/usr/share/doc/volpack-doc/examples/README
/usr/share/doc/volpack-doc/examples/brainsmall.den
/usr/share/doc/volpack-doc/examples/check.ppm
/usr/share/doc/volpack-doc/examples/classifyvolume.c
/usr/share/doc/volpack-doc/examples/denfile.c
/usr/share/doc/volpack-doc/examples/makeoctree.c
/usr/share/doc/volpack-doc/examples/makevolume.c
/usr/share/doc/volpack-doc/examples/rendervolume.c
/usr/share/doc/volpack-doc/examples/scalevolume.c
/usr/share/doc/volpack-doc/examples/test.csh
/usr/share/doc/volpack-doc/examples/volume.h
References
Summary
In this tutorial we learn how to install volpack-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).