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

Last updated: May 19,2024

1. Install "python3-speaklater" package

This guide covers the steps necessary to install python3-speaklater on Kali Linux

$ sudo apt update $ sudo apt install python3-speaklater

2. Uninstall "python3-speaklater" package

This tutorial shows how to uninstall python3-speaklater on Kali Linux:

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

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

Package: python3-speaklater
Source: speaklater
Version: 1.3-6
Installed-Size: 28
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6300
SHA256: 01fefd95186fd473cc7af327ba5dc30d5445d2e468d9a43643dd18e85003064c
SHA1: 63ebffabe5d9c4f70591d7e065e9401b28266727
MD5sum: ab2ee70fa8c44774f8934af3317dacf1
Description: lazy string useful for translations for Python 3
speaklater is a Python module providing an implementation of lazy strings.
Every time a lazy string is evaluated, it changes its value based on a user
provided callable. These lazy strings can be useful in combination with
gettext for translations.
.
This package contains the Python 3 version of the module.
Description-md5:
Homepage: https://github.com/mitsuhiko/speaklater
Section: python
Priority: optional
Filename: pool/main/s/speaklater/python3-speaklater_1.3-6_all.deb