< Home - < Back

udunits


Information about the package, udunits, which is shipped with common Linux distributions. The udunits package is designed for, A library for manipulating units of physical quantities.


Package Name:

udunits

Summary:

A library for manipulating units of physical quantities

Description:

The Unidata units utility, udunits, supports conversion of unit specifications between formatted and binary forms, arithmetic manipulation of unit specifications, and conversion of values between compatible scales of measurement. A unit is the amount by which a physical quantity is measured. For example: Physical Quantity Possible Unit _________________ _____________ time weeks distance centimeters power watts This utility works interactively and has two modes. In one mode, both an input and output unit specification are given, causing the utility to print the conversion between them. In the other mode, only an input unit specification is given. This causes the utility to print the definition -- in standard units -- of the input unit.

Architecture:

x86_64

Version:

1.12.11

Release:

1.el6

Size:

41 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for udunits


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


Command

Description of Command

yum install udunits

This command will install udunits on the server.

yum remove udunits

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

yum -y remove udunits

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

yum update udunits

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

yum -y update udunits

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

yum info udunits

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

yum deplist udunits

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

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