How to Install and Uninstall python3-iso3166.noarch Package on Rocky Linux 8

Last updated: July 01,2024

1. Install "python3-iso3166.noarch" package

Here is a brief guide to show you how to install python3-iso3166.noarch on Rocky Linux 8

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

2. Uninstall "python3-iso3166.noarch" package

This tutorial shows how to uninstall python3-iso3166.noarch on Rocky Linux 8:

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

3. Information about the python3-iso3166.noarch package on Rocky Linux 8

Last metadata expiration check: 1:17:36 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-iso3166
Version : 1.0.1
Release : 1.el8
Architecture : noarch
Size : 22 k
Source : python-iso3166-1.0.1-1.el8.src.rpm
Repository : epel
Summary : Self-contained ISO 3166-1 country definitions
URL : https://github.com/deactivated/python-iso3166/
License : MIT
Description : ISO 3166-1 defines two-letter, three-letter, and three-digit country
: codes. python-iso3166 is a self-contained module that converts between these
: codes and the corresponding country name.