< Home - < Back

asm2


Information about the package, asm2, which is shipped with common Linux distributions. The asm2 package is designed for, A code manipulation tool to implement adaptable systems.


Package Name:

asm2

Summary:

A code manipulation tool to implement adaptable systems

Description:

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. (* ASM can of course be used in a static way too.)

Architecture:

noarch

Version:

2.2.3

Release:

7.el6

Size:

233 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for asm2


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


Command

Description of Command

yum install asm2

This command will install asm2 on the server.

yum remove asm2

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

yum -y remove asm2

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

yum update asm2

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

yum -y update asm2

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

yum info asm2

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

yum deplist asm2

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

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