Skip to content

Instantly share code, notes, and snippets.

@Inkimar
Forked from vpiotr/gedit_update.md
Created November 2, 2018 17:51
Show Gist options
  • Select an option

  • Save Inkimar/9901695fbbd63dc1325906990674e316 to your computer and use it in GitHub Desktop.

Select an option

Save Inkimar/9901695fbbd63dc1325906990674e316 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:

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