J'essaie de télécharger le logiciel Cura slicer sur mon ordinateur et je continue de me faire arrêter complètement. J'ai essayé Sudo apt update
et je reçois ce message:
Aborted (core dumped)
Reading package lists... Done
N: Ignoring file 'sp' in directory '/etc/apt/sources.list.d/' as it has no filename extension
N: Ignoring file 'google-chrome.lis' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi'
E: Sub-process returned an error code
J'ai essayé d'installer avec
Sudo apt-get install cura
mais alors je reçois:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
cura : Depends: python3-uranium but it is not going to be installed
Depends: qml-module-qtqml-models2 but it is not installable
Depends: qml-module-qtquick-controls but it is not installable
Depends: qml-module-qtquick-dialogs but it is not installable
Recommends: cura-resources-firmware but it is not going to be installed
Recommends: cura-plugins-all but it is not going to be installed
Recommends: python3-numpy-stl but it is not installable
N: Ignoring file 'sp' in directory '/etc/apt/sources.list.d/' as it has no filename extension
N: Ignoring file 'google-chrome.lis' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unable to correct problems, you have held broken packages.
J'ai essayé
Sudo ppa-purge ppa:thopiekar/cura
mais il me dit: Sudo: ppa-purge: command not found
Je suis nouveau sur Linux et n'ai que peu d'expérience. S'il vous plaît expliquer ce que vous essayez de me dire en termes simples. Merci d'avance.
Cura 2.7 peut être installé à partir de ppa: thopiekar/cura :
Sudo add-apt-repository ppa:thopiekar/cura
Sudo apt-get update
Sudo apt-get install cura
Si vous avez besoin d’une version plus récente de Cura - vous pouvez utiliser ppa: thopiekar/cura-master
Sudo add-apt-repository ppa:thopiekar/cura-master
Sudo apt-get update
Sudo apt-get install cura
Le référentiel mentionné dans la réponse acceptée est obsolète, il n’a que la version 2.7 de cura. Actuellement, le meilleur moyen de l'installer est de le télécharger directement à partir de site cura .
wget https://download.ultimaker.com/current/Cura-3.4.1.AppImage
Sudo mv Cura-3.4.1.AppImage /usr/bin/cura
Sudo chmod +x /usr/bin/cura
Maintenant, vous pouvez simplement exécuter cura