How To Install py3c-doc on Fedora 36
Introduction
In this tutorial we learn how to install py3c-doc
on Fedora 36.
What is py3c-doc
Guide for porting CPython extensions from Python 2 to Python 3, using the py3c macros.
We can use yum
or dnf
to install py3c-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install py3c-doc.
Install py3c-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 py3c-doc
using dnf
by running the following command:
sudo dnf -y install py3c-doc
Install py3c-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 py3c-doc
using yum
by running the following command:
sudo yum -y install py3c-doc
How To Uninstall py3c-doc on Fedora 36
To uninstall only the py3c-doc
package we can use the following command:
sudo dnf remove py3c-doc
py3c-doc Package Contents on Fedora 36
/usr/share/doc/py3c
/usr/share/doc/py3c/_sources
/usr/share/doc/py3c/_sources/capsulethunk.rst.txt
/usr/share/doc/py3c/_sources/changelog.rst.txt
/usr/share/doc/py3c/_sources/cheatsheet.rst.txt
/usr/share/doc/py3c/_sources/contributing.rst.txt
/usr/share/doc/py3c/_sources/defs.rst.txt
/usr/share/doc/py3c/_sources/ext-types.rst.txt
/usr/share/doc/py3c/_sources/fileshim.rst.txt
/usr/share/doc/py3c/_sources/guide-cleanup.rst.txt
/usr/share/doc/py3c/_sources/guide-modernization.rst.txt
/usr/share/doc/py3c/_sources/guide-porting.rst.txt
/usr/share/doc/py3c/_sources/guide.rst.txt
/usr/share/doc/py3c/_sources/index.rst.txt
/usr/share/doc/py3c/_sources/reference.rst.txt
/usr/share/doc/py3c/_sources/special-guides.rst.txt
/usr/share/doc/py3c/_static
/usr/share/doc/py3c/_static/basic.css
/usr/share/doc/py3c/_static/css
/usr/share/doc/py3c/_static/css/badge_only.css
/usr/share/doc/py3c/_static/css/theme.css
/usr/share/doc/py3c/_static/doctools.js
/usr/share/doc/py3c/_static/documentation_options.js
/usr/share/doc/py3c/_static/file.png
/usr/share/doc/py3c/_static/jquery-3.5.1.js
/usr/share/doc/py3c/_static/jquery.js
/usr/share/doc/py3c/_static/js
/usr/share/doc/py3c/_static/js/badge_only.js
/usr/share/doc/py3c/_static/js/theme.js
/usr/share/doc/py3c/_static/language_data.js
/usr/share/doc/py3c/_static/minus.png
/usr/share/doc/py3c/_static/plus.png
/usr/share/doc/py3c/_static/pygments.css
/usr/share/doc/py3c/_static/searchtools.js
/usr/share/doc/py3c/_static/underscore-1.13.1.js
/usr/share/doc/py3c/_static/underscore.js
/usr/share/doc/py3c/capsulethunk.html
/usr/share/doc/py3c/changelog.html
/usr/share/doc/py3c/cheatsheet.html
/usr/share/doc/py3c/contributing.html
/usr/share/doc/py3c/defs.html
/usr/share/doc/py3c/ext-types.html
/usr/share/doc/py3c/fileshim.html
/usr/share/doc/py3c/genindex.html
/usr/share/doc/py3c/guide-cleanup.html
/usr/share/doc/py3c/guide-modernization.html
/usr/share/doc/py3c/guide-porting.html
/usr/share/doc/py3c/guide.html
/usr/share/doc/py3c/index.html
/usr/share/doc/py3c/objects.inv
/usr/share/doc/py3c/reference.html
/usr/share/doc/py3c/search.html
/usr/share/doc/py3c/searchindex.js
/usr/share/doc/py3c/special-guides.html
/usr/share/licenses/py3c-doc
/usr/share/licenses/py3c-doc/LICENSE.CC-BY-SA-3.0
References
Summary
In this tutorial we learn how to install py3c-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).