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

Last updated: May 16,2024

1. Install "python2-dominate" package

This guide covers the steps necessary to install python2-dominate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-dominate

2. Uninstall "python2-dominate" package

This tutorial shows how to uninstall python2-dominate on openSUSE Leap:

$ sudo zypper remove python2-dominate

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

Information for package python2-dominate:
-----------------------------------------
Repository : Main Repository
Name : python2-dominate
Version : 2.5.1-bp153.1.25
Arch : noarch
Vendor : openSUSE
Installed Size : 181,8 KiB
Installed : No
Status : not installed
Source package : python-dominate-2.5.1-bp153.1.25.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.