< Home - < Back

iw


Information about the package, iw, which is shipped with common Linux distributions. The iw package is designed for, A nl80211 based wireless configuration tool.


Package Name:

iw

Summary:

A nl80211 based wireless configuration tool

Description:

iw is a new nl80211 based CLI configuration utility for wireless devices. Currently you can only use this utility to configure devices which use a mac80211 driver as these are the new drivers being written - only because most new wireless devices being sold are now SoftMAC.

Architecture:

x86_64

Version:

4.1

Release:

1.el6

Size:

65 k

Repository:

base

From Repository:

Licence:

ISC



Handy Yum Commands for iw


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


Command

Description of Command

yum install iw

This command will install iw on the server.

yum remove iw

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

yum -y remove iw

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

yum update iw

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

yum -y update iw

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

yum info iw

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

yum deplist iw

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

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