ethflopd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ethflopd: command not found
or when using sudo you get the following error message
sudo: ethflopd: command not found
Solutions to ethflopd: command not found
How To Fix ethflopd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ethflopd is provided by ethflop package.
ethflop is:
ethflop is a network-backed floppy emulator for DOS, mapping a DOS floppy drive to a remote disk image. This package contains the server and the DOS TSR.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ethflop
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ethflop.
sudo apt -y install ethflop
Or if you have aptitude installed you can use the following command.
sudo aptitude install ethflop
Summary
In this tutorial we learn how to fix ethflopd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.