如何安装最新版本的 gedit?

如何安装最新版本的 gedit?

我想报告 gedit 的错误报告。报告之前我想安装最新版本。

我下载了源代码并且配置失败,如下所示:

No package 'libxml-2.0' found
Requested 'glib-2.0 >= 2.44' but version of GLib is 2.40.2
Requested 'gio-2.0 >= 2.44' but version of GIO is 2.40.2
No package 'gtk+-3.0' found
No package 'gtksourceview-3.0' found
No package 'libpeas-1.0' found
No package 'libpeas-gtk-1.0' found
No package 'gsettings-desktop-schemas' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GEDIT_CFLAGS
and GEDIT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.
make: *** Keine Regel, um »install« zu erstellen.  Schluss.

我的问题:安装最新版本的 gedit 最简单、最轻松的方法是什么?

我运行的是 Ubuntu 14.04

===> apt-cache policy gedit
gedit:
  Installiert:           3.10.4-0ubuntu4
  Installationskandidat: 3.10.4-0ubuntu4
  Versionstabelle:
 *** 3.10.4-0ubuntu4 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

gedit 最新版本:3.18.0

相关内容