How to Install and Uninstall python3-dominate.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-dominate.noarch" package

Please follow the guidelines below to install python3-dominate.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-dominate.noarch

2. Uninstall "python3-dominate.noarch" package

This guide let you learn how to uninstall python3-dominate.noarch on Fedora 34:

$ sudo dnf remove python3-dominate.noarch $ sudo dnf autoremove

3. Information about the python3-dominate.noarch package on Fedora 34

Last metadata expiration check: 5:34:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-dominate
Version : 2.6.0
Release : 2.fc34
Architecture : noarch
Size : 50 k
Source : python-dominate-2.6.0-2.fc34.src.rpm
Repository : fedora
Summary : Python library for HTML documents
URL : http://github.com/Knio/dominate/
License : GPLv3
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.