How to Install and Uninstall jansi1.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "jansi1.noarch" package

This tutorial shows how to install jansi1.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install jansi1.noarch

2. Uninstall "jansi1.noarch" package

This is a short guide on how to uninstall jansi1.noarch on Fedora 34:

$ sudo dnf remove jansi1.noarch $ sudo dnf autoremove

3. Information about the jansi1.noarch package on Fedora 34

Last metadata expiration check: 3:43:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : jansi1
Version : 1.18
Release : 7.fc34
Architecture : noarch
Size : 80 k
Source : jansi1-1.18-7.fc34.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 when output is sent to output devices which cannot support
: ANSI sequences.