nyancat-server command not found

In this troubleshooting guide we learn how to fix nyancat-server command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

nyancat-server: command not found

or when using sudo you get the following error message

sudo: nyancat-server: command not found

Solutions to nyancat-server: command not found

How To Fix nyancat-server: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu nyancat-server is provided by nyancat-server package.

nyancat-server is:

nyancat-server contains the configurations required to quickly set up a nyancat server. This allows the animated poptart cat to be served to many users via telnet.

Installing this package will automatically configure and activate a nyancat telnet server.

To fix this problem, we can install more using the command below.

sudo apt-get -y install nyancat-server

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install nyancat-server.

sudo apt -y install nyancat-server

Or if you have aptitude installed you can use the following command.

sudo aptitude install nyancat-server

Summary

In this tutorial we learn how to fix nyancat-server command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.