1First, try this:
2sudo apt-get install gedit
3
4or You can try this
5
6sudo apt-get purge gedit gedit-common
7sudo apt-get clean
8
9After this try reinstalling with
10
11sudo apt-get install gedit
12
1Command not found error shown when the mysql.exe path is not set in environmental variables as PATH
2or you do this by set the path from cmd
3
41. open cmd
52. set mysql path in cmd
6>set path=c:\wamp\bin\mysql\mysql5.6.17\bin
7
8Now you can check mysql commands