lookatme command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lookatme: command not found
or when using sudo you get the following error message
sudo: lookatme: command not found
Solutions to lookatme: command not found
How To Fix lookatme: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lookatme is provided by lookatme package.
lookatme is:
lookatme is an extensible terminal-based presentation tool that renders Markdown documents and supports themes, syntax highlighting, live and manual source reloading and can embed external files and live terminals into slides.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lookatme
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lookatme.
sudo apt -y install lookatme
Or if you have aptitude installed you can use the following command.
sudo aptitude install lookatme
Summary
In this tutorial we learn how to fix lookatme command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.