seaf-cli command not found

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

Introduction

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

seaf-cli: command not found

or when using sudo you get the following error message

sudo: seaf-cli: command not found

Solutions to seaf-cli: command not found

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

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

seafile-cli 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 CLI for Seafile.

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

sudo apt-get -y install seafile-cli

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

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

sudo apt -y install seafile-cli

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

sudo aptitude install seafile-cli

Summary

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