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

Last updated: May 18,2024

1. Install "python38-weasyprint" package

Please follow the guidelines below to install python38-weasyprint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-weasyprint

2. Uninstall "python38-weasyprint" package

In this section, we are going to explain the necessary steps to uninstall python38-weasyprint on openSuSE Tumbleweed:

$ sudo zypper remove python38-weasyprint

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

Information for package python38-weasyprint:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-weasyprint
Version : 53.4-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,9 MiB
Installed : No
Status : not installed
Source package : python-weasyprint-53.4-2.1.src
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.