How To Install perl-Term-Animation on Fedora 36

In this tutorial we learn how to install perl-Term-Animation in Fedora 36. perl-Term-Animation is ASCII sprite animation framework

Introduction

In this tutorial we learn how to install perl-Term-Animation on Fedora 36.

What is perl-Term-Animation

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.

We can use yum or dnf to install perl-Term-Animation on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Term-Animation.

Install perl-Term-Animation on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Term-Animation using dnf by running the following command:

sudo dnf -y install perl-Term-Animation

Install perl-Term-Animation on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Term-Animation using yum by running the following command:

sudo yum -y install perl-Term-Animation

How To Uninstall perl-Term-Animation on Fedora 36

To uninstall only the perl-Term-Animation package we can use the following command:

sudo dnf remove perl-Term-Animation

perl-Term-Animation Package Contents on Fedora 36

/usr/share/doc/perl-Term-Animation
/usr/share/doc/perl-Term-Animation/Changes
/usr/share/doc/perl-Term-Animation/MIGRATION
/usr/share/doc/perl-Term-Animation/README
/usr/share/doc/perl-Term-Animation/examples
/usr/share/doc/perl-Term-Animation/examples/color_nature.pl
/usr/share/man/man3/Term::Animation.3pm.gz
/usr/share/man/man3/Term::Animation::Entity.3pm.gz
/usr/share/perl5/vendor_perl/Term
/usr/share/perl5/vendor_perl/Term/Animation
/usr/share/perl5/vendor_perl/Term/Animation.pm
/usr/share/perl5/vendor_perl/Term/Animation/Entity.pm

References

Summary

In this tutorial we learn how to install perl-Term-Animation on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).