How To Install assimp-doc on Rocky Linux 8
In this tutorial we learn how to install assimp-doc on Rocky Linux 8. assimp-doc is Assimp documentation
Introduction
In this tutorial we learn how to install assimp-doc
on Rocky Linux 8.
What is assimp-doc
Assimp documentation.
We can use yum
or dnf
to install assimp-doc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install assimp-doc.
Install assimp-doc on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install assimp-doc
using dnf
by running the following command:
sudo dnf -y install assimp-doc
Install assimp-doc on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install assimp-doc
using yum
by running the following command:
sudo yum -y install assimp-doc
How To Uninstall assimp-doc on Rocky Linux 8
To uninstall only the assimp-doc
package we can use the following command:
sudo dnf remove assimp-doc
assimp-doc Package Contents on Rocky Linux 8
/usr/share/doc/assimp
/usr/share/doc/assimp/CREDITS
/usr/share/doc/assimp/Readme.md
/usr/share/doc/python3-assimp
/usr/share/doc/python3-assimp/README.md
References
Summary
In this tutorial we learn how to install assimp-doc
on Rocky Linux 8 using yum and dnf.