kookbook command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kookbook: command not found
or when using sudo you get the following error message
sudo: kookbook: command not found
Solutions to kookbook: command not found
How To Fix kookbook: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kookbook is provided by kookbook package.
kookbook is:
KookBook helps you curate your recipe collection, letting you browse recipes, search by title or ingredient to recall the details of your kitchen creations.
Recipes are written in markdown and stored in text files. A cookbook, or collection of recipes, is a folder structure containing one or more recipes. The folder structure can be used as one way to browse and group the recipes.
Recipes can be synced with devices or shared with other users using external tools like git repositories, nextcloud or many other services.
The package includes both the desktop “kookbook” program and an touchscreen version “kookbooktouch”.
The package also includes a simple conversion utility that is able to convert a krecipes database into a set of kookbook markdown files. For more details, see /usr/share/doc/kookbook/README.Debian
To fix this problem, we can install more using the command below.
sudo apt-get -y install kookbook
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kookbook.
sudo apt -y install kookbook
Or if you have aptitude installed you can use the following command.
sudo aptitude install kookbook
Summary
In this tutorial we learn how to fix kookbook command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.