How to Install and Uninstall jansi.noarch Package on Rocky Linux 8

Last updated: September 28,2024

1. Install "jansi.noarch" package

Learn how to install jansi.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install jansi.noarch

2. Uninstall "jansi.noarch" package

Here is a brief guide to show you how to uninstall jansi.noarch on Rocky Linux 8:

$ sudo dnf remove jansi.noarch $ sudo dnf autoremove

3. Information about the jansi.noarch package on Rocky Linux 8

Last metadata expiration check: 0:29:27 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : jansi
Version : 1.17.1
Release : 1.module+el8.6.0+843+5a13dac3
Architecture : noarch
Size : 78 k
Source : jansi-1.17.1-1.module+el8.6.0+843+5a13dac3.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.