01-25-2020, 08:39 PM
you may have success with alt pinning either from unstable binaries or via source.
add the unstable repo on sources.list
create /etc/apt/preferences with:
Package: *
Pin: release a=unstable
Pin-Priority: 2
then
sudo apt-get update
sudo apt-get -t unstable install cura
or
sudo apt-get -t unstable build-dep cura
sudo apt-get -t unstable source -b cura
cura also has a git repo
add the unstable repo on sources.list
create /etc/apt/preferences with:
Package: *
Pin: release a=unstable
Pin-Priority: 2
then
sudo apt-get update
sudo apt-get -t unstable install cura
or
sudo apt-get -t unstable build-dep cura
sudo apt-get -t unstable source -b cura
cura also has a git repo