Problem installing LinuxCNC file linuxcnc_2.9.3_amd64.deb
- jlfauvel
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
14 Nov 2025 21:18 #338390
by jlfauvel
Problem installing LinuxCNC file linuxcnc_2.9.3_amd64.deb was created by jlfauvel
I have an old installation of LinuxCNC made years ago by someone else on my Optiflex-7020 computer. For some reason, nothing works anymore and the guy is unreachable.
I want to start for scratch.
I plugged a blank hard drive (SATA 160Gb) in the computer, then successfully installed Linux Mint 22.1 (Cinnamon 64 bit).
From the web site linuxcnc.org/downloads/ I chose LinuxCNC package for RTAI kernel 5.4.25 .After right clicking on the file "open with Gdebi", here is the error message that appears <the dependency cannot be satisfied : libboost-python1.74.0-py311.
Need help (I am a beginner with Linux but I can manage with steps and instructions - a bit of experience). What do you suggest? The goal is to run LinuxCNC with a simple interface and have access to basic applications (Firefox, libreOffice etc.).
Thanks in advance.
I want to start for scratch.
I plugged a blank hard drive (SATA 160Gb) in the computer, then successfully installed Linux Mint 22.1 (Cinnamon 64 bit).
From the web site linuxcnc.org/downloads/ I chose LinuxCNC package for RTAI kernel 5.4.25 .After right clicking on the file "open with Gdebi", here is the error message that appears <the dependency cannot be satisfied : libboost-python1.74.0-py311.
Need help (I am a beginner with Linux but I can manage with steps and instructions - a bit of experience). What do you suggest? The goal is to run LinuxCNC with a simple interface and have access to basic applications (Firefox, libreOffice etc.).
Thanks in advance.
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 732
- Thank you received: 80
14 Nov 2025 21:26 #338395
by langdons
Replied by langdons on topic Problem installing LinuxCNC file linuxcnc_2.9.3_amd64.deb
Apt (and package managers in general) are really annoying when it comes to irrelevent versions of thing like python.
Try installing from the official 2.9.4 ISO, It's probably easier.
www3.langdonstaab.ca/iso/linuxcnc_2.9.4-amd64.hybrid.iso
Try installing from the official 2.9.4 ISO, It's probably easier.
www3.langdonstaab.ca/iso/linuxcnc_2.9.4-amd64.hybrid.iso
The following user(s) said Thank You: jlfauvel
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 732
- Thank you received: 80
14 Nov 2025 21:28 #338396
by langdons
Replied by langdons on topic Problem installing LinuxCNC file linuxcnc_2.9.3_amd64.deb
For a parallel port system, 2.7.14 is often recommended due to its lower latency.
www3.langdonstaab.ca/iso/linuxcnc-2.7.14-wheezy.iso
Though 2.9.4 willlikely work fine for any setup.
www3.langdonstaab.ca/iso/linuxcnc-2.7.14-wheezy.iso
Though 2.9.4 willlikely work fine for any setup.
The following user(s) said Thank You: jlfauvel
Please Log in or Create an account to join the conversation.
- jlfauvel
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
14 Nov 2025 21:29 #338399
by jlfauvel
Replied by jlfauvel on topic Problem installing LinuxCNC file linuxcnc_2.9.3_amd64.deb
I will try that... ang give news
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 782
- Thank you received: 260
15 Nov 2025 03:22 #338440
by unknown
Replied by unknown on topic Problem installing LinuxCNC file linuxcnc_2.9.3_amd64.deb
What has happened is that the package you tried to install was build on a system with a different version of python.
The reason the package manager has given you this message and wont install is it can not install the version of a package to make things work. From version to version things change, modules are left out or with Python they change almost everything from Python2 to Python3. So yes versions do matter, even small changes to the API and what that particular package may depend on, its there to stop you having a broken system.
Please ignore this comment
The reason the package manager has given you this message and wont install is it can not install the version of a package to make things work. From version to version things change, modules are left out or with Python they change almost everything from Python2 to Python3. So yes versions do matter, even small changes to the API and what that particular package may depend on, its there to stop you having a broken system.
Please ignore this comment
as the poster has a disconnect between what he thinks he knows, what he knows and what is in fact actually reality.Apt (and package managers in general) are really annoying when it comes to irrelevent versions of thing like python.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds