binkd command not found

In this troubleshooting guide we learn how to fix binkd command not found error message

Introduction

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

binkd: command not found

or when using sudo you get the following error message

sudo: binkd: command not found

Solutions to binkd: command not found

How To Fix binkd: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu binkd is provided by binkd package.

binkd is:

Binkd is a FidoTech mailer designed for use over TCP/IP.

This program is NOT an internet mail transfer agent. If you don’t know what it is, you don’t need it.

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

sudo apt-get -y install binkd

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

You can also use apt command to install binkd.

sudo apt -y install binkd

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

sudo aptitude install binkd

Summary

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