didiwiki command not found

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

Introduction

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

didiwiki: command not found

or when using sudo you get the following error message

sudo: didiwiki: command not found

Solutions to didiwiki: command not found

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

In Ubuntu didiwiki is provided by didiwiki package.

didiwiki is:

DidiWiki is aimed at those who need a quick and lightweight wiki for personal use, such as notes, “to do” lists, etc. It is written in C, and has very low system requirements (binary size of ~25k stripped). This makes it particularly useful for handhelds. DidiWiki does not require installation of a separate webserver, scripting language, or database.

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

sudo apt-get -y install didiwiki

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

You can also use apt command to install didiwiki.

sudo apt -y install didiwiki

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

sudo aptitude install didiwiki

Summary

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