How To Install python-gmpy2-doc on Fedora 36
Introduction
In this tutorial we learn how to install python-gmpy2-doc
on Fedora 36.
What is python-gmpy2-doc
This package contains API documentation for gmpy2.
We can use yum
or dnf
to install python-gmpy2-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-gmpy2-doc.
Install python-gmpy2-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 python-gmpy2-doc
using dnf
by running the following command:
sudo dnf -y install python-gmpy2-doc
Install python-gmpy2-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 python-gmpy2-doc
using yum
by running the following command:
sudo yum -y install python-gmpy2-doc
How To Uninstall python-gmpy2-doc on Fedora 36
To uninstall only the python-gmpy2-doc
package we can use the following command:
sudo dnf remove python-gmpy2-doc
python-gmpy2-doc Package Contents on Fedora 36
/usr/share/doc/python-gmpy2
/usr/share/doc/python-gmpy2/_sources
/usr/share/doc/python-gmpy2/_sources/advmpz.rst.txt
/usr/share/doc/python-gmpy2/_sources/conversion.rst.txt
/usr/share/doc/python-gmpy2/_sources/cython.rst.txt
/usr/share/doc/python-gmpy2/_sources/history.rst.txt
/usr/share/doc/python-gmpy2/_sources/index.rst.txt
/usr/share/doc/python-gmpy2/_sources/intro.rst.txt
/usr/share/doc/python-gmpy2/_sources/mpc.rst.txt
/usr/share/doc/python-gmpy2/_sources/mpfr.rst.txt
/usr/share/doc/python-gmpy2/_sources/mpq.rst.txt
/usr/share/doc/python-gmpy2/_sources/mpz.rst.txt
/usr/share/doc/python-gmpy2/_sources/overview.rst.txt
/usr/share/doc/python-gmpy2/_sources/win_build.rst.txt
/usr/share/doc/python-gmpy2/_static
/usr/share/doc/python-gmpy2/_static/basic.css
/usr/share/doc/python-gmpy2/_static/classic.css
/usr/share/doc/python-gmpy2/_static/doctools.js
/usr/share/doc/python-gmpy2/_static/documentation_options.js
/usr/share/doc/python-gmpy2/_static/file.png
/usr/share/doc/python-gmpy2/_static/jquery-3.5.1.js
/usr/share/doc/python-gmpy2/_static/jquery.js
/usr/share/doc/python-gmpy2/_static/language_data.js
/usr/share/doc/python-gmpy2/_static/minus.png
/usr/share/doc/python-gmpy2/_static/plus.png
/usr/share/doc/python-gmpy2/_static/pygments.css
/usr/share/doc/python-gmpy2/_static/searchtools.js
/usr/share/doc/python-gmpy2/_static/sidebar.js
/usr/share/doc/python-gmpy2/_static/underscore-1.13.1.js
/usr/share/doc/python-gmpy2/_static/underscore.js
/usr/share/doc/python-gmpy2/advmpz.html
/usr/share/doc/python-gmpy2/conversion.html
/usr/share/doc/python-gmpy2/cython.html
/usr/share/doc/python-gmpy2/genindex.html
/usr/share/doc/python-gmpy2/history.html
/usr/share/doc/python-gmpy2/index.html
/usr/share/doc/python-gmpy2/intro.html
/usr/share/doc/python-gmpy2/mpc.html
/usr/share/doc/python-gmpy2/mpfr.html
/usr/share/doc/python-gmpy2/mpq.html
/usr/share/doc/python-gmpy2/mpz.html
/usr/share/doc/python-gmpy2/objects.inv
/usr/share/doc/python-gmpy2/overview.html
/usr/share/doc/python-gmpy2/search.html
/usr/share/doc/python-gmpy2/searchindex.js
/usr/share/doc/python-gmpy2/win_build.html
References
Summary
In this tutorial we learn how to install python-gmpy2-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).