Hi
I recently had a difficult experience setting up OctoPrint on Knoppix 8.1
It was a lot of joy (sarcasm) to setup, but in the end it worked. Still scratching my head how?
So I was wondering how the installation procedure fared on some other Linux Distros I have on bootable SDHCs. Here is how they fared. (for informational purposes only)
Puppy Linux version 7.5
To different. Don't even bother, unless you know your way around Puppy and have plenty of time.
I was unable to access "sudo" or "su" or even the package management.
Ubuntu version 16.04.3
The following Packages are NOT recognized.
python-pip
python-virtualenv
The above issue would need to be resolved before you could install those packages and continue.
PC-Linux version 2017-11
Similar to Ubuntu, the following Packages are NOT recognized.
python-dev
libyaml-dev
build-essential
The above issue would need to be resolved before you could install those packages and continue.
NOTE: Improvisation was necessary as PC-Linux did not offer the "sudo" command.
Linux Mint version 18.3 (Python Ate My Pearl? I believe had success with Mint)
For this to work I had to add the following to the instructions:
sudo apt-get install virtualenv
Octoprint then installed, however I could not connect to it.
Another component "pybonjour" was also required and needs installing.
This problem occurred during my Knoppix install as well.
Manual install of pybonjour worked for Knoppix, but failed to install for Mint!
pybonjour manual installation hangs on the final command.
Elementary OS version 0.4.1
Octoprint installed, however I could not connect to it.
The same problem as with Mint, "pybonjour" was also required.
Manual installation of pybonjour had the same result, hanging on the final command.
In short, Octoprint is probably best installed as intended, i.e. OctoPi on Pi.
Michael B.