How to Install and Uninstall caca-utils.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "caca-utils.x86_64" package

Learn how to install caca-utils.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install caca-utils.x86_64

2. Uninstall "caca-utils.x86_64" package

This guide let you learn how to uninstall caca-utils.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove caca-utils.x86_64 $ sudo dnf autoremove

3. Information about the caca-utils.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:56:13 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : caca-utils
Version : 0.99
Release : 0.59.beta20.el8
Architecture : x86_64
Size : 98 k
Source : libcaca-0.99-0.59.beta20.el8.src.rpm
Repository : epel
Summary : Colour AsCii Art Text mode graphics utilities based on libcaca
URL : http://caca.zoy.org/wiki/libcaca
License : WTFPL
Description : This package contains utilities and demonstration programs for libcaca, the
: Colour AsCii Art library.
:
: cacaview is a simple image viewer for the terminal. It opens most image formats
: such as JPEG, PNG, GIF etc. and renders them on the terminal using ASCII art.
: The user can zoom and scroll the image, set the dithering method or enable
: anti-aliasing.
:
: cacaball is a tiny graphic program that renders animated ASCII metaballs on the
: screen, cacafire is a port of AALib's aafire and displays burning ASCII art
: flames, and cacademo is a simple application that shows the libcaca rendering
: features such as line and ellipses drawing, triangle filling and sprite
: blitting.