Message boards : Questions and problems : Can't download boing from Mint 22.1 command line
Message board moderation
Author | Message |
---|---|
Send message Joined: 28 Aug 19 Posts: 60 ![]() |
I get a 404 error every time. sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/$(lsb_release -cs)/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpg |
Send message Joined: 8 May 10 Posts: 92 ![]() |
First thing to verify would be what "lsb_release -cs" says. I'm counting for science, points just make me sick. |
![]() ![]() Send message Joined: 29 Mar 17 Posts: 82 ![]() |
In reply to Sandman192's message of 7 Jun 2025: I get a 404 error every time. You are using a command for an OS that isn't officially supported (as you may mention, on the website we have Fedora, openSUSE, Debian and Ubuntu listed, there is no Mint among them). However, you might also know, that Mint can use Ubuntu repositories to install packages, for this you need to find out what is the Ubuntu release name that was used to work your version of Mint, and then use the above command like that: sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/UBUNTU_RELEASE_CODENAME/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpg BOINC maintainer. For any insight, check my BOINC Development Blog. |
Send message Joined: 28 Aug 19 Posts: 60 ![]() |
I don't know what to put in and BOINC is not clear on how to do it. lsb what? When Linux is so hard to understand BOINC should be more clearer on how to install it. |
Send message Joined: 28 Aug 19 Posts: 60 ![]() |
Something like this? But I don't know what CODENAME? If any of this so far is right. sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/Ubuntu 24.04 CODENAME?/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpg |
Send message Joined: 7 Dec 24 Posts: 75 |
Mint 22.1 is based on Ubuntu 24.04 LTS, which is called Noble Numbat (WTF do they give them these ridiculous names???), so i'm guessing sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/Noble Numbat/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpgmight do the job. Grant Darwin NT. |
Send message Joined: 28 Aug 19 Posts: 60 ![]() |
Ok, I got it now. And it seems I have to repeat it in the second line of code. |
![]() ![]() Send message Joined: 29 Mar 17 Posts: 82 ![]() |
In reply to Sandman192's message of 8 Jun 2025: Ok, I got it now. And it seems I have to repeat it in the second line of code. To be more precise: sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/noble/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpg BOINC maintainer. For any insight, check my BOINC Development Blog. |
Send message Joined: 28 Aug 19 Posts: 60 ![]() |
Maybe $(lsb_release -cs) is web base command to change the command line when selecting OS is not working. Because selecting OS does not change the command line when selecting it. Anyway I got it installed. |
![]() ![]() Send message Joined: 29 Mar 17 Posts: 82 ![]() |
This command works when you have an OS listed on the webpage. BOINC maintainer. For any insight, check my BOINC Development Blog. |
Send message Joined: 28 Aug 19 Posts: 60 ![]() |
No it doesn't. Why you think it says $(lsb_release -cs) instead of "noble" in it's place. This is the only site that you have to edit instead of just copy and past and it just worked. |
![]() ![]() Send message Joined: 29 Mar 17 Posts: 82 ![]() |
Have you ever tried to execute that command on Ubuntu 24.04? Like literally: just copy paste and execute? BOINC maintainer. For any insight, check my BOINC Development Blog. |
Send message Joined: 28 Aug 19 Posts: 60 ![]() |
Yes, but the site is broken. But not it seems to be fixed but something still doesn't look right. Where it says noble in the command is fixed. It didn't use to say that before. It had $ and ( ) with -CS instead. Linux doesn't use $ or ( ) in the terminal. Am I wrong? sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/stable/noble/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpgThe second command doesn't look right. sudo echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/stable/noble noble main | sudo tee /etc/apt/sources.list.d/boinc.list > /dev/null |
![]() ![]() Send message Joined: 29 Mar 17 Posts: 82 ![]() |
You are wrong. In this way we execute command inside the command to instantiate the variable. Example: https://imgur.com/a/4UQjWBF Have you ever tried to run command as are they written on the web-site? Because they were tested (every on them for every distro) and there was never any issue. Try to not overcomplicate it and trust the instructions written on the website. BOINC maintainer. For any insight, check my BOINC Development Blog. |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.