binkdlogstat command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
binkdlogstat: command not found
or when using sudo you get the following error message
sudo: binkdlogstat: command not found
Solutions to binkdlogstat: command not found
How To Fix binkdlogstat: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu binkdlogstat 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 binkdlogstat command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.