pronterface command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pronterface: command not found
or when using sudo you get the following error message
sudo: pronterface: command not found
Solutions to pronterface: command not found
How To Fix pronterface: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pronterface is provided by pronterface package.
pronterface is:
Printrun is a full suite of host interfaces for 3D printers and CNC, consisting of:
- printcore, a standalone non-interactive G-Code sender
- pronsole, an interactive command-line host
- pronterface, a graphical host software with the same functionality as pronsole
Together with Slic3r they form a powerful 3d printing toolchain.
This package contains scripts and metadata for pronterface, a graphical 3D printer host.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pronterface
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pronterface.
sudo apt -y install pronterface
Or if you have aptitude installed you can use the following command.
sudo aptitude install pronterface
Summary
In this tutorial we learn how to fix pronterface command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.