< Home - < Back

irda-utils


Information about the package, irda-utils, which is shipped with common Linux distributions. The irda-utils package is designed for, Utilities for infrared communication between devices.


Package Name:

irda-utils

Summary:

Utilities for infrared communication between devices

Description:

IrDA(TM) (Infrared Data Association) is an industry standard for wireless, infrared communication between devices. IrDA speeds range from 9600 bps to 4 Mbps, and IrDA can be used by many modern devices including laptops, LAN adapters, PDAs, printers, and mobile phones. The Linux-IrDA project is a GPL'd implementation, written from scratch, of the IrDA protocols. Supported IrDA protocols include IrLAP, IrLMP, IrIAP, IrTTP, IrLPT, IrLAN, IrCOMM and IrOBEX. The irda-utils package contains a collection of programs that enable the use of IrDA protocols. Most IrDA features are implemented in the kernel, so IrDA support must be enabled in the kernel before any IrDA tools or programs can be used. Some configuration outside the kernel is required, however, and some IrDA features, like IrOBEX, are actually implemented outside the kernel.

Architecture:

x86_64

Version:

0.9.18

Release:

12.el6

Size:

80 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for irda-utils


Control the irda-utils package with the following handy commands outlined below.


Command

Description of Command

yum install irda-utils

This command will install irda-utils on the server.

yum remove irda-utils

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

yum -y remove irda-utils

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

yum update irda-utils

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

yum -y update irda-utils

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

yum info irda-utils

This command will show you core information about the irda-utils package.

yum deplist irda-utils

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

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