droopy command not found

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

Introduction

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

droopy: command not found

or when using sudo you get the following error message

sudo: droopy: command not found

Solutions to droopy: command not found

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

In Ubuntu droopy is provided by droopy package.

droopy is:

Droopy is a mini Web server whose sole purpose is to let others upload files to your computer.

Say you are chatting with friends on MSN Messenger (perhaps with the excellent Pidgin). They want to send you amazing photos they took last week-end, so they use Messenger file transfer. Unfortunately, the zip file is over 50 MB and it is painfully slow. Now relax, droopy comes to rescue.

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

sudo apt-get -y install droopy

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

You can also use apt command to install droopy.

sudo apt -y install droopy

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

sudo aptitude install droopy

Summary

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