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

Last updated: June 04,2024

1. Install "python38-dominate" package

Please follow the steps below to install python38-dominate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-dominate

2. Uninstall "python38-dominate" package

This is a short guide on how to uninstall python38-dominate on openSuSE Tumbleweed:

$ sudo zypper remove python38-dominate

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

Information for package python38-dominate:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-dominate
Version : 2.6.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 235,2 KiB
Installed : No
Status : not installed
Source package : python-dominate-2.6.0-1.4.src
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.