How to Install and Uninstall python3-shodan.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python3-shodan.noarch" package

This guide let you learn how to install python3-shodan.noarch on CentOS Stream 8

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

2. Uninstall "python3-shodan.noarch" package

This guide let you learn how to uninstall python3-shodan.noarch on CentOS Stream 8:

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

3. Information about the python3-shodan.noarch package on CentOS Stream 8

Last metadata expiration check: 3:31:50 ago on Sun Feb 25 03:03:59 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.