Install steam locomotive sl using apt

sl or steam locomotive is a commandline application that displays steam locomotive "train" animations aimed to correct users who accidentally enter sl instead of ls.  initials sl stands for Steam Locomotive

How to install ls or steam locomotive

Assuming you've root privileges and installed apt package manager on your system
Type

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install sl

To test installation type
sl
If installation was successful You'll see an ASCII image of a train right in your terminal after few seconds it will stop

Comments

Popular posts from this blog

How to wait for a promise within a loop block

How to interpolate strings in Kotlin programming language

How to get user's ip address in JavaScript

Ways to iterate array items in JavaScript