-
-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dietpi-software has incorrect download URL version for nomachine #7198
Comments
Many thanks for reporting. Fixed with: 40050a2 This is the first time they really removed the old downloads. Makes it more valuable to detect the latest available version automatically, but so far I could not find a good API or method to do that for their website, also since different architectures have different download pages, and sometimes different latest versions as well. EDIT: Installation test running: https://github.com/MichaIng/DietPi/actions/runs/10567579112 |
Would it be reasonable for |
But we would need to parse a different URL for every architecture, and this |
Based on a conversation I had with Nomachine support, here are static URLs for the latest versions:
Are there any other architectures you need? |
Thanks a lot! Did these exist already, or did they just set it up? Sometimes it just makes sense to ask 🙂. We need the |
I do not see What is the return from |
I don't see these URL's on their web site, but I would be astonished if they set them up only on my query. |
This is why "Raspbian" exists 😉. Here are the NoMachine downloads for these RPi models, respectively such which use the Raspbian package repository (instead of Debian): https://downloads.nomachine.com/linux/?id=29&distro=Raspberry EDIT: |
Meanwhile, I continued my conversation with the Support Team at NoMachine support to inquire if they have a static link for ARM6 packages; I'll report their reply. |
@tzvi208 |
Hi @MichaIng I misunderstood your remark:
When you mentioned Raspibian, I thought you were talking about With the exception of support for After further correspondence with NoMachine Support, the table in my earlier comment is now complete, including a URL to a package for Please note that the package downloaded as nomachine_latest_armv6hf.deb has Final note: I (@tzvi208) revised this comment after I realized that my initial message NoMachine has no support for |
Hi @MichaIng This is just a separate comment to generate notifications that I significantly revised these two previous comments, and that you should review them before closing the implementation of any fix from this issue #7198:
|
Many thanks. I edited the last line where I think you wanted to show that as well the "arm" and "raspbian" ARMv8 downloads are the same. This is also what we found (and which makes just sense since RPi 2 and above are ARM fully compatible with plain Debian) and hence used the "arm" downloads for all ARMv7 and ARMv8 boards. |
Implemented: 3942854 Hmm, now we have a bug fix and enhancement about the very same thing 😄. Well, it is both indeed. The code for installing NoMachine is now ridiculously simple/slim, not that I want to complain. It might grow again since we might need to add some EULA/licensing/personal-use-only notice, to get an official permission distributing it. |
Creating a bug report/issue
Required Information
Linux rpi5-01 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
Additional Information (if applicable)
Steps to reproduce
dietpi-software install 30
Expected behaviour
dietpi-software
should install nomachine.Actual behaviour
dietpi-software_install_30.txt
Extra details
dietpi-software
https://download.nomachine.com/download/8.11/Arm/nomachine_8.11.3_3_arm64.deb
https://download.nomachine.com/download/8.13/Arm/nomachine_8.13.1_1_arm64.deb
https://downloads.nomachine.com/download/?id=114&distro=ARM
The text was updated successfully, but these errors were encountered: