Information about the package, dcraw, which is shipped with common Linux distributions. The dcraw package is designed for, Tool for decoding raw image data from digital cameras.
Package Name:
dcraw
Summary:
Tool for decoding raw image data from digital cameras
Description:
This package contains dcraw, a command line tool to decode raw image data downloaded from digital cameras.
Architecture:
x86_64
Version:
8.96
Release:
1.1.el6
Size:
208 k
Repository:
base
From Repository:
Licence:
GPLv2+
Control the dcraw package with the following handy commands outlined below.
yum install dcraw
This command will install dcraw on the server.
yum remove dcraw
This command will un-install dcraw on the server. When you run this command, you will be asked if you are sure that you want to remove dcraw, so you have to manually confirm that you want to do this.
yum -y remove dcraw
This command will un-install dcraw 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 dcraw when using the -y flag.
yum update dcraw
This command will update dcraw to the latest version. When you run this command, you will be asked if you are sure that you want to remove dcraw, so you have to manually confirm that you want to do this.
yum -y update dcraw
This command will update dcraw 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 dcraw when using the -y flag.
yum info dcraw
This command will show you core information about the dcraw package.
yum deplist dcraw
This command will show you the dependencies for dcraw. 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 dcraw
This command will check if there is an update waiting on dcraw. 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.