Gedit not working even though it's installed in Ubuntu 14.10

Solution 1:

First run

sudo apt-get purge gedit gedit-common
sudo apt-get clean

Then after install gedit using

sudo apt-get install gedit

It should work.