How to Install and Uninstall python3-weasyprint Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-weasyprint" package

Please follow the guidance below to install python3-weasyprint on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-weasyprint

2. Uninstall "python3-weasyprint" package

This tutorial shows how to uninstall python3-weasyprint on openSUSE Leap:

$ sudo zypper remove python3-weasyprint

3. Information about the python3-weasyprint package on openSUSE Leap

Information for package python3-weasyprint:
-------------------------------------------
Repository : Main Repository
Name : python3-weasyprint
Version : 53.4-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : python-weasyprint-53.4-bp155.2.13.src
Upstream URL : https://github.com/Kozea/WeasyPrint
Summary : Python module to convert web documents to PDF
Description :
WeasyPrint is a visual rendering engine for HTML and CSS that can
export to PDF. It aims to support web standards for printing.
It is based on various libraries but not on a full rendering engine
like WebKit or Gecko. The CSS layout engine is written in Python,
designed for pagination, and meant to be easy to hack on.