How To Install inchi-doc on Fedora 36
Introduction
In this tutorial we learn how to install inchi-doc
on Fedora 36.
What is inchi-doc
The inchi-doc package contains user documentation for the InChI software and InChI library API reference for developers.
We can use yum
or dnf
to install inchi-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install inchi-doc.
Install inchi-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 inchi-doc
using dnf
by running the following command:
sudo dnf -y install inchi-doc
Install inchi-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 inchi-doc
using yum
by running the following command:
sudo yum -y install inchi-doc
How To Uninstall inchi-doc on Fedora 36
To uninstall only the inchi-doc
package we can use the following command:
sudo dnf remove inchi-doc
inchi-doc Package Contents on Fedora 36
/usr/share/doc/inchi-doc
/usr/share/doc/inchi-doc/CHANGELOG.pdf
/usr/share/doc/inchi-doc/External-contributors.pdf
/usr/share/doc/inchi-doc/InChI_API_Reference.pdf
/usr/share/doc/inchi-doc/InChI_TechMan.pdf
/usr/share/doc/inchi-doc/InChI_UserGuide.pdf
/usr/share/doc/inchi-doc/KNOWNISSUES.pdf
/usr/share/doc/inchi-doc/LICENCE.pdf
/usr/share/doc/inchi-doc/RelNotes.pdf
/usr/share/doc/inchi-doc/readme.txt
References
Summary
In this tutorial we learn how to install inchi-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).