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

Last updated: October 05,2024

1. Install "python3-rfc3987.noarch" package

This guide let you learn how to install python3-rfc3987.noarch on Fedora 34

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

2. Uninstall "python3-rfc3987.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-rfc3987.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:13:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-rfc3987
Version : 1.3.7
Release : 16.fc34
Architecture : noarch
Size : 32 k
Source : python-rfc3987-1.3.7-16.fc34.src.rpm
Repository : fedora
Summary : Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
URL : https://github.com/dgerber/rfc3987
License : GPLv3+
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.
:
: This package includes the Python 3 version of the module.