optionally install additional packages
1 2 3 4 5 6 |
sudo apt-get install python-opengl sudo apt-get install python-numpy sudo apt-get install python-serial sudo apt-get install python-setuptools sudo apt-get install curl sudo apt-get install arduino |
Retrieve package
.deb package can be retrieved in two different ways:
download package
visit https://ultimaker.com/en/products/cura-software/list
and download package
build package from source code
1 2 3 |
git clone https://github.com/daid/Cura.git cd Cura sudo ./package.sh debian_amd64 # or debian_i386 for 32bit |
install package
1 |
sudo dpkg -i ./scripts/linux/cura*.deb |