Flite on AsteriskNow

I am trying to use Flite on AsteriskNow distribution (Asterisk 13.2.0). I don’t remember if I installed it myself or it was already installed by default. But when I search for Flite packages on the server I get this:

 # yum list | grep flite
    asterisk13-flite.x86_64                     13.7.2-1.shmz65.1.29         @pbx
    asterisk13-flite-debuginfo.x86_64           13.7.2-1.shmz65.1.29         @pbx
    flite.x86_64                                1.3-24.el6                   @epel
    flite-devel.x86_64                          1.3-24.el6                   @epel
    asterisk11-flite.x86_64                     11.21.2-1.shmz65.1.38        pbx
    asterisk11-flite-debuginfo.x86_64           11.21.2-1.shmz65.1.38        pbx
    asterisk12-flite.x86_64                     13.0.0-1.shmz65.1.1          pbx
    asterisk12-flite-debuginfo.x86_64           13.0.0-1.shmz65.1.1          pbx
    asterisk18-flite.x86_64                     1.8.32.2-1.shmz65.1.16       pbx
    asterisk18-flite-debuginfo.x86_64           1.8.32.2-1.shmz65.1.16       pbx
    fawkes-plugin-flite.x86_64                  0.4.2-3.el6                  epel
    flite.i686                                  1.3-24.el6                   epel
    flite-devel.i686                            1.3-24.el6                   epel

However, when I check if Flite is in the list of applications:

*CLI> core show application flite
Your application(s) is (are) not registered
Command ‘core show application flite’ failed.

Is there any guide or tutorial for installing Flite or any other TTS app for AsteriskNow distribution?

yum list just show all the packages available . If you want to check if Flite is installed or not you should use .
yum list installed | grep Flite