todo-txt command not found

In this troubleshooting guide we learn how to fix todo-txt command not found error message

Introduction

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

todo-txt: command not found

or when using sudo you get the following error message

sudo: todo-txt: command not found

Solutions to todo-txt: command not found

How To Fix todo-txt: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu todo-txt is provided by todotxt-cli package.

todotxt-cli is:

If you have a file called todo.txt on your computer right now, you’re in the right place.

So many power users try dozens of complicated todo list software applications, only to go right back to their trusty todo.txt file.

But it’s not easy to open todo.txt, make a change, and save it—especially on your touchscreen device and at the command line. Todo.txt apps solve that problem. Simplicity is todo.txt’s core value.

You’re not going to find many checkboxes, drop-downs, reminders, or date pickers here.

Todo.txt apps are minimal, todo.txt-focused editors which help you manage your tasks with as few keystrokes and taps possible.

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

sudo apt-get -y install todotxt-cli

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

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

sudo apt -y install todotxt-cli

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

sudo aptitude install todotxt-cli

Summary

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