aobook command not found

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

Introduction

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

aobook: command not found

or when using sudo you get the following error message

sudo: aobook: command not found

Solutions to aobook: command not found

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

In Ubuntu aobook is provided by aobook package.

aobook is:

Aozora Bunko (青空文庫, literally the “Blue Sky Library”, also known as the “Open Air Library”) is a Japanese digital library. This online collection encompasses several thousands of works of Japanese-language fiction and non-fiction, most of them are public domain books/works, and some are the authors wish to make freely available. See https://www.aozora.gr.jp/

aobook is a viwer for the books/works those are provided by Aozora Bunko.

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

sudo apt-get -y install aobook

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

You can also use apt command to install aobook.

sudo apt -y install aobook

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

sudo aptitude install aobook

Summary

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