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

Last updated: July 04,2024

1. Install "python310-weasyprint" package

This guide covers the steps necessary to install python310-weasyprint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-weasyprint

2. Uninstall "python310-weasyprint" package

This guide let you learn how to uninstall python310-weasyprint on openSuSE Tumbleweed:

$ sudo zypper remove python310-weasyprint

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

Information for package python310-weasyprint:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.