How to Install and Uninstall jansi.src Package on Oracle Linux 9

Last updated: May 08,2024

1. Install "jansi.src" package

Please follow the instructions below to install jansi.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install jansi.src

2. Uninstall "jansi.src" package

Please follow the instructions below to uninstall jansi.src on Oracle Linux 9:

$ sudo dnf remove jansi.src $ sudo dnf autoremove

3. Information about the jansi.src package on Oracle Linux 9

Last metadata expiration check: 0:49:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : jansi
Version : 2.4.0
Release : 6.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 219 k
Source : None
Repository : ol9_appstream
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.