seaf-daemon command not found

In this troubleshooting guide we learn how to fix seaf-daemon command not found error message

Introduction

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

seaf-daemon: command not found

or when using sudo you get the following error message

sudo: seaf-daemon: command not found

Solutions to seaf-daemon: command not found

How To Fix seaf-daemon: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu seaf-daemon is provided by seafile-daemon package.

seafile-daemon is:

Seafile is a file syncing and sharing software with file encryption and group sharing, emphasis on reliability and high performance.

Seafile is an open source cloud storage system with privacy protection and teamwork features. Collections of files are called libraries. Each library can be synced separately. A library can also be encrypted with a user chosen password. Seafile also allows users to create groups and easily sharing files into groups.

This package contains the client daemon for Seafile.

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

sudo apt-get -y install seafile-daemon

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

You can also use apt command to install seafile-daemon.

sudo apt -y install seafile-daemon

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

sudo aptitude install seafile-daemon

Summary

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