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

Last updated: December 24,2024

1. Install "python-speaklater" package

This tutorial shows how to install python-speaklater on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-speaklater

2. Uninstall "python-speaklater" package

In this section, we are going to explain the necessary steps to uninstall python-speaklater on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-speaklater-doc
Filename: pool/universe/s/speaklater/python-speaklater_1.3-3_all.deb
Size: 5626
MD5sum: ffd491882ee5674bb4b3be87da71e57c
SHA1: 39f69ec090ae1cd2042c07d81c3bbe7e9b0c1234
SHA256: b627cda40eac02c13a1dcc5b9dc13088fca949f055da047a1483a36bd520ade0
Description-en: lazy string useful for translations for Python 2
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 2 version of the module.
Description-md5: 6a57d95d308ba0330ed3a6322381aae4
Homepage: http://github.com/mitsuhiko/speaklater
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu