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

Last updated: January 16,2025

1. Install "python3-types-ipaddress.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-types-ipaddress.noarch

2. Uninstall "python3-types-ipaddress.noarch" package

Please follow the steps below to uninstall python3-types-ipaddress.noarch on Fedora 36:

$ sudo dnf remove python3-types-ipaddress.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:40:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-types-ipaddress
Version : 1.0.1
Release : 3.fc36
Architecture : noarch
Size : 11 k
Source : python-types-ipaddress-1.0.1-3.fc36.src.rpm
Repository : fedora
Summary : Typing stubs for ipaddress
URL : https://github.com/python/typeshed
License : ASL 2.0
Description : This is a PEP 561 type stub package for the ipaddress package. It can be used by
: type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
: ipaddress. The source for this package can be found at
: https://github.com/python/typeshed/tree/master/stubs/ipaddress. All fixes for
: types and metadata should be contributed there.
:
: See https://github.com/python/typeshed/blob/master/README.md for more details.