yokadi command not found

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

Introduction

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

yokadi: command not found

or when using sudo you get the following error message

sudo: yokadi: command not found

Solutions to yokadi: command not found

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

In Ubuntu yokadi is provided by yokadi package.

yokadi is:

Yokadi is a command-line oriented, SQLite powered, TODO list tool. It helps you organize all the things you have to do and you must not forget. It aims to be simple, intuitive and very efficient.

In Yokadi you manage projects, which contains tasks. At the minimum, a task has a title, but it can also have a description, a due date, an urgency or keywords. Keywords can be any word that help you to find and sort your tasks.

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

sudo apt-get -y install yokadi

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

You can also use apt command to install yokadi.

sudo apt -y install yokadi

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

sudo aptitude install yokadi

Summary

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