How to Install and Uninstall python39-PyPDF2 Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-PyPDF2" package

In this section, we are going to explain the necessary steps to install python39-PyPDF2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-PyPDF2

2. Uninstall "python39-PyPDF2" package

This is a short guide on how to uninstall python39-PyPDF2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-PyPDF2

3. Information about the python39-PyPDF2 package on openSuSE Tumbleweed

Information for package python39-PyPDF2:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-PyPDF2
Version : 2.11.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : python-PyPDF2-2.11.1-2.4.src
Upstream URL : https://github.com/py-pdf/PyPDF2
Summary : PDF toolkit
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,
- encrypting and decrypting 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.