filetea command not found

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

Introduction

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

filetea: command not found

or when using sudo you get the following error message

sudo: filetea: command not found

Solutions to filetea: command not found

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

In Ubuntu filetea is provided by filetea package.

filetea is:

FileTea is a simple way to send files among different users.

FileTea functions as a web server. Users can drag files into their web browser and a URL will be generated for each one. Those URLs can be sent to other people, who will be able to start downloading the files immediately.

An HTML5 capable browser is required in order to share the files, but any HTTP client can download them, including command-line tools such as curl or wget.

Files are sent through the server, but no data is stored there: FileTea is only used to route the traffic. This also means that there’s no limit to the size of shared files.

The service is anonymous and does not require user registration. Since it’s completely web-based, it works in networks with proxies, firewalls, etc., as long as all users can reach the FileTea server.

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

sudo apt-get -y install filetea

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

You can also use apt command to install filetea.

sudo apt -y install filetea

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

sudo aptitude install filetea

Summary

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