Iam not being able to get the new face of Gedit. The new look came with gnome 3.14 and I am currently running ubuntu gnome 15.04 with gnome version 3.14
Asked
Active
Viewed 6,509 times
5
-
what version of `gedit` are you using? Is it `3.10`? – Ron May 01 '15 at 06:34
-
Yes I checked it now its still 3.10 and I am not being able to update as it is showing no update – Talha Javaid May 01 '15 at 06:47
1 Answers
6
This is how you can install gedit 3.14.3 in ubuntu 15.04. Run the following commands in the terminal:
sudo apt-add-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get remove gedit && sudo apt-get install gedit
Type gedit --version to see the version.
This is how it looks in my computer:

Ron
- 20,518
- 6
- 57
- 72
-
3
-
1Doesn't work my system Ubuntu 14.04 version. After update still installs old version 3.10.4 and not 3.14.3 – Vicky Dev Apr 28 '16 at 13:30
-
@VickyDev This is for 15.04. You can try [somthing else](http://askubuntu.com/questions/566893/is-gedit-3-14-2-available-for-ubuntu) – Ron Apr 28 '16 at 13:44