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

Last updated: July 07,2024

1. Install "python312-dominate" package

Please follow the guidelines below to install python312-dominate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-dominate

2. Uninstall "python312-dominate" package

This tutorial shows how to uninstall python312-dominate on openSuSE Tumbleweed:

$ sudo zypper remove python312-dominate

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

Information for package python312-dominate:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-dominate
Version : 2.9.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 179.0 KiB
Installed : No
Status : not installed
Source package : python-dominate-2.9.1-1.4.src
Upstream URL : https://github.com/Knio/dominate/
Summary : Python library for creating and manipulating HTML documents
Description :
Dominate is a Python library for creating and manipulating HTML
documents using an elegant DOM API.
It allows you to write HTML pages in pure Python very concisely,
which eliminates the need to learn another template language, and
lets you take advantage of the more powerful features of Python.