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

Last updated: May 07,2024

1. Install "python3-ipgetter.noarch" package

In this section, we are going to explain the necessary steps to install python3-ipgetter.noarch on Fedora 36

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

2. Uninstall "python3-ipgetter.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-ipgetter.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:15:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-ipgetter
Version : 0.6
Release : 24.fc36
Architecture : noarch
Size : 12 k
Source : python-ipgetter-0.6-24.fc36.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.