How can I give my own command using mic.
I would like to give command like: "Update system now"
So system will automatic run apt-get update
I've seen Gnome Voice Control
but I get error :
$ sudo apt-get install gnome-voice-control
[sudo] password for r00t:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gnome-voice-control
My Details:
$ uname -a
Linux penreturns 3.4.1-030401-generic #201206041411 SMP Mon Jun 4 18:12:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
$ gnome-shell --version
GNOME Shell 3.5.4
How do I start this project. What package do I need. What script do I need to learn.