You are not logged in.
Pages: 1
I have upgraded from Daedalus to Excalibur but now I cannot install freecad :-(
michelle:~# LANG=C apt install freecad
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:
Unsatisfied dependencies:
libfreecad-python3-0.20 : Depends: libocct-data-exchange-7.6 (>= 7.6.3+dfsg1)
Depends: libocct-ocaf-7.6 (>= 7.6.3+dfsg1)
Depends: libocct-visualization-7.6 (>= 7.6.3+dfsg1)
Error: Unable to correct problems, you have held broken packages.
michelle:~#
and also FreeCAD do not run from .AppImage
dino@michelle:~$ LANG=C /dino/FreeCAD-0.21.2-Linux-x86_64.AppImage
FreeCAD 0.21.2, Libs: 0.21.2R33771 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2023
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
FreeCAD wouldn't be possible without FreeCAD community.
##### #### ### ####
# # # # # #
# ## #### #### # # # # #
#### # # # # # # # ##### # #
# # #### #### # # # # #
# # # # # # # # # ## ## ##
# # #### #### ### # # #### ## ## ##
MESA-LOADER: failed to open radeonsi: /usr/lib/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open radeonsi: /usr/lib/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
PLEASE HELP ME! :-)
Offline
Hello:
... upgraded from Daedalus to Excalibur but now I cannot install ...
Devuan Excalibur is a testing/in development version of Devuan, the equivalent (sans systemd) of Debian Trixie.
That is surely the reason you are having issues with installing FreeCAD.
I am assuming that FreeCAD worked properly under Devuan Daedalus, yes?
- testing is where the next stable suite is developed. Software is usually more up-to-date but there may still
be issues. testing becomes stable “when it is ready”.
If FreeCAD is essential to you, you may want to consider rolling back to the stable version of Devuan (ie: Daedalus) you were using.
PLEASE HELP ME!
Now, now ...
No need to scream and/or plead to get help here. 8^)
Best,
A.
Offline
Solved by itself
just simply install the occ-misc package from the daedalus repository (7.6.3+dfsg1-7)
apt -t daedalus installs occt-misc
Offline
Pages: 1