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,814 times
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,638
-
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
-
gedit
are you using? Is it3.10
? – Ron May 01 '15 at 06:34