katarakt command not found

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

Introduction

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

katarakt: command not found

or when using sudo you get the following error message

sudo: katarakt: command not found

Solutions to katarakt: command not found

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

In Ubuntu katarakt is provided by katarakt package.

katarakt is:

It’s a PDF viewer. It views PDFs.

There are currently two layouts. The presentation layout is very simple and only supports scrolling on a per page basis. As the name suggests the current page is displayed in the center and zoomed to fit the window. It is active by default.

The grid layout is much more advanced and offers continuous (smooth, per pixel) scrolling, zooming and adjusting the column count. Pages keep their correct relative size and are shown in a grid.

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

sudo apt-get -y install katarakt

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

You can also use apt command to install katarakt.

sudo apt -y install katarakt

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

sudo aptitude install katarakt

Summary

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