where do my installed softwares go....

Asked by sak

i have downloded festival a speech to text coversion through my terminal and i have finished downloading it and files have been extracted and i dont know where it is installed..can jus help me.............

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Jan-Niklas Meier
Solved:
Last query:
Last reply:
Revision history for this message
sak (aplavakarthik) said :
#1

can anyone tell me what to do

Revision history for this message
Best Jan-Niklas Meier (dschanoeh) said :
#2

How exactly did you install festival?
The normal approach would be to install it via

$sudo apt-get install festival

in a terminal. This automatically downloads the program and copies the files to their correct destination. no further user interaction is necessary. When you now want to run the program again open a terminal and with

$festival

you can start the program. Now you get a promt like

festival>

If you want it to say something type

festival>(SayText "Hello world!")

and hit [RETURN]

If you want to know more about the filesystem structure in linux you may find this information useful:
http://www.ahinc.com/linux101/structure.htm

Revision history for this message
sak (aplavakarthik) said :
#3

Thanks Jan-Niklas Meier, that solved my question.