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

Last updated: June 16,2024

1. Install "python3-robot-detection.noarch" package

In this section, we are going to explain the necessary steps to install python3-robot-detection.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-robot-detection.noarch

2. Uninstall "python3-robot-detection.noarch" package

This is a short guide on how to uninstall python3-robot-detection.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-robot-detection.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:31:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-robot-detection
Version : 0.4
Release : 1.el9
Architecture : noarch
Size : 31 k
Source : python-robot-detection-0.4-1.el9.src.rpm
Repository : epel
Summary : Library for detecting bot HTTP UA headers
URL : https://github.com/rory/robot-detection
License : GPLv3+
Description : robot_detection is a python module to detect if a given HTTP User Agent is a web
: crawler. It uses the list of registered robots from http://www.robotstxt.org:
: [Robots Database](http://www.robotstxt.org/db.html).