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

Last updated: July 01,2024

1. Install "python3-netaddr.noarch" package

This guide covers the steps necessary to install python3-netaddr.noarch on Fedora 34

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

2. Uninstall "python3-netaddr.noarch" package

Learn how to uninstall python3-netaddr.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:55:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-netaddr
Version : 0.8.0
Release : 3.fc34
Architecture : noarch
Size : 1.5 M
Source : python-netaddr-0.8.0-3.fc34.src.rpm
Repository : fedora
Summary : A pure Python network address representation and manipulation library
URL : http://github.com/drkjam/netaddr
License : BSD
Description : A network address manipulation library for Python
:
: Provides support for:
:
: Layer 3 addresses
:
: * IPv4 and IPv6 addresses, subnets, masks, prefixes
: * iterating, slicing, sorting, summarizing and classifying IP networks
: * dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap)
: * set based operations (unions, intersections etc) over IP addresses and
: subnets
: * parsing a large variety of different formats and notations
: * looking up IANA IP block information
: * generating DNS reverse lookups
: * supernetting and subnetting
:
: Layer 2 addresses
:
: * representation and manipulation MAC addresses and EUI-64 identifiers
: * looking up IEEE organisational information (OUI, IAB)
: * generating derived IPv6 addresses