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

Last updated: November 15,2024

1. Install "python311-dominate" package

Please follow the instructions below to install python311-dominate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-dominate

2. Uninstall "python311-dominate" package

Here is a brief guide to show you how to uninstall python311-dominate on openSuSE Tumbleweed:

$ sudo zypper remove python311-dominate

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

Information for package python311-dominate:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dominate
Version : 2.9.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 190.4 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.