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

Last updated: May 17,2024

1. Install "python36-dominate" package

Please follow the guidance below to install python36-dominate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-dominate

2. Uninstall "python36-dominate" package

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

$ sudo zypper remove python36-dominate

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

Information for package python36-dominate:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-dominate
Version : 2.6.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 238,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.