How to Install and Uninstall python2-PyPDF2 Package on openSUSE Leap

Last updated: July 01,2024

1. Install "python2-PyPDF2" package

This tutorial shows how to install python2-PyPDF2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-PyPDF2

2. Uninstall "python2-PyPDF2" package

Learn how to uninstall python2-PyPDF2 on openSUSE Leap:

$ sudo zypper remove python2-PyPDF2

3. Information about the python2-PyPDF2 package on openSUSE Leap

Information for package python2-PyPDF2:
---------------------------------------
Repository : Main Repository
Name : python2-PyPDF2
Version : 1.26.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 598,3 KiB
Installed : No
Status : not installed
Source package : python-PyPDF2-1.26.0-bp153.1.15.src
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.