How to Install and Uninstall python3-gtts.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "python3-gtts.noarch" package

Please follow the instructions below to install python3-gtts.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-gtts.noarch

2. Uninstall "python3-gtts.noarch" package

Here is a brief guide to show you how to uninstall python3-gtts.noarch on Fedora 36:

$ sudo dnf remove python3-gtts.noarch $ sudo dnf autoremove

3. Information about the python3-gtts.noarch package on Fedora 36

Last metadata expiration check: 0:10:58 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-gtts
Version : 2.2.2
Release : 4.fc36
Architecture : noarch
Size : 51 k
Source : gtts-2.2.2-4.fc36.src.rpm
Repository : fedora
Summary : Library for Python 3 to communicate with the Google gtts
URL : https://github.com/pndurette/gTTS
License : MIT
Description : gTTS (Google Text to Speech): Python3 interface for Google's Text to Speech API.
: Create an mp3 file with the python3 gTTS module. It allows unlimited lengths to
: be spoken by tokenizing long sentences where the speech would naturally pause.