Sunday, April 23, 2017

How to install Cura 2.X on Ubuntu 17.04


How to install Cura 2.X on Ubuntu



Cura is not available on ubuntu Repositories on version 17.10.

The resolution: To fix this issue you will need to install a PPA repository.

How to get this archive working properly is found here https://launchpad.net/~thopiekar/+archive/ubuntu/cura

rm -f ~/.config/cura/*
rm -f ~/.local/cura/*
sudo add-apt-repository ppa:thopiekar/cura
sudo apt-get update
sudo apt install cura cura-plugins-all cura-extra-plugins-all


No comments:

Post a Comment

Implementing a killswitch when your VPN connection drops on Ubuntu

Goto https://github.com/lafa/vpn_enforce and follow the instructions. This assumes you already configured your vpn on gnome network settings...