infinoted command not found

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

Introduction

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

infinoted: command not found

or when using sudo you get the following error message

sudo: infinoted: command not found

Solutions to infinoted: command not found

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

In Ubuntu infinoted is provided by infinoted package.

infinoted is:

infinoted is a dedicated server which allows clients to edit plain text documents and source files collaboratively over a network. Changes to the documents are synchronised instantly to the other clients.

It serves the documents using the same protocol as gobby-0.5.

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

sudo apt-get -y install infinoted

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

You can also use apt command to install infinoted.

sudo apt -y install infinoted

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

sudo aptitude install infinoted

Summary

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