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

Last updated: May 21,2024

1. Install "python39-weasyprint" package

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

$ sudo zypper refresh $ sudo zypper install python39-weasyprint

2. Uninstall "python39-weasyprint" package

Please follow the step by step instructions below to uninstall python39-weasyprint on openSuSE Tumbleweed:

$ sudo zypper remove python39-weasyprint

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

Information for package python39-weasyprint:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-weasyprint
Version : 60.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-weasyprint-60.2-2.2.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.