How do I install and run asciiquarium
in Ubuntu? It seems kind of complicated, and I don't know how to compile source code.
How do I install and run asciiquarium
in Ubuntu? It seems kind of complicated, and I don't know how to compile source code.
No compiling is required as there is a PPA that I believe is run by a Debian developer dedicated solely to
asciiquarium
. Open a Terminal window and paste the following two commands:And then the application is yours to run:
Enjoy :)
Note: This PPA now has packages available for all versions of Ubuntu from Precise to Cosmic!
These instructions will work for Ubuntu 12.04 and later.
Install term-animation
First, you need to install Perl module called term-animation. Open a command-line terminal by pressing CTRL+ALT+T.
First, type
This will install the program that will run
perl
scripts on your system.Next, run
to change your working directory to
/tmp
, this is the folder where temporary files are stored.After you are in
/tmp
, you are going to have to download the source code forterm-animation
. To do this, typeExtract the tarball you just downloaded by running this command:
Change your working directory to the folder you just extracted (NOTE: if you ever forget where your working directory is, simply type
pwd
).Next, you are going to run the perl script "Makefile.PL"
(The
&&
operator separates commands)Finally, we can finish installing
term-animation
by running this commandDownload and install Asciiquarium
Once again, we are going to change our working directory to
/tmp
.Now we are going to download the
perl
script that runsasciiquarium
.Extract the tarball you downloaded.
Now change the working directory to the folder you extracted.
Next, we need to copy the
perl
script to/usr/local/bin
where all of the executable commands are.Finally, to be allowed to run
asciiquarium
, you need to give yourself permission to execute theperl
script.Running asciiquarium
To watch
asciiquarium
in your terminal, simply typeSimply press CTRL+C to stop the animation.