System information

Updated Packages
43
Install this package if you want to support dynamic configuration of
IPv6
addresses and parameters on your IPv6 network.
Added Dependencies:
kernel-headers
Removed Dependencies:
openssl-devel
diffstat-1.41-1.2.2 - diffstat-1.41-1.2.3.el5
Group: Development/Tools
Summary: A utility which provides statistics based on the output of
diff.
Description:
The diff command compares files line by line. Diffstat reads the
output of the diff command and displays a histogram of the insertions,
deletions and modifications in each file. Diffstat is commonly used
to provide a summary of the changes in large, complex patch files.
Install diffstat if you need a program which provides a summary of the
diff command's output. You'll need to also install diffutils.
No added dependencies
No removed dependencies
diffutils-2.8.1-15.2.2 - diffutils-2.8.1-15.2.3.el5
Group: Applications/Text
Summary: A GNU collection of diff utilities.
Description:
Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff
compares two files and shows the differences, line by line. The cmp
command shows the offset and line numbers where two files differ, or
cmp can show the characters that differ between the two files. The
diff3 command shows the differences between three files. Diff3 can be
used when two people have made independent changes to a common
original; diff3 can produce a merged file that contains both sets of
changes and warnings about conflicts. The sdiff command can be used
to merge two files interactively.
Install diffutils if you need to compare text files.