How To Install python-PyPDF2-doc on Fedora 36

In this tutorial we learn how to install python-PyPDF2-doc in Fedora 36. python-PyPDF2-doc is Documentation for python-PyPDF2

Introduction

In this tutorial we learn how to install python-PyPDF2-doc on Fedora 36.

What is python-PyPDF2-doc

python-PyPDF2 contains documentation and examples for the python-PyPDF package

We can use yum or dnf to install python-PyPDF2-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-PyPDF2-doc.

Install python-PyPDF2-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-PyPDF2-doc using dnf by running the following command:

sudo dnf -y install python-PyPDF2-doc

Install python-PyPDF2-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-PyPDF2-doc using yum by running the following command:

sudo yum -y install python-PyPDF2-doc

How To Uninstall python-PyPDF2-doc on Fedora 36

To uninstall only the python-PyPDF2-doc package we can use the following command:

sudo dnf remove python-PyPDF2-doc

python-PyPDF2-doc Package Contents on Fedora 36

/usr/share/doc/python-PyPDF2-doc
/usr/share/doc/python-PyPDF2-doc/CHANGELOG
/usr/share/doc/python-PyPDF2-doc/README.md
/usr/share/doc/python-PyPDF2-doc/Sample_Code
/usr/share/doc/python-PyPDF2-doc/Sample_Code/README.txt
/usr/share/doc/python-PyPDF2-doc/Sample_Code/basic_features.py
/usr/share/doc/python-PyPDF2-doc/Sample_Code/basic_merging.py
/usr/share/doc/python-PyPDF2-doc/Sample_Code/makesimple.py
/usr/share/doc/python-PyPDF2-doc/Sample_Code/makesimple.sh
/usr/share/doc/python-PyPDF2-doc/Scripts
/usr/share/doc/python-PyPDF2-doc/Scripts/2-up.py
/usr/share/doc/python-PyPDF2-doc/Scripts/pdfcat
/usr/share/licenses/python-PyPDF2-doc
/usr/share/licenses/python-PyPDF2-doc/LICENSE

References

Summary

In this tutorial we learn how to install python-PyPDF2-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).