5

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

Talha Javaid
  • 135
  • 1
  • 2
  • 9

1 Answers1

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:

enter image description here

Ron
  • 20,518
  • 6
  • 57
  • 72
  • 3
    `sudo apt-get upgrade` is enough. A removal is not necessary. – A.B. May 01 '15 at 06:54
  • 1
    Doesn'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