< Home - < Back

bsdiff


Information about the package, bsdiff, which is shipped with common Linux distributions. The bsdiff package is designed for, Binary diff/patch utility.


Package Name:

bsdiff

Summary:

Binary diff/patch utility

Description:

bsdiff and bspatch are tools for building and applying patches to binary files. By using suffix sorting (specifically, Larsson and Sadakane's qsufsort) and taking advantage of how executable files change, bsdiff routinely produces binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller than those produced by .RTPatch.

Architecture:

x86_64

Version:

4.3

Release:

7.el6

Size:

13 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for bsdiff


Control the bsdiff package with the following handy commands outlined below.


Command

Description of Command

yum install bsdiff

This command will install bsdiff on the server.

yum remove bsdiff

This command will un-install bsdiff on the server. When you run this command, you will be asked if you are sure that you want to remove bsdiff, so you have to manually confirm that you want to do this.

yum -y remove bsdiff

This command will un-install bsdiff on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove bsdiff when using the -y flag.

yum update bsdiff

This command will update bsdiff to the latest version. When you run this command, you will be asked if you are sure that you want to remove bsdiff, so you have to manually confirm that you want to do this.

yum -y update bsdiff

This command will update bsdiff to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove bsdiff when using the -y flag.

yum info bsdiff

This command will show you core information about the bsdiff package.

yum deplist bsdiff

This command will show you the dependencies for bsdiff. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update bsdiff

This command will check if there is an update waiting on bsdiff. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.