How to Install and Uninstall jansi.noarch Package on AlmaLinux 8

Last updated: May 15,2024

1. Install "jansi.noarch" package

Please follow the step by step instructions below to install jansi.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install jansi.noarch

2. Uninstall "jansi.noarch" package

This guide covers the steps necessary to uninstall jansi.noarch on AlmaLinux 8:

$ sudo dnf remove jansi.noarch $ sudo dnf autoremove

3. Information about the jansi.noarch package on AlmaLinux 8

Last metadata expiration check: 0:38:26 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : jansi
Version : 1.17.1
Release : 1.module_el8.6.0+2752+f1f3449e
Architecture : noarch
Size : 78 k
Source : jansi-1.17.1-1.module_el8.6.0+2752+f1f3449e.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.