com.github.babluboy.bookworm command not found

In this troubleshooting guide we learn how to fix com.github.babluboy.bookworm command not found error message

Introduction

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

com.github.babluboy.bookworm: command not found

or when using sudo you get the following error message

sudo: com.github.babluboy.bookworm: command not found

Solutions to com.github.babluboy.bookworm: command not found

How To Fix com.github.babluboy.bookworm: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu com.github.babluboy.bookworm is provided by bookworm package.

bookworm is:

The bookworm tool helps you to read eBooks of different formats, including epub, pdf, mobi, cbr, etc. It provides an easy, simple layout to read books irrespective of the ebook format.

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

sudo apt-get -y install bookworm

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

You can also use apt command to install bookworm.

sudo apt -y install bookworm

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

sudo aptitude install bookworm

Summary

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