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

Last updated: October 07,2024

1. Install "python3-ipgetter.noarch" package

Please follow the steps below to install python3-ipgetter.noarch on Fedora 34

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

2. Uninstall "python3-ipgetter.noarch" package

This tutorial shows how to uninstall python3-ipgetter.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:18:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-ipgetter
Version : 0.6
Release : 21.fc34
Architecture : noarch
Size : 13 k
Source : python-ipgetter-0.6-21.fc34.src.rpm
Repository : fedora
Summary : A Python module to fetch the external IP address
URL : https://github.com/phoemur/ipgetter
License : WTFPL
Description : This module is designed to fetch your external IP address from the
: internet. It is used mostly when behind a NAT. It picks your IP randomly
: from a server list to minimize request overhead on a single server.