Skip to main content
LPI Linux EssentialsRaspberry Pi

Raspberry Pi and a little fun with cowsay

By March 16, 2014September 12th, 2022No Comments

Well we have all heard the phrase “Monkey see , monkey do” but what about a little fun talking with cows on your Raspberry Pi. if this seems a little to weird to continue then so be it. We can install the package cowsay

apt-cache show cowsay
sudo apt-get install cowsay

Then run:

cowsay "hello young person"

or

cowsay -L

to list other animals

try

cowsay -f tux "You will love this"

LPIC