PINE64
Cura anyone ? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Cura anyone ? (/showthread.php?tid=8921)

Pages: 1 2


Cura anyone ? - tso4ev - 01-25-2020

Is there someone having success with installing Cura on the stock debian os ?
And if yes please share how Big Grin


RE: Cura anyone ? - bsammon - 01-25-2020

"apt install cura" ?


RE: Cura anyone ? - xmixahlx - 01-25-2020

cura is v3.3.1-2 in unstable.


RE: Cura anyone ? - tso4ev - 01-25-2020

(01-25-2020, 02:34 PM)bsammon Wrote: "apt install cura" ?
nope try yourself .. Big Grin


RE: Cura anyone ? - tophneal - 01-25-2020

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.


RE: Cura anyone ? - xmixahlx - 01-25-2020

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


RE: Cura anyone ? - tso4ev - 01-25-2020

(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


Cura anyone ? - tophneal - 01-25-2020

What about a snap or flatpak?


RE: Cura anyone ? - tso4ev - 01-25-2020

(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


RE: Cura anyone ? - tophneal - 01-25-2020

Bummer! On the up side, It looks like they make source available to build it.