How to Install and Uninstall caca-utils.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "caca-utils.x86_64" package

This guide covers the steps necessary to install caca-utils.x86_64 on Fedora 36

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

2. Uninstall "caca-utils.x86_64" package

Learn how to uninstall caca-utils.x86_64 on Fedora 36:

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

3. Information about the caca-utils.x86_64 package on Fedora 36

Last metadata expiration check: 3:25:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : caca-utils
Version : 0.99
Release : 0.59.beta20.fc36
Architecture : x86_64
Size : 92 k
Source : libcaca-0.99-0.59.beta20.fc36.src.rpm
Repository : fedora
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.