How to Install and Uninstall python3-rfc3987.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: January 17,2025

1. Install "python3-rfc3987.noarch" package

Please follow the step by step instructions below to install python3-rfc3987.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-rfc3987.noarch" package

Please follow the step by step instructions below to uninstall python3-rfc3987.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-rfc3987.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:52:26 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-rfc3987
Version : 1.3.8
Release : 1.el9
Architecture : noarch
Size : 31 k
Source : python-rfc3987-1.3.8-1.el9.src.rpm
Repository : epel
Summary : Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
URL : https://github.com/dgerber/rfc3987
License : GPL-3.0-or-later
Description : This module provides regular expressions according to RFC 3986 "Uniform
: Resource Identifier (URI): Generic Syntax"
: and RFC 3987 "Internationalized Resource Identifiers (IRIs)"
: , and utilities for composition and
: relative resolution of references.