Locations of LinuxCNC
06 Jan 2023 13:08 - 06 Jan 2023 17:27 #261079
by JT
Locations of LinuxCNC was created by JT
The locations of LinuxCNC .deb files (deb is an abbreviation for Debian package) can be somewhat hard to find so here are all that I know of.
linuxcnc.org/dists/
buildbot.linuxcnc.org/dista/
buildbot2.highlab.com/
Debian 12 and up can use apt to install LinuxCNC
JT
linuxcnc.org/dists/
buildbot.linuxcnc.org/dista/
buildbot2.highlab.com/
Debian 12 and up can use apt to install LinuxCNC
sudo apt install linuxcnc-uspace
sudo apt install linuxcnc-uspace-dev
JT
Last edit: 06 Jan 2023 17:27 by JT.
The following user(s) said Thank You: tommylight, elovalvo
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6429
06 Jan 2023 15:17 #261086
by tommylight
Replied by tommylight on topic Locations of LinuxCNC
buildbot.linuxcnc.org/dists/
This is not the same as
linuxcnc.org/dists/
On the latter , there are entries for BookWorm and BullsEye, but on the Buster folder there are no debs for anything above 2.8.
On the first link there are Buster debs for all versions, and there are no BookWorm and BullsEye folders.
-
To keep this clean, delete this post.
Thank you.
This is not the same as
linuxcnc.org/dists/
On the latter , there are entries for BookWorm and BullsEye, but on the Buster folder there are no debs for anything above 2.8.
On the first link there are Buster debs for all versions, and there are no BookWorm and BullsEye folders.
-
To keep this clean, delete this post.
Thank you.
The following user(s) said Thank You: JT
Please Log in or Create an account to join the conversation.
06 Jan 2023 17:29 #261105
by JT
Replied by JT on topic Locations of LinuxCNC
On linuxcnc.org/dists/ I've manually uploaded an armf deb for Rpi 4. Gotta work on arm64 deb next both are for Debian 11.
JT
JT
The following user(s) said Thank You: tommylight, elovalvo
Please Log in or Create an account to join the conversation.
06 Jan 2023 17:55 #261109
by JT
Replied by JT on topic Locations of LinuxCNC
We could also put LinuxCNC debs for Linux Mint on linuxcnc.org/dists/ if someone wants to build them and make them available to me.
JT
JT
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6429
06 Jan 2023 18:00 - 06 Jan 2023 18:01 #261111
by tommylight
Replied by tommylight on topic Locations of LinuxCNC
Linux Mint 19.n uses debs from our Buster repo.
Linux Mint 21.n used debs from the official Debian BookWorm/BullsEye repo. Or is it SID?
Skip Mint20.n, as far as you possibly can !
Our debs do not work with Mint 21.n, at least till over a month ago.
Linux Mint 21.n used debs from the official Debian BookWorm/BullsEye repo. Or is it SID?
Skip Mint20.n, as far as you possibly can !
Our debs do not work with Mint 21.n, at least till over a month ago.
Last edit: 06 Jan 2023 18:01 by tommylight. Reason: more info
Please Log in or Create an account to join the conversation.
06 Jan 2023 18:10 #261113
by elovalvo
If you want the versions for arm64 I can provide them (i. e. 2.8.4 buster, 2.9.0pre bullseye and 2.10.0pre bookworm) tested on Pi3B+, Pi4B and Pi400
Replied by elovalvo on topic Locations of LinuxCNC
On linuxcnc.org/dists/ I've manually uploaded an armf deb for Rpi 4. Gotta work on arm64 deb next both are for Debian 11.
JT
If you want the versions for arm64 I can provide them (i. e. 2.8.4 buster, 2.9.0pre bullseye and 2.10.0pre bookworm) tested on Pi3B+, Pi4B and Pi400
Please Log in or Create an account to join the conversation.
07 Jan 2023 12:20 #261161
by JT
Replied by JT on topic Locations of LinuxCNC
Where can I download them from?
JT
JT
Please Log in or Create an account to join the conversation.
08 Jan 2023 10:54 #261251
by elovalvo
Replied by elovalvo on topic Locations of LinuxCNC
At the moment these links are available:
(tested on Debian Bookworm)
linuxcnc-uspace_2.10.0~pre0_arm64.deb
linuxcnc-uspace-dev_2.10.0~pre0_arm64.debĀ
(tested on Debian Bullseye)
linuxcnc-uspace_2.9.0~pre0_arm64.deb
linuxcnc-uspace-dev_2.9.0~pre0_arm64.deb
Tomorrow I will upload those for 2.8.4 (tested on buster)
(tested on Debian Bookworm)
linuxcnc-uspace_2.10.0~pre0_arm64.deb
linuxcnc-uspace-dev_2.10.0~pre0_arm64.debĀ
(tested on Debian Bullseye)
linuxcnc-uspace_2.9.0~pre0_arm64.deb
linuxcnc-uspace-dev_2.9.0~pre0_arm64.deb
Tomorrow I will upload those for 2.8.4 (tested on buster)
Please Log in or Create an account to join the conversation.
08 Jan 2023 13:35 #261261
by JT
Replied by JT on topic Locations of LinuxCNC
Both dev debs are only 246kB in size and I expected at least 1MB or more in size so I think something is wrong with them.
Jt
Jt
Please Log in or Create an account to join the conversation.
09 Jan 2023 16:44 #261365
by elovalvo
Strange, now I check again.
Perhaps it is due to the fact that the compilation does not include the documentation?
The commands I run are:
debian/configure no-docs
dpkg-checkbuilddeps
debuild -uc -us
However, the debs with the various languages are the same for both the armhf and arm64 version
Replied by elovalvo on topic Locations of LinuxCNC
Both dev debs are only 246kB in size and I expected at least 1MB or more in size so I think something is wrong with them.
Jt
Strange, now I check again.
Perhaps it is due to the fact that the compilation does not include the documentation?
The commands I run are:
debian/configure no-docs
dpkg-checkbuilddeps
debuild -uc -us
However, the debs with the various languages are the same for both the armhf and arm64 version
Please Log in or Create an account to join the conversation.
Time to create page: 0.108 seconds