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

Last updated: May 13,2024

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

Please follow the steps below to install perl-Term-Animation.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall perl-Term-Animation.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:50:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Term-Animation
Version : 2.6
Release : 40.fc36
Architecture : noarch
Size : 37 k
Source : perl-Term-Animation-2.6-40.fc36.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.