How to Install and Uninstall perl-Term-Animation.noarch Package on Fedora 35

Last updated: September 28,2024

1. Install "perl-Term-Animation.noarch" package

Please follow the guidelines below to install perl-Term-Animation.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Term-Animation.noarch

2. Uninstall "perl-Term-Animation.noarch" package

This is a short guide on how to uninstall perl-Term-Animation.noarch on Fedora 35:

$ sudo dnf remove perl-Term-Animation.noarch $ sudo dnf autoremove

3. Information about the perl-Term-Animation.noarch package on Fedora 35

Last metadata expiration check: 1:41:24 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Term-Animation
Version : 2.6
Release : 39.fc35
Architecture : noarch
Size : 37 k
Source : perl-Term-Animation-2.6-39.fc35.src.rpm
Repository : fedora
Summary : ASCII sprite animation framework
URL : https://metacpan.org/release/Term-Animation
License : GPL+ or Artistic
Description : This module provides a framework to produce sprite animations using ASCII art.
: Each ASCII 'sprite' is given one or more frames, and placed into the animation
: as an 'animation object'. An animation object can have a callback routine that
: controls the position and frame of the object.
:
: If the constructor is passed no arguments, it assumes that it is running full
: screen, and behaves accordingly. Alternatively, it can accept a curses window
: (created with the Curses new win call) as an argument, and will draw into that
: window.