How to Install and Uninstall python3-countrynames Package on Kali Linux

Last updated: July 04,2024

1. Install "python3-countrynames" package

In this section, we are going to explain the necessary steps to install python3-countrynames on Kali Linux

$ sudo apt update $ sudo apt install python3-countrynames

2. Uninstall "python3-countrynames" package

This guide let you learn how to uninstall python3-countrynames on Kali Linux:

$ sudo apt remove python3-countrynames $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-countrynames package on Kali Linux

Package: python3-countrynames
Source: python-countrynames
Version: 1.15.3-1
Installed-Size: 1208
Maintainer: Debian Python Team
Architecture: all
Depends: python3-jellyfish, python3-normality, python3-yaml, python3:any
Size: 293364
SHA256: 0f8293d67655020eced0fc08d8db10431c7f40cce1ba0b4369dabfdcd6399c69
SHA1: a972dba36ac83f33ed9318c151aaf03681e86a57
MD5sum: 846438b5afa7486e2c6f7a1624fcb3c0
Description: Map country names to ISO codes
This library helps with the mapping of country names to their respective
two or three letter codes. The idea is to incorporate common names for
countries, and even some limited misspellings, as they occur in source data.
.
There is also support for fuzzy matching, which uses a heuristic based on
Levenshtein distance.
Description-md5:
Homepage: https://github.com/occrp/countrynames
Section: python
Priority: optional
Filename: pool/main/p/python-countrynames/python3-countrynames_1.15.3-1_all.deb