installation - How to install 2017's version of meld in UBUNTU 16 LTS? -
there simple , direct instruction apt install ./meld.deb or step-by-step sequence of simple , reliable instructions?
(it related not same this other question)
the "for ubuntu" instructions @ github's readme have no git clone instruction, not complete... , command not work:
sudo python3 setup.py install --prefix=/usr running install running build running build_py copying meld/conf.py-installed -> build/lib/meld/conf.py running build_scripts running build_i18n intltool-update -p -g meld unable execute 'intltool-update': no such file or directory error: command 'intltool-update' failed exit status 1 the "apt install" ugly 2014 when have 2017's versions! but, try install , update,
sudo apt install meldok, fine , meld working 3.14.2.cd sandbox,git clone git clone https://github.com/gnome/meld.gitcd meld,sudo python3 setup.py install --prefix=/usr
the last step produced same expected error,
running install running build running build_py copying meld/conf.py-installed -> build/lib/meld/conf.py running build_scripts running build_i18n intltool-update -p -g meld unable execute 'intltool-update': no such file or directory error: command 'intltool-update' failed exit status 1 try pip pip install meld --upgrade, not detected have 2017's new version, "requirement up-to-date: meld in /usr/lib/python2.7/dist-packages"
Comments
Post a Comment