Cura anyone ?
#1
Is there someone having success with installing Cura on the stock debian os ?
And if yes please share how Big Grin
#2
"apt install cura" ?
#3
cura is v3.3.1-2 in unstable.
#4
(01-25-2020, 02:34 PM)bsammon Wrote: "apt install cura" ?
nope try yourself .. Big Grin
#5
Have you tried the package from bionic? https://launchpad.net/ubuntu/bionic/arm64/cura/3.1.0-1

Nevermind, i just saw a post on their forums, where they indicated .deb files were discontinued due to packaging issues. Apparently, they're all in on appimages now.
#6
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
#7
(01-25-2020, 08:11 PM)tophneal Wrote: Have you tried the package from bionic? https://launchpad.net/ubuntu/bionic/arm64/cura/3.1.0-1

Nevermind, i just saw a post on their forums, where they indicated .deb files were discontinued due to packaging issues. Apparently, they're all in on appimages now.

yep but the appimages doesn't work with the stock debian
#8
What about a snap or flatpak?
#9
(01-25-2020, 08:39 PM)xmixahlx Wrote: 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
 thanks dude but nothing works.. anyway thanks for you efforts

(01-25-2020, 09:11 PM)tophneal Wrote: What about a snap or flatpak?

did't try it yet ... does not exist
#10
Bummer! On the up side, It looks like they make source available to build it.


Forum Jump:


Users browsing this thread: 1 Guest(s)