How to Install and Uninstall python3-speaklater Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-speaklater" package

This guide let you learn how to install python3-speaklater on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-speaklater

2. Uninstall "python3-speaklater" package

This guide let you learn how to uninstall python3-speaklater on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-speaklater package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-speaklater
Priority: optional
Section: universe/python
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: speaklater
Version: 1.3-3
Depends: python3:any (>= 3.4~)
Suggests: python-speaklater-doc
Filename: pool/universe/s/speaklater/python3-speaklater_1.3-3_all.deb
Size: 5712
MD5sum: e90934b1ca944003f621ec71ecbb574c
SHA1: 26b02602ccbc53e215b16fcf84a9e104299d7b27
SHA256: 6f404dd577a2db8e7de62bea24680a11bd9a04521542b1bdda6b80af37745171
Description-en: 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: 3d3836f45501ba34fcb309bd013a9eef
Homepage: http://github.com/mitsuhiko/speaklater
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu