How to Install and Uninstall python3-sgmllib3k.noarch Package on CentOS Stream 8

Last updated: January 08,2025

1. Install "python3-sgmllib3k.noarch" package

This guide covers the steps necessary to install python3-sgmllib3k.noarch on CentOS Stream 8

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

2. Uninstall "python3-sgmllib3k.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-sgmllib3k.noarch on CentOS Stream 8:

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

3. Information about the python3-sgmllib3k.noarch package on CentOS Stream 8

Last metadata expiration check: 5:53:10 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-sgmllib3k
Version : 1.0.0
Release : 3.el8
Architecture : noarch
Size : 18 k
Source : python-sgmllib3k-1.0.0-3.el8.src.rpm
Repository : epel
Summary : python3 copy of sgmllib
URL : http://hg.hardcoded.net/sgmllib
License : BSD
Description : sgmllib was dropped in Python 3. For those depending on it,
: that’s somewhat unfortunate. This is a quick and dirty
: port of this old module. I just ran 2to3 on it and published it.
: I don’t intend to maintain it, so it might be a good idea to
: eventually think about finding another module to use.