Time to feed the fish. #ASCIIquarium

## Prerequisites ##

sudo apt install libcurses-perl
cd /tmp
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
tar -zxvf Term-Animation-2.6.tar.gz
perl Makefile.PL &&  make &&   make test
sudo make install

## And then ##
#cd /tmp (if you're not already there)
wget --no-check-certificate http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
tar -zxvf asciiquarium.tar.gz
cd asciiquarium_1.1
sudo cp asciiquarium /usr/local/bin/
sudo chmod 0755 /usr/local/bin/asciiquarium
asciiquarium

Comment

Your email address will not be published. Required fields are marked *