Ubuntu – Is Gedit-3.14.2 available for ubuntu

geditppaprogramming

From where I will get gedit latest version? Current I have 3.10.4 installed on my Ubuntu version 14.10. Do we have any ppa available to download latest gedit?

Best Answer

Try this:

1.sudo apt-add-repository ppa:suraia/ppa then

2.sudo apt-get update then

3.sudo apt-get remove gedit && sudo apt-get install gedit then

4.sudo apt-add-repository -r ppa:suraia/ppathen REBOOT and

5.gedit -V you should see the version of gedit.

idk if it really helps but try