Não é possível instalar o software espeak

0

Sempre que eu tento instalar o espeak usando o apt-get install, ele mostra

umang@ubuntu:~/Desktop$ apt-get install espeak
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
umang@ubuntu:~/Desktop$ sudo apt-get install espeak
Reading package lists... Done
Building dependency tree       
Reading state information... Done
espeak is already the newest version.
The following packages were automatically installed and are no longer required:
  calibre-bin fonts-mathjax libchm1 libjs-jquery libjs-mathjax libjs-sphinxdoc
  libjs-underscore libpodofo0.9.0 libtidy-0.99-0 python-beautifulsoup
  python-cherrypy3 python-cssselect python-cssutils python-dateutil
  python-dnspython python-feedparser python-markdown python-mechanize
  python-netifaces python-pygments python-pyparsing python-repoze.lru
  python-routes python-utidylib python-webob
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
umang@ubuntu:~/Desktop$ clear

Eu usei o Desktop como pasta porque o pacote espeak está presente nesta pasta. Eu também tentei depois de ir root usando sudo -s

Mas ainda acontece a mesma coisa.

você pode me sugerir algumas medidas corretivas?

    
por user235188 13.01.2014 / 10:47

2 respostas

0

O pacote

espeak já estava instalado no seu pc.Run sudo apt-get autoremove para remover automaticamente todos os pacotes não utilizados.

    
por Avinash Raj 13.01.2014 / 12:03
0

O sintetizador de fala espeak é instalado por padrão nas versões do Ubuntu até 12.04. LTS Não há necessidade de instalá-los lá.

Para usar este aplicativo, abra um terminal e digite:

espeak "Hello World. This is an example."

Existem muitas opções, incluindo velocidade ou altura dos resultados (consulte página de manobra do bispo ).

Em versões posteriores do Ubuntu espeak foi substituído por spd-say que tem mais algumas opções.

    
por Takkat 13.01.2014 / 12:25