How To Install freexl-doc on Fedora 36
Introduction
In this tutorial we learn how to install freexl-doc
on Fedora 36.
What is freexl-doc
Documentation and examples for FreeXL.
We can use yum
or dnf
to install freexl-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freexl-doc.
Install freexl-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 freexl-doc
using dnf
by running the following command:
sudo dnf -y install freexl-doc
Install freexl-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 freexl-doc
using yum
by running the following command:
sudo yum -y install freexl-doc
How To Uninstall freexl-doc on Fedora 36
To uninstall only the freexl-doc
package we can use the following command:
sudo dnf remove freexl-doc
freexl-doc Package Contents on Fedora 36
/usr/share/doc/freexl-doc
/usr/share/doc/freexl-doc/AUTHORS
/usr/share/doc/freexl-doc/FreeXL.pdf
/usr/share/doc/freexl-doc/README
/usr/share/doc/freexl-doc/examples
/usr/share/doc/freexl-doc/examples/examples.doxy
/usr/share/doc/freexl-doc/examples/test_xl.c
/usr/share/doc/freexl-doc/examples/xl2sql.c
/usr/share/licenses/freexl-doc
/usr/share/licenses/freexl-doc/COPYING
References
Summary
In this tutorial we learn how to install freexl-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).