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

Last updated: May 15,2024

1. Install "python3-gtts" package

This tutorial shows how to install python3-gtts on Kali Linux

$ sudo apt update $ sudo apt install python3-gtts

2. Uninstall "python3-gtts" package

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

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

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

Package: python3-gtts
Source: gtts
Version: 2.5.1-1
Installed-Size: 112
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-requests, python3:any, python3-pkg-resources
Size: 24848
SHA256: 88e650388efa6a09a4778ab57d4723f84b3f84c5cce48b3c51ffa1fe56ecdc2a
SHA1: 9dc59a6c916046874acab6ce1993d563e4637ffc
MD5sum: 9c3a9df76757b476d9ea3f06bb73aac9
Description: Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
A Python interface for Google's Text to Speech API. Create an mp3
file with the gTTS module or the gtts-cli tool. It allows unlimited
lengths to be spoken by tokenizing long sentences where the speech
would naturally pause.
.
This package contains the module for Python 3.
Description-md5:
Homepage: https://gtts.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/g/gtts/python3-gtts_2.5.1-1_all.deb