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

Last updated: May 18,2024

1. Install "python3-nameparser" package

Please follow the instructions below to install python3-nameparser on Kali Linux

$ sudo apt update $ sudo apt install python3-nameparser

2. Uninstall "python3-nameparser" package

In this section, we are going to explain the necessary steps to uninstall python3-nameparser on Kali Linux:

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

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

Package: python3-nameparser
Source: python-nameparser
Version: 1.1.3-1
Installed-Size: 100
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 23576
SHA256: 9f84610da4327cb56d72601c6b4427631223408f92107ba23b6280d037139c00
SHA1: c3a88889e5c8b6801a2adf4bc3a14c95f74b9bf9
MD5sum: d5c83f093d7f0850c8d5c8ee9f77a438
Description: Python 3 module for parsing names into individual components
The HumanName class splits a name string up into name parts based on placement
in the string and matches against known name pieces like titles. It joins name
pieces on conjunctions and special prefixes to last names like "del". Titles
can be chained together and include conjunctions to handle titles like
"Asst Secretary of State". It can also try to correct capitalization of all
upper or lowercase names.
.
It attempts the best guess that can be made with a simple, rule-based approach.
Unicode is supported, but the parser is not likely to be useful for languages
that to not share the same structure as English names. It's not perfect, but it
gets you pretty far.
Description-md5:
Homepage: https://github.com/derek73/python-nameparser
Section: python
Priority: optional
Filename: pool/main/p/python-nameparser/python3-nameparser_1.1.3-1_all.deb