How to Install and Uninstall python-pypdf Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python-pypdf" package

This is a short guide on how to install python-pypdf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-pypdf

2. Uninstall "python-pypdf" package

This guide covers the steps necessary to uninstall python-pypdf on openSUSE Leap:

$ sudo zypper remove python-pypdf

3. Information about the python-pypdf package on openSUSE Leap

Information for package python-pypdf:
-------------------------------------
Repository : Main Repository
Name : python-pypdf
Version : 1.13+20130112-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 237,7 KiB
Installed : No
Status : not installed
Source package : python-pypdf-1.13+20130112-bp153.1.14.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.