info-beamer command not found

In this troubleshooting guide we learn how to fix info-beamer command not found error message

Introduction

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

info-beamer: command not found

or when using sudo you get the following error message

sudo: info-beamer: command not found

Solutions to info-beamer: command not found

How To Fix info-beamer: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu info-beamer is provided by info-beamer package.

info-beamer is:

info-beamer allows you to rapidly prototype interactive multimedia presentations using the Lua programming language. A directory (called a node) consists of resource files (images, videos, fonts or shaders) and a control script called node.lua.

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

sudo apt-get -y install info-beamer

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

You can also use apt command to install info-beamer.

sudo apt -y install info-beamer

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

sudo aptitude install info-beamer

Summary

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