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

Last updated: May 20,2024

1. Install "python3-shodan.noarch" package

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

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

2. Uninstall "python3-shodan.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-shodan.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:19:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-shodan
Version : 1.23.0
Release : 1.el8
Architecture : noarch
Size : 81 k
Source : python-shodan-1.23.0-1.el8.src.rpm
Repository : epel
Summary : Python library and command-line utility for Shodan.io
URL : https://github.com/achillean/shodan-python
License : MIT
Description : The official Python library and CLI for Shodan Shodan is a search engine for
: Internet-connected devices. Google lets you search for websites, Shodan lets
: you search for devices. This library provides developers easy access to all
: of the data stored in Shodan in order to automate tasks and integrate into
: existing tools.