< Home - < Back

ddpt


Information about the package, ddpt, which is shipped with common Linux distributions. The ddpt package is designed for, Variant of the dd utility for SCSI/storage devices.


Package Name:

ddpt

Summary:

Variant of the dd utility for SCSI/storage devices

Description:

The ddpt utility is a variant of the standard Unix command dd which copies files. The ddpt utility specializes in files that are block devices. For block devices that understand the SCSI command set, finer grain control over the copy may be available via a SCSI pass-through interface. Note that recent (S)ATA disks can often be driven by SCSI commands due to SCSI to ATA translation (SAT) implemented in the kernel.

Architecture:

x86_64

Version:

0.92

Release:

1.el6

Size:

54 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for ddpt


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


Command

Description of Command

yum install ddpt

This command will install ddpt on the server.

yum remove ddpt

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

yum -y remove ddpt

This command will un-install ddpt 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 ddpt when using the -y flag.

yum update ddpt

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

yum -y update ddpt

This command will update ddpt 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 ddpt when using the -y flag.

yum info ddpt

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

yum deplist ddpt

This command will show you the dependencies for ddpt. 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 ddpt

This command will check if there is an update waiting on ddpt. 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.