How to Install and Uninstall jansi.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "jansi.x86_64" package

This is a short guide on how to install jansi.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install jansi.x86_64

2. Uninstall "jansi.x86_64" package

Here is a brief guide to show you how to uninstall jansi.x86_64 on Fedora 36:

$ sudo dnf remove jansi.x86_64 $ sudo dnf autoremove

3. Information about the jansi.x86_64 package on Fedora 36

Last metadata expiration check: 0:01:45 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : jansi
Version : 2.4.0
Release : 3.fc36
Architecture : x86_64
Size : 112 k
Source : jansi-2.4.0-3.fc36.src.rpm
Repository : fedora
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.