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

Last updated: July 03,2024

1. Install "python3-titlecase" package

Learn how to install python3-titlecase on Kali Linux

$ sudo apt update $ sudo apt install python3-titlecase

2. Uninstall "python3-titlecase" package

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

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

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

Package: python3-titlecase
Source: python-titlecase
Version: 2.3-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 50
Depends: python3:any
Homepage: https://github.com/ppannuto/python-titlecase
Priority: optional
Section: python
Filename: pool/main/p/python-titlecase/python3-titlecase_2.3-0kali1_all.deb
Size: 11164
SHA256: 7516e2d74a77870ebf419d32153f2dc1ec952a9f93fb8ba86a7eadeb1ee35fb6
SHA1: b38aa4177b96e8630a7cf14f6b5b8eeb1219d3c1
MD5sum: fff4c5c68e11158988a9d83d82a304ae
Description: filter to change a given text to Title Caps (Python 3)
This package contains a filter that changes a given text to Title Caps, and
attempts to be clever about SMALL words like a/an/the in the input. The list
of “SMALL words” which are not capped comes from the New York Times Manual of
Style, plus some others like ‘vs’ and ‘v’.
.
The filter employs some heuristics to guess abbreviations that don’t need
conversion.
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions