How to Install and Uninstall python3-dominate Package on openSUSE Leap

Last updated: April 30,2024

1. Install "python3-dominate" package

Please follow the step by step instructions below to install python3-dominate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dominate

2. Uninstall "python3-dominate" package

In this section, we are going to explain the necessary steps to uninstall python3-dominate on openSUSE Leap:

$ sudo zypper remove python3-dominate

3. Information about the python3-dominate package on openSUSE Leap

Information for package python3-dominate:
-----------------------------------------
Repository : Main Repository
Name : python3-dominate
Version : 2.5.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 240.7 KiB
Installed : No
Status : not installed
Source package : python-dominate-2.5.1-bp155.2.12.src
Upstream URL : http://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.