How to Install and Uninstall python3-gTTS Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python3-gTTS" package

Here is a brief guide to show you how to install python3-gTTS on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gTTS

2. Uninstall "python3-gTTS" package

In this section, we are going to explain the necessary steps to uninstall python3-gTTS on openSUSE Leap:

$ sudo zypper remove python3-gTTS

3. Information about the python3-gTTS package on openSUSE Leap

Information for package python3-gTTS:
-------------------------------------
Repository : Main Repository
Name : python3-gTTS
Version : 2.1.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 167.4 KiB
Installed : No
Status : not installed
Source package : python-gTTS-2.1.1-bp155.2.12.src
Upstream URL : https://github.com/pndurette/gTTS
Summary : Python module to create MP3 files from spoken text via the Google TTS API
Description :
gTTS is a Python interface for Google's Text to Speech API. An MP3
file may be created with the gTTS module or the gtts-cli command line
utility. It allows unlimited lengths to be spoken by tokenizing long
sentences where the speech would naturally pause.