- Solution
SOLVED !
I was trying different ways to solve it, and finally, following your clue about SNAP, I could solve it using the SNAP console way of installation. https://snapcraft.io/install/cura-slicer/ubuntu
sudo apt update
sudo apt install snapd
And:
sudo snap install cura-slicer
Thanks
- 1
Recommended Posts
Slashee_the_Cow 486
Did you install the Snap package for it or a regular package? Both are in the Ubuntu software program, on an application's page at the top right it should tell you its source.
If you downloaded the Snap, then my guess would be that it's because Snap programs are run in a sandbox with very limited access to the rest of the system - I'd be very surprised if it allowed a web server access to the system (I could be wrong, not hugely experienced with Snaps because *twenty minute rant* and that's why I use openSUSE Tumbleweed).
Both versions of Cura in the Ubuntu software repositories are old, anyway (4.13.2 for the Snap and 4.13.0 for the regular package). The best option is to download an AppImage from the Cura homepage.
Link to post
Share on other sites
fjleon 1
Thanks for your answer.
Snap is used for update packages
Ultimaker-Cura-5-4-0-linux-,modern.AppImage is used and the Ubuntu behaviour is the same.
Link to post
Share on other sites