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

Last updated: July 05,2024

1. Install "python39-dominate" package

This is a short guide on how to install python39-dominate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-dominate

2. Uninstall "python39-dominate" package

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

$ sudo zypper remove python39-dominate

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

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