Installing Diffutils-2.7

Estimated build time:           1 minute
Estimated required disk space:  2 MB

Installation of Diffutils

Install Diffutils by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Contents

The Diffutils package contains the cmp, diff, diff3 and sdiff programs.

Description

cmp and diff

cmp and diff both compare two files and report their differences. Both programs have extra options which compare files in different situations.

diff3

The difference between diff and diff3 is that diff compares 2 files, diff3 compares 3 files.

sdiff

sdiff merges two files and interactively outputs the results.

Dependencies

Diffutils-2.7 needs the following to be installed:


sh from the bash package

ld from the binutils package
as from the binutils package

chmod from the fileutils package
cp from the fileutils package
mv from the fileutils package
rm from the fileutils package

cc from the gcc package

egrep from the grep package
grep from the grep package

make from the make package

sed from the sed package

basename from the sh-utils package
date from the sh-utils package

cat from the textutils package
tr from the textutils package