There were .apt builds available up to CURA 3.1.0 - but evidently, that's where it stopped.
* https://www.techrepublic.com/article/why-i-have-a-problem-with-appimages-on-linux/
* https://www.reddit.com/r/linux4noobs/comments/kevz58/isnt_appimage_just_as_bad_as_an_exe/
But I guess CURA is open-sourced, so all that's really needed is for someone out in the community to build a version and throw it into a repository someplace.
Recommended Posts
nallath 1,124
We used to have .deb packages, but it was a complete nightmare to maintain. On paper it all works, but in practice, not so much.
The reason why it's so hard is that we use a ton of libraries that work together. In theory minor version increases should play well together, so it shouldn't matter if you have version 5.11 or 5.14 of a given library, as long as it's higher than 5.11. In practice however it could very well be that 5.14 has some issue with version 3.2 of another library (but not with 3.3 on certain operating systems).
With a .deb we simply can't control this, since each operating system decides what versions of a package they support.
I'm very much aware of the advantages of using .deb files, but as it stands, I simply can't defend the extra (continued) effort this would take for us to support it.
Link to post
Share on other sites