How to Install and Uninstall jansi.noarch Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "jansi.noarch" package

Please follow the guidelines below to install jansi.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jansi.noarch

2. Uninstall "jansi.noarch" package

Please follow the guidelines below to uninstall jansi.noarch on Amazon Linux 2:

$ sudo yum remove jansi.noarch $ sudo yum autoremove

3. Information about the jansi.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jansi
Arch : noarch
Version : 1.9
Release : 7.amzn2
Size : 44 k
Repo : amzn2-core/2/x86_64
Summary : Jansi is a java library for generating and interpreting ANSI
: escape sequences
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.