How to Install and Uninstall libjnr-x86asm-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libjnr-x86asm-java" package

Please follow the step by step instructions below to install libjnr-x86asm-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjnr-x86asm-java

2. Uninstall "libjnr-x86asm-java" package

Learn how to uninstall libjnr-x86asm-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjnr-x86asm-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjnr-x86asm-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjnr-x86asm-java
Priority: optional
Section: universe/java
Installed-Size: 242
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jnr-x86asm
Version: 1.0.2-5
Filename: pool/universe/j/jnr-x86asm/libjnr-x86asm-java_1.0.2-5_all.deb
Size: 197928
MD5sum: d9ec9a41f0813465edd7e4bbe5d6311b
SHA1: 5af879843d33dd976f24679ce72f15ac02e37b29
SHA256: fde9c0e2f567796a6b2cf6c0316e45f22d5c2c3171d46bd390450417104d4b75
Description-en: Pure java x86 and x86_64 assembler
This is a pure-java port of asmjit.
.
AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
32/64-bit x86 processors including all usable extensions (FPU, MMX, 3dNow, SSE,
SSE2, SSE3 and SSE4) through type-safe API that mimics Intel assembler syntax
and eliminates nearly all common mistakes that can be done by developers.
.
AsmJit contains also high-level code generation classes that can be used as a
portable way to create JIT code that should run on all supported architectures.
High-level classes can handle various function calling-conventions, register
allocation and 32/64-bit mode differences.
.
AsmJit has been successfully tested by various C++ compilers (including MSVC,
GCC and BorlandC++) under all major operating systems (including Windows, Linux
and MacOS). AsmJit has been also ported to other programming languages
including Java, Delphi and Smalltalk (although these ports are not official
part of AsmJit and was developed outside).
Description-md5: a6883091abf3f792059eea306f822e3b
Homepage: https://github.com/jnr/jnr-x86asm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu