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

Last updated: June 26,2024

1. Install "python312-weasyprint" package

Please follow the step by step instructions below to install python312-weasyprint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-weasyprint

2. Uninstall "python312-weasyprint" package

Please follow the instructions below to uninstall python312-weasyprint on openSuSE Tumbleweed:

$ sudo zypper remove python312-weasyprint

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

Information for package python312-weasyprint:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-weasyprint
Version : 60.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.8 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.