< Home - < Back

iasl


Information about the package, iasl, which is shipped with common Linux distributions. The iasl package is designed for, Intel ASL compiler/decompiler.


Package Name:

iasl

Summary:

Intel ASL compiler/decompiler

Description:

iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), which is suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes.

Architecture:

x86_64

Version:

20090123

Release:

3.1.el6

Size:

290 k

Repository:

base

From Repository:

Licence:

Intel ACPI



Handy Yum Commands for iasl


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


Command

Description of Command

yum install iasl

This command will install iasl on the server.

yum remove iasl

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

yum -y remove iasl

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

yum update iasl

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

yum -y update iasl

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

yum info iasl

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

yum deplist iasl

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

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