Installing Julius with the terminal under Ubuntu

I just installed Julius. This was shown in (or typed into) the terminal:

ubuntu@ubuntu-desktop:~$ julius
The program 'julius' is currently not installed.  You can install it by typing:
sudo apt-get install julius
bash: julius: command not found
ubuntu@ubuntu-desktop:~$ sudo apt-get install julius
[sudo] password for ubuntu:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libavutil1d libpostproc1d libx264-57
Use 'apt-get autoremove' to remove them.
Suggested packages:
julius-voxforge
The following NEW packages will be installed:
julius
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 833kB of archives.
After this operation, 1909kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com intrepid/multiverse julius 4.0.2-0ubuntu1 [833kB]
Fetched 833kB in 1s (451kB/s)
Selecting previously deselected package julius.
(Reading database ... 162249 files and directories currently installed.)
Unpacking julius (from .../julius_4.0.2-0ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Setting up julius (4.0.2-0ubuntu1) ...
ubuntu@ubuntu-desktop:~$

I hope that it will work. I didn’t know that it is possible to install Julius under Ubuntu using apt-get install.

I just took a look into the Synaptic Package Manager. And I found out that they offer three Julius-related packages.

Julius package in the Synaptic Package Manager

The green marked package is the one that I just installed. It is getting more and more comfortable.

You may want to take a look into the details of the package julius-voxforge in Intrepid.

Tags: ,

Comments are closed.