2,684
edits
(→Linux 32 bit: fix wget tar pipe) |
(→Linux 64 bit: xxdiff for CentOS7) |
||
Line 42: | Line 42: | ||
It is useful to install xxdiff . The package is likely available for your distribution - google for it, or try e.g. | It is useful to install xxdiff . The package is likely available for your distribution - google for it, or try e.g. | ||
yum -y install xxdiff | yum -y install xxdiff | ||
on | on RHEL6/CentOS6/SL6 systems, or | ||
apt-get install xxdiff | apt-get install xxdiff | ||
on Ubuntu. | on Ubuntu. | ||
Alternatively, tkdiff may be | On Centos7 (RHEL7, SL7) I went to http://rpmfind.net/linux/rpm2html/search.php?query=xxdiff and found that the Fedora 20 RPM can be installed using | ||
yum install ftp://rpmfind.net/linux/fedora/linux/releases/20/Everything/x86_64/os/Packages/x/xxdiff-3.2-20.fc20.x86_64.rpm | |||
Perhaps xxdiff will be available on EPEL some day - maybe it is available on RPMforge; I didn't check. | |||
Alternatively, tkdiff may be installed, or other graphical comparison programs. | |||
== Linux 32 bit == | == Linux 32 bit == |