- LinuxCNC
- Installing LinuxCNC
- Debian 11/ Bullseye / MX Linux 21 - how to run a buildbot AND RIP install?
Debian 11/ Bullseye / MX Linux 21 - how to run a buildbot AND RIP install?
deb-src buildbot.linuxcnc.org/ bullseye master-rtpreempt
this lets you get the linuxcnc language modules in my list
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
and to build debs, you need to add this repo in synaptic
deb-src buildbot.linuxcnc.org/ bullseye master-rtpreempt
this lets you get the linuxcnc language modules in my list
# linuxcnc
deb-src http://buildbot.linuxcnc.org/ buster master-rtpreempt
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
rob@RobsCNC:~
sudo apt-key adv --keyserver keys.openpgp.org --recv-key EF1B07FEE0EE663E
Executing: /tmp/apt-key-gpghome.LC3gdYkYcV/gpg.1.sh --keyserver keys.openpgp.org --recv-key EF1B07FEE0EE663E
gpg: key EF1B07FEE0EE663E: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg: w/o user IDs: 1
rob@RobsCNC:~
sudo apt-key adv --keyserver hkp://pgpkeys.eu --recv-key EF1B07FEE0EE663E
Executing: /tmp/apt-key-gpghome.qmvUwevWal/gpg.1.sh --keyserver hkp://pgpkeys.eu --recv-key EF1B07FEE0EE663E
gpg: key EF1B07FEE0EE663E: public key "LinuxCNC Buildbot <This email address is being protected from spambots. You need JavaScript enabled to view it.>" imported
gpg: Total number processed: 1
gpg: imported: 1
rob@RobsCNC:~
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-key EF1B07FEE0EE663E
Executing: /tmp/apt-key-gpghome.46NCfPuusk/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com --recv-key EF1B07FEE0EE663E
gpg: key EF1B07FEE0EE663E: "LinuxCNC Buildbot <This email address is being protected from spambots. You need JavaScript enabled to view it.>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
Rod, from your list, you probably dont need these being gtk2 + a linuxcnc english docFrom the errors, looks like you missed a few dependencies. Did you open the spoiler in this post hat had them all in it?
forum.linuxcnc.org/38-general-linuxcnc-q...stall?start=0#217208
Just paste it in again, remove any it can't find so it runs. It will ignore anything not required.
E: Unable to locate package linuxcnc-doc-en
E: Unable to locate package ibgtk2.0-dev
E: Couldn't find any package by glob 'ibgtk2.0-dev'
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
I'm going to try sheetcam too and see if that works (it was not happy yesterday with some GTK issues.... maybe it will play nice or run it via PlayOnLinux
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If I am not mistaken you have to edit the first post tittle for it to stick.It probably wouldn't hurt to add Debian11 in the title of this thread so as not to confuse folk who are using other linux distributions.
Please Log in or Create an account to join the conversation.
Pherw, its been a big day! These were added so I could build the debs. Also not sure if yapps2 is required
Rod, from your list, you probably dont need these being gtk2 + a linuxcnc english doc
E: Unable to locate package linuxcnc-doc-en
E: Unable to locate package ibgtk2.0-dev
E: Couldn't find any package by glob 'ibgtk2.0-dev'
Please Log in or Create an account to join the conversation.
I had in mind to create a post about Debian 11 in the installing linuxcnc section thats a lot cleaner than this.It probably wouldn't hurt to add Debian11 in the title of this thread so as not to confuse folk who are using other linux distributions.
But robert has been very helpful here. I have to update my autologin based on his help.
Sounds like he got it sorted.
Please Log in or Create an account to join the conversation.
- LinuxCNC
- Installing LinuxCNC
- Debian 11/ Bullseye / MX Linux 21 - how to run a buildbot AND RIP install?