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

Last updated: July 02,2024

1. Install "python311-weasyprint" package

This is a short guide on how to install python311-weasyprint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-weasyprint

2. Uninstall "python311-weasyprint" package

Please follow the guidance below to uninstall python311-weasyprint on openSuSE Tumbleweed:

$ sudo zypper remove python311-weasyprint

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

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