How to Install and Uninstall jansi.noarch Package on CentOS Stream 8

Last updated: January 12,2025

1. Install "jansi.noarch" package

Please follow the guidance below to install jansi.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install jansi.noarch

2. Uninstall "jansi.noarch" package

This guide let you learn how to uninstall jansi.noarch on CentOS Stream 8:

$ sudo dnf remove jansi.noarch $ sudo dnf autoremove

3. Information about the jansi.noarch package on CentOS Stream 8

Last metadata expiration check: 2:04:47 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : jansi
Version : 1.17.1
Release : 1.module_el8.6.0+1030+8d97e896
Architecture : noarch
Size : 79 k
Source : jansi-1.17.1-1.module_el8.6.0+1030+8d97e896.src.rpm
Repository : appstream
Summary : Jansi is a java library for generating and interpreting ANSI escape sequences
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.