Skip to content

Instantly share code, notes, and snippets.

@vpiotr
Created July 27, 2016 17:07
Show Gist options
  • Save vpiotr/a5628b099c615cfb27df8445f9270456 to your computer and use it in GitHub Desktop.
Save vpiotr/a5628b099c615cfb27df8445f9270456 to your computer and use it in GitHub Desktop.
gedit - update instruction for Linux Mint 17

HOWTO: Update gedit to v. 3.x in Linux Mint

Introduction

In default setup, Linux Mint installs gedit in version 2.x. In order to use more recent version of this editor (for example for Markdown support), you can follow the instruction below.

Tested environment

Linux Mint 17.3

Update procedure for Linux Mint 17

sudo apt-get purge gedit
sudo apt-get purge gedit-common
sudo apt-get install gedit-common/trusty
sudo apt-get install gedit/trusty

Result: gedit 3.10.4 installed.

piotr@mint ~ $ dpkg -s gedit | grep Version
Version: 3.10.4-0ubuntu4

Resources

See also:

@hzambran
Copy link

hzambran commented May 1, 2020

Thank you so much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment