cantor_pythonserver command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cantor_pythonserver: command not found
or when using sudo you get the following error message
sudo: cantor_pythonserver: command not found
Solutions to cantor_pythonserver: command not found
How To Fix cantor_pythonserver: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cantor_pythonserver is provided by cantor-backend-python3 package.
cantor-backend-python3 is:
Cantor is an application to allow you to you use your favorite mathematical applications from within an elegant worksheet interface. It provides dialogs to assist with common tasks and allows you to share your worksheets with others.
This package provides the backend for using the Python3 language (https://www.python.org/) in Cantor.
This package is part of the KDE education module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cantor-backend-python3
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cantor-backend-python3.
sudo apt -y install cantor-backend-python3
Or if you have aptitude installed you can use the following command.
sudo aptitude install cantor-backend-python3
Summary
In this tutorial we learn how to fix cantor_pythonserver command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.