How To Install suitesparse-doc on Fedora 36
Introduction
In this tutorial we learn how to install suitesparse-doc
on Fedora 36.
What is suitesparse-doc
This package contains documentation files for suitesparse.
We can use yum
or dnf
to install suitesparse-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install suitesparse-doc.
Install suitesparse-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 suitesparse-doc
using dnf
by running the following command:
sudo dnf -y install suitesparse-doc
Install suitesparse-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 suitesparse-doc
using yum
by running the following command:
sudo yum -y install suitesparse-doc
How To Uninstall suitesparse-doc on Fedora 36
To uninstall only the suitesparse-doc
package we can use the following command:
sudo dnf remove suitesparse-doc
suitesparse-doc Package Contents on Fedora 36
/usr/share/doc/suitesparse-doc
/usr/share/doc/suitesparse-doc/AMD
/usr/share/doc/suitesparse-doc/AMD/AMD_UserGuide.pdf
/usr/share/doc/suitesparse-doc/AMD/ChangeLog
/usr/share/doc/suitesparse-doc/AMD/License.txt
/usr/share/doc/suitesparse-doc/AMD/README.txt
/usr/share/doc/suitesparse-doc/AMD/lesser.txt
/usr/share/doc/suitesparse-doc/BTF
/usr/share/doc/suitesparse-doc/BTF/ChangeLog
/usr/share/doc/suitesparse-doc/BTF/License.txt
/usr/share/doc/suitesparse-doc/BTF/README.txt
/usr/share/doc/suitesparse-doc/BTF/lesser.txt
/usr/share/doc/suitesparse-doc/CAMD
/usr/share/doc/suitesparse-doc/CAMD/CAMD_UserGuide.pdf
/usr/share/doc/suitesparse-doc/CAMD/ChangeLog
/usr/share/doc/suitesparse-doc/CAMD/License.txt
/usr/share/doc/suitesparse-doc/CAMD/README.txt
/usr/share/doc/suitesparse-doc/CCOLAMD
/usr/share/doc/suitesparse-doc/CCOLAMD/ChangeLog
/usr/share/doc/suitesparse-doc/CCOLAMD/License.txt
/usr/share/doc/suitesparse-doc/CCOLAMD/README.txt
/usr/share/doc/suitesparse-doc/CCOLAMD/lesser.txt
/usr/share/doc/suitesparse-doc/CHOLMOD
/usr/share/doc/suitesparse-doc/CHOLMOD/CHOLMOD_UserGuide.pdf
/usr/share/doc/suitesparse-doc/CHOLMOD/Cholesky_License.txt
/usr/share/doc/suitesparse-doc/CHOLMOD/Core_License.txt
/usr/share/doc/suitesparse-doc/CHOLMOD/IA3_2014_Workshop_Rennich_Stosic_Davis_preprint.pdf
/usr/share/doc/suitesparse-doc/CHOLMOD/MatrixOps_License.txt
/usr/share/doc/suitesparse-doc/CHOLMOD/Partition_License.txt
/usr/share/doc/suitesparse-doc/CHOLMOD/README.txt
/usr/share/doc/suitesparse-doc/CHOLMOD/Supernodal_License.txt
/usr/share/doc/suitesparse-doc/COLAMD
/usr/share/doc/suitesparse-doc/COLAMD/ChangeLog
/usr/share/doc/suitesparse-doc/COLAMD/License.txt
/usr/share/doc/suitesparse-doc/COLAMD/README.txt
/usr/share/doc/suitesparse-doc/COLAMD/lesser.txt
/usr/share/doc/suitesparse-doc/CXSparse
/usr/share/doc/suitesparse-doc/CXSparse/ChangeLog
/usr/share/doc/suitesparse-doc/CXSparse/License.txt
/usr/share/doc/suitesparse-doc/CXSparse/lesser.txt
/usr/share/doc/suitesparse-doc/KLU
/usr/share/doc/suitesparse-doc/KLU/README.txt
/usr/share/doc/suitesparse-doc/KLU/lesser.txt
/usr/share/doc/suitesparse-doc/LDL
/usr/share/doc/suitesparse-doc/LDL/ChangeLog
/usr/share/doc/suitesparse-doc/LDL/README.txt
/usr/share/doc/suitesparse-doc/LDL/ldl_userguide.pdf
/usr/share/doc/suitesparse-doc/LDL/lesser.txt
/usr/share/doc/suitesparse-doc/RBio
/usr/share/doc/suitesparse-doc/RBio/ChangeLog
/usr/share/doc/suitesparse-doc/RBio/License.txt
/usr/share/doc/suitesparse-doc/RBio/README.txt
/usr/share/doc/suitesparse-doc/SPQR
/usr/share/doc/suitesparse-doc/SPQR/ChangeLog
/usr/share/doc/suitesparse-doc/SPQR/License.txt
/usr/share/doc/suitesparse-doc/SPQR/Makefile
/usr/share/doc/suitesparse-doc/SPQR/README.txt
/usr/share/doc/suitesparse-doc/SPQR/README_SPQR.txt
/usr/share/doc/suitesparse-doc/SPQR/algo_spqr.pdf
/usr/share/doc/suitesparse-doc/SPQR/gpl.txt
/usr/share/doc/suitesparse-doc/SPQR/qrgpu_paper.pdf
/usr/share/doc/suitesparse-doc/SPQR/spqr.pdf
/usr/share/doc/suitesparse-doc/SPQR/spqr_user_guide.bib
/usr/share/doc/suitesparse-doc/SPQR/spqr_user_guide.pdf
/usr/share/doc/suitesparse-doc/SPQR/spqr_user_guide.tex
/usr/share/doc/suitesparse-doc/UMFPACK
/usr/share/doc/suitesparse-doc/UMFPACK/ChangeLog
/usr/share/doc/suitesparse-doc/UMFPACK/License.txt
/usr/share/doc/suitesparse-doc/UMFPACK/README.txt
/usr/share/doc/suitesparse-doc/UMFPACK/UMFPACK_QuickStart.pdf
/usr/share/doc/suitesparse-doc/UMFPACK/UMFPACK_UserGuide.pdf
/usr/share/doc/suitesparse-doc/UMFPACK/gpl.txt
References
Summary
In this tutorial we learn how to install suitesparse-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).