How to Install and Uninstall jansi.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "jansi.x86_64" package

This guide covers the steps necessary to install jansi.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install jansi.x86_64

2. Uninstall "jansi.x86_64" package

This guide let you learn how to uninstall jansi.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove jansi.x86_64 $ sudo dnf autoremove

3. Information about the jansi.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:18:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : jansi
Version : 2.3.3
Release : 6.el9
Architecture : x86_64
Size : 113 k
Source : jansi-2.3.3-6.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Generate and interpret ANSI escape sequences in Java
URL : http://fusesource.github.io/jansi/
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.