kmag command not found

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

Introduction

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

kmag: command not found

or when using sudo you get the following error message

sudo: kmag: command not found

Solutions to kmag: command not found

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

In Ubuntu kmag is provided by kmag package.

kmag is:

KDE’s screen magnifier tool.

You can use KMagnifier to magnify a part of the screen just as you would use a lens to magnify a newspaper fine-print or a photograph. This application is useful for a variety of people: from researchers to artists to web-designers to people with low vision.

This package is part of the KDE accessibility module.

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

sudo apt-get -y install kmag

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

You can also use apt command to install kmag.

sudo apt -y install kmag

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

sudo aptitude install kmag

Summary

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