Linux

Install speech-dispatcher on Ubuntu: sudo apt-get install speech-dispatcher

Learn how to install speech-dispatcher with the command sudo apt-get install speech-dispatcher on Ubuntus.

Quick installation of speech-dispatcher:

Step 1: Update system:

sudo apt-get update

Step 2: Install: speech-dispatcher

Ater updaing the OS run following command to install the packae:

sudo apt-get install speech-dispatcher

Package Details

Package:speech-dispatcher
Version:0.7.1-6ubuntu3
Maintainer:Ubuntu Accessibility Developers
Home page:http://devel.freebsoft.org/speechd
Description:Common interface to speech synthesizers Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains Speech Dispatcher itself. Homepage: http://devel.freebsoft.org/speechd
Distro:Ubuntu 12.04 LTS
Release:
Repo/Section:sound

How to install speech-dispatcher on Ubuntu 12.04 LTS?

First of all update your system with the command:

sudo apt-get update

Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If speech-dispatcher is not installed on your compter then the command 'dpkg -L speech-dispatcher' will give followin error.




	

Installing speech-dispatcher:

After system update use the following command to install speech-dispatcher:

sudo apt-get install speech-dispatcher

Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove speech-dispatcher from Ubuntu 12.04 LTS?

Now we will see the commands for uninstalling the speech-dispatcher from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the speech-dispatcher following command is used:

sudo apt-get remove  speech-dispatcher

Following command is used to remove the speech-dispatcher package along with its dependencies:

sudo apt-get remove --auto-remove speech-dispatcher

This will remove speech-dispatcher and all its dependent packages which is no longer needed in the system.

Completely removing speech-dispatcher with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge speech-dispatcher

or you can use following command also:

sudo apt-get purge --auto-remove speech-dispatcher

Above command will remove all the configuration files and data associated with speech-dispatcher package. You can can't recover the delete data, so, use this command with care.

Get our newsletter

Categories