How to Install and Uninstall javassist.noarch Package on Amazon Linux 2
Last updated: November 28,2024
1. Install "javassist.noarch" package
Please follow the step by step instructions below to install javassist.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
javassist.noarch
Copied
2. Uninstall "javassist.noarch" package
Learn how to uninstall javassist.noarch on Amazon Linux 2:
$
sudo yum remove
javassist.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the javassist.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : javassist
Arch : noarch
Version : 3.16.1
Release : 10.amzn2
Size : 627 k
Repo : amzn2-core/2/x86_64
Summary : The Java Programming Assistant provides simple Java bytecode
: manipulation
URL : http://www.csg.is.titech.ac.jp/~chiba/javassist/
License : MPLv1.1 or LGPLv2+ or ASL 2.0
Description : Javassist enables Java programs to define a new class at runtime
: and to modify a class file when the JVM loads it. Unlike other
: similar bytecode editors, Javassist provides two levels of API:
: source level and bytecode level. If the users use the source-level
: API, they can edit a class file without knowledge of the
: specifications of the Java bytecode. The whole API is designed
: with only the vocabulary of the Java language. You can even
: specify inserted bytecode in the form of source text; Javassist
: compiles it on the fly. On the other hand, the bytecode-level API
: allows the users to directly edit a class file as other editors.
Available Packages
Name : javassist
Arch : noarch
Version : 3.16.1
Release : 10.amzn2
Size : 627 k
Repo : amzn2-core/2/x86_64
Summary : The Java Programming Assistant provides simple Java bytecode
: manipulation
URL : http://www.csg.is.titech.ac.jp/~chiba/javassist/
License : MPLv1.1 or LGPLv2+ or ASL 2.0
Description : Javassist enables Java programs to define a new class at runtime
: and to modify a class file when the JVM loads it. Unlike other
: similar bytecode editors, Javassist provides two levels of API:
: source level and bytecode level. If the users use the source-level
: API, they can edit a class file without knowledge of the
: specifications of the Java bytecode. The whole API is designed
: with only the vocabulary of the Java language. You can even
: specify inserted bytecode in the form of source text; Javassist
: compiles it on the fly. On the other hand, the bytecode-level API
: allows the users to directly edit a class file as other editors.