Asciiquarium is a perl script that requires Term::Animation. What are the appropriate hoops to jump through to get this cpan module into an ubuntu perl install?
apt-cache search animation |grep -i perl
doesn't seem to find anything like libterm-animation-perl
to just apt-get
blindly.
Perl modules that are not provided as debian package must be installed manually. One way of doing that: download the
Term-Animation-XX.tar.gz
source (XX is a version number), unpack it and door you can use the automatic Perl module installer:
During the first run, the installer will ask you a few questions that usually require just hitting Enter to choose the default option.