magnus command not found

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

Introduction

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

magnus: command not found

or when using sudo you get the following error message

sudo: magnus: command not found

Solutions to magnus: command not found

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

In Ubuntu magnus is provided by magnus package.

magnus is:

Magnus is a simple screen magnifying glass. It nicely integrates with X11 desktops like MATE or Xfce (probably with others not named here, too).

Visually impaired users may find this tool helpful for zooming into certain screen areas in order to improve readability/visibilty of fonts, icons and other data.

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

sudo apt-get -y install magnus

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

You can also use apt command to install magnus.

sudo apt -y install magnus

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

sudo aptitude install magnus

Summary

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