How to Install and Uninstall python3-iptools.noarch Package on Fedora 35

Last updated: October 03,2024

1. Install "python3-iptools.noarch" package

This tutorial shows how to install python3-iptools.noarch on Fedora 35

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

2. Uninstall "python3-iptools.noarch" package

Please follow the steps below to uninstall python3-iptools.noarch on Fedora 35:

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

3. Information about the python3-iptools.noarch package on Fedora 35

Last metadata expiration check: 5:36:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-iptools
Version : 0.7.0
Release : 5.fc35
Architecture : noarch
Size : 32 k
Source : python-iptools-0.7.0-5.fc35.src.rpm
Repository : fedora
Summary : A few useful functions and objects for manipulating IP addresses in python 3
URL : https://github.com/bd808/python-iptools
License : BSD
Description : A few useful functions and objects for manipulating IPv4 and IPv6 addresses
: in python. The project was inspired by a desire to be able to use CIDR address
: notation to designate INTERNAL_IPS in a Django project's settings file.