How to Install and Uninstall jansi-native.x86_64 Package on Amazon Linux 2

Last updated: January 10,2025

1. Install "jansi-native.x86_64" package

Learn how to install jansi-native.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jansi-native.x86_64

2. Uninstall "jansi-native.x86_64" package

This guide covers the steps necessary to uninstall jansi-native.x86_64 on Amazon Linux 2:

$ sudo yum remove jansi-native.x86_64 $ sudo yum autoremove

3. Information about the jansi-native.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jansi-native
Arch : x86_64
Version : 1.4
Release : 11.amzn2.0.2
Size : 46 k
Repo : amzn2-core/2/x86_64
Summary : Jansi Native implements the JNI Libraries used by the Jansi
: project
URL : http://jansi.fusesource.org/
License : ASL 2.0
Description : Jansi is a small java library that allows you to use ANSI escape
: sequences in your Java console applications. It implements ANSI
: support on platforms which don't support it like Windows and
: provides graceful degradation for when output is being sent to
: output devices which cannot support ANSI sequences.