pampi-nonfree command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pampi-nonfree: command not found
or when using sudo you get the following error message
sudo: pampi-nonfree: command not found
Solutions to pampi-nonfree: command not found
How To Fix pampi-nonfree: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pampi-nonfree is provided by pampi package.
pampi is:
PAMPI is a free software to create presentations easily.
presentations are written in text files,
- so they can be modified easily
- the files syntax (Markdown) is easily learnt
- many examples of usable Markdown are available at https://enacit1.epfl.ch/markdown-pandoc They are converted to web pages (HTML files)
- one can view them with a browser
- one can publish them online, grab them on a USB stick, etc. In PAMPI’s interface, the Markdown file is displaied in the left side and on can view the result in the right side.
Every step of a presentation can be located in any position in a 3D space
- one provides its coordinates
- one can specify its zoom factor
- one can specify rotations Maths can be authored with KaTeX.
Here are many examples: https://en.wikibooks.org/wiki/LaTeX/Mathematics.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pampi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pampi.
sudo apt -y install pampi
Or if you have aptitude installed you can use the following command.
sudo aptitude install pampi
Summary
In this tutorial we learn how to fix pampi-nonfree command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.