How To Install python3-urlgrabber on Fedora 36

In this tutorial we learn how to install python3-urlgrabber in Fedora 36. python3-urlgrabber is A high-level cross-protocol url-grabber

Introduction

In this tutorial we learn how to install python3-urlgrabber on Fedora 36.

What is python3-urlgrabber

A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more. This package provides the Python 3 version.

We can use yum or dnf to install python3-urlgrabber on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-urlgrabber.

Install python3-urlgrabber on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-urlgrabber using dnf by running the following command:

sudo dnf -y install python3-urlgrabber

Install python3-urlgrabber on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-urlgrabber using yum by running the following command:

sudo yum -y install python3-urlgrabber

How To Uninstall python3-urlgrabber on Fedora 36

To uninstall only the python3-urlgrabber package we can use the following command:

sudo dnf remove python3-urlgrabber

python3-urlgrabber Package Contents on Fedora 36

/usr/bin/urlgrabber
/usr/lib/python3.10/site-packages/urlgrabber
/usr/lib/python3.10/site-packages/urlgrabber-4.1.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/urlgrabber-4.1.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/urlgrabber-4.1.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/urlgrabber-4.1.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/urlgrabber-4.1.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/urlgrabber-4.1.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/urlgrabber/__init__.py
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/byterange.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/byterange.cpython-310.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/grabber.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/grabber.cpython-310.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/mirror.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/mirror.cpython-310.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/progress.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urlgrabber/__pycache__/progress.cpython-310.pyc
/usr/lib/python3.10/site-packages/urlgrabber/byterange.py
/usr/lib/python3.10/site-packages/urlgrabber/grabber.py
/usr/lib/python3.10/site-packages/urlgrabber/mirror.py
/usr/lib/python3.10/site-packages/urlgrabber/progress.py
/usr/libexec/urlgrabber-ext-down
/usr/share/doc/python3-urlgrabber
/usr/share/doc/python3-urlgrabber/ChangeLog
/usr/share/doc/python3-urlgrabber/README
/usr/share/doc/python3-urlgrabber/TODO
/usr/share/licenses/python3-urlgrabber
/usr/share/licenses/python3-urlgrabber/LICENSE

References

Summary

In this tutorial we learn how to install python3-urlgrabber on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).