LinuxCNC on Linux Mint 20 quick and nearly easy install
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
03 Oct 2021 12:22 #222098
by tommylight
Replied by tommylight on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
Ooops, this was made for the stretch version and that is not built anymore !
Change the repo to Buster :
sudo apt-add-repository 'deb buildbot.linuxcnc.org/ buster master-rtpreempt'
and manually disable or delete the stretch repo entry in "software sources", then update and dist-upgrade.
Sorry for missing that.
Change the repo to Buster :
sudo apt-add-repository 'deb buildbot.linuxcnc.org/ buster master-rtpreempt'
and manually disable or delete the stretch repo entry in "software sources", then update and dist-upgrade.
Sorry for missing that.
Please Log in or Create an account to join the conversation.
03 Oct 2021 13:26 #222103
by Clive S
The above needs to be typed in a terminal
Replied by Clive S on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
sudo apt update
sudo apt dist-upgrade
And how does it help me?
The above needs to be typed in a terminal
Please Log in or Create an account to join the conversation.
03 Oct 2021 13:39 - 03 Oct 2021 14:08 #222104
by hottabich
Replied by hottabich on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
The repository was added earlier. But deb packages from Buildboot need Python 3.7. Writes can be updated and does not update.
Last edit: 03 Oct 2021 14:08 by hottabich.
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
03 Oct 2021 15:49 #222113
by tommylight
Replied by tommylight on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
Well the thing with Python has gotten to be absurd, nothing works any more.
Did you see this?
forum.linuxcnc.org/9-installing-linuxcnc...rd-new-windows-users
Did you see this?
forum.linuxcnc.org/9-installing-linuxcnc...rd-new-windows-users
The following user(s) said Thank You: hottabich
Please Log in or Create an account to join the conversation.
03 Oct 2021 18:59 #222127
by hottabich
Replied by hottabich on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
Thanks for your attention, I've seen and tried this. Some forum members update linuxcnc every day but don't share how. I think it is necessary through python env like django but I do not have enough knowledge.
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
03 Oct 2021 21:23 #222143
by tommylight
Replied by tommylight on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
Not the same thing/howto/ISO.
The one you think it is, was for Mint 19.2 by Beagle. He was very good at it, shame he left.
This one is done by Snowwy and it is for Linux MX, it is lighter on resources although it boots slower than Mint.
The Python issue has nothing to do with the environment, it suffered to much changes lately to improve security so most of the old stuff does not work with the new versions. So Django will not help.
The one you think it is, was for Mint 19.2 by Beagle. He was very good at it, shame he left.
This one is done by Snowwy and it is for Linux MX, it is lighter on resources although it boots slower than Mint.
The Python issue has nothing to do with the environment, it suffered to much changes lately to improve security so most of the old stuff does not work with the new versions. So Django will not help.
Please Log in or Create an account to join the conversation.
23 Jul 2022 07:41 #248101
by AryaNakh
Replied by AryaNakh on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
I know I am reviving an old thread but I very much want to get Linuxcnc working on Linux Mint. Everything went well for me, but I need kernel headers for my wifi dongle to work. It is unable to find my headers. I followed the instruction for installing kernel headers but got caught by a circular dependency… gcc-6 requires cpp-6 and cpp-6 needs gcc-6 so I can install neither and therefore can’t get my the wifi drivers to recognize the 4.9 kernel headers. Thank you!
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
23 Jul 2022 08:10 #248102
by tommylight
Please Log in or Create an account to join the conversation.
23 Jul 2022 10:04 #248105
by rodw
UNnortunately, I had to throw mint out over 12 months ago.
Life will be a lot easier if you adopt Debian. Testing (aka bookworm) has Linuxcnc as a package that can be installed with sudo apt install linuxcnc-uspace and a much wider range of modern hardware is supported.
Replied by rodw on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
As much as I love mint, it is way too far behind with Python versions etc when compared with Debian (which is the official distro Linuxcnc is built for).I know I am reviving an old thread but I very much want to get Linuxcnc working on Linux Mint. Everything went well for me, but I need kernel headers for my wifi dongle to work. It is unable to find my headers. I followed the instruction for installing kernel headers but got caught by a circular dependency… gcc-6 requires cpp-6 and cpp-6 needs gcc-6 so I can install neither and therefore can’t get my the wifi drivers to recognize the 4.9 kernel headers. Thank you!
UNnortunately, I had to throw mint out over 12 months ago.
Life will be a lot easier if you adopt Debian. Testing (aka bookworm) has Linuxcnc as a package that can be installed with sudo apt install linuxcnc-uspace and a much wider range of modern hardware is supported.
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
23 Jul 2022 10:45 #248107
by tommylight
Not anymore, it was remover from Bookworm about a week ago, now only in Sid or "unstable" and the version in use is from April of this year.
Replied by tommylight on topic LinuxCNC on Linux Mint 20 quick and nearly easy install
[/quote]
Life will be a lot easier if you adopt Debian. Testing (aka bookworm) has Linuxcnc as a package that can be installed with sudo apt install linuxcnc-uspace and a much wider range of modern hardware is supported.
Not anymore, it was remover from Bookworm about a week ago, now only in Sid or "unstable" and the version in use is from April of this year.
Please Log in or Create an account to join the conversation.
Time to create page: 0.295 seconds