How to Install and Uninstall python3-PyPDF2.noarch Package on Fedora 35

Last updated: May 05,2024

1. Install "python3-PyPDF2.noarch" package

Please follow the steps below to install python3-PyPDF2.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-PyPDF2.noarch

2. Uninstall "python3-PyPDF2.noarch" package

Please follow the steps below to uninstall python3-PyPDF2.noarch on Fedora 35:

$ sudo dnf remove python3-PyPDF2.noarch $ sudo dnf autoremove

3. Information about the python3-PyPDF2.noarch package on Fedora 35

Last metadata expiration check: 2:10:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-PyPDF2
Version : 1.26.0
Release : 18.fc35
Architecture : noarch
Size : 109 k
Source : python-PyPDF2-1.26.0-18.fc35.src.rpm
Repository : fedora
Summary : Python PDF toolkit and library
URL : https://github.com/mstamy2/PyPDF2
License : BSD
Description : A pure Python library built as a PDF toolkit. It is capable of:
:
: - extracting document information (title, author, ...),
: - splitting documents page by page,
: - merging documents page by page,
: - cropping pages,
: - merging multiple pages into a single page,
: - encryption and decryption of PDF files.
:
: By being pure Python, it should run on any Python platform without any
: dependencies on external libraries. It can also work entirely on StringIO
: objects rather than file streams, allowing for PDF manipulation in memory.
: It is therefore a useful tool for websites that manage or manipulate PDFs.