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

Last updated: October 05,2024

1. Install "python3-furl.noarch" package

This guide covers the steps necessary to install python3-furl.noarch on Fedora 34

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

2. Uninstall "python3-furl.noarch" package

Here is a brief guide to show you how to uninstall python3-furl.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:57:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-furl
Version : 1.2
Release : 11.fc34
Architecture : noarch
Size : 46 k
Source : python-furl-1.2-11.fc34.src.rpm
Repository : fedora
Summary : URL manipulation made simple
URL : https://github.com/gruns/furl
License : Unlicense
Description : URL manipulation made simple. This module let you access and modify the components (parts) of a
: URL like scheme (http, https), host, port.
:
: Python 3 version.