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

Last updated: July 07,2024

1. Install "python310-dominate" package

Please follow the step by step instructions below to install python310-dominate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-dominate

2. Uninstall "python310-dominate" package

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

$ sudo zypper remove python310-dominate

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

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