Ubuntu 下安装使用文件比较合并图形工具Meld

时间:2025-03-12 11:07:37

Meld是一款跨平台的文件比较合并工具使用Python开发,具体内容参照官网:http://meldmerge.org/

注意以下环境要求:

Requirements

  • Python 2.7 (Python 3 not yet supported)
  • GTK+ 3.6 (3.12 in development)
  • GLib 2.34 (2.36 in development)
  • PyGObject 3.8
  • GtkSourceView 3.6 (3.10 in development)

1:选择适合的版本进行下载,在这里选择源码下载:meld-3.12.3.tar.xz

2:解压:

y@y:my_download$ tar -Jxf meld-3.12..tar.xz

3:安装:

y@y:meld-3.12.$ python setup.py install

4:运行:

y@y:~$ meld &
[]
y@y:~$

运行界面:

Ubuntu 下安装使用文件比较合并图形工具Meld