Thread 'Can't download boing from Mint 22.1 command line'

Message boards : Questions and problems : Can't download boing from Mint 22.1 command line
Message board moderation

To post messages, you must log in.

AuthorMessage
Sandman192

Send message
Joined: 28 Aug 19
Posts: 60
United States
Message 116204 - Posted: 7 Jun 2025, 21:37:16 UTC

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
ID: 116204 · Report as offensive     Reply Quote
whynot

Send message
Joined: 8 May 10
Posts: 92
Ukraine
Message 116205 - Posted: 8 Jun 2025, 0:45:40 UTC

First thing to verify would be what "lsb_release -cs" says.
I'm counting for science,
points just make me sick.
ID: 116205 · Report as offensive     Reply Quote
ProfileVitalii Koshura
Volunteer developer
Help desk expert
Avatar

Send message
Joined: 29 Mar 17
Posts: 82
Germany
Message 116206 - Posted: 8 Jun 2025, 1:18:08 UTC - in response to Message 116204.  

In reply to Sandman192's message of 7 Jun 2025:
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

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.
ID: 116206 · Report as offensive     Reply Quote
Sandman192

Send message
Joined: 28 Aug 19
Posts: 60
United States
Message 116207 - Posted: 8 Jun 2025, 1:18:36 UTC - in response to Message 116205.  
Last modified: 8 Jun 2025, 1:20:09 UTC

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.
ID: 116207 · Report as offensive     Reply Quote
Sandman192

Send message
Joined: 28 Aug 19
Posts: 60
United States
Message 116208 - Posted: 8 Jun 2025, 1:48:32 UTC - in response to Message 116207.  

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
ID: 116208 · Report as offensive     Reply Quote
Grant (SSSF)

Send message
Joined: 7 Dec 24
Posts: 75
Message 116209 - Posted: 8 Jun 2025, 1:58:40 UTC

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.gpg
might do the job.
Grant
Darwin NT.
ID: 116209 · Report as offensive     Reply Quote
Sandman192

Send message
Joined: 28 Aug 19
Posts: 60
United States
Message 116210 - Posted: 8 Jun 2025, 2:18:06 UTC - in response to Message 116209.  

Ok, I got it now. And it seems I have to repeat it in the second line of code.
ID: 116210 · Report as offensive     Reply Quote
ProfileVitalii Koshura
Volunteer developer
Help desk expert
Avatar

Send message
Joined: 29 Mar 17
Posts: 82
Germany
Message 116211 - Posted: 8 Jun 2025, 8:19:21 UTC - in response to Message 116210.  

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.
ID: 116211 · Report as offensive     Reply Quote
Sandman192

Send message
Joined: 28 Aug 19
Posts: 60
United States
Message 116212 - Posted: 8 Jun 2025, 20:21:30 UTC - in response to Message 116211.  
Last modified: 8 Jun 2025, 20:23:56 UTC

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.
ID: 116212 · Report as offensive     Reply Quote
ProfileVitalii Koshura
Volunteer developer
Help desk expert
Avatar

Send message
Joined: 29 Mar 17
Posts: 82
Germany
Message 116213 - Posted: 8 Jun 2025, 20:33:42 UTC - in response to Message 116212.  

This command works when you have an OS listed on the webpage.
BOINC maintainer.
For any insight, check my BOINC Development Blog.
ID: 116213 · Report as offensive     Reply Quote
Sandman192

Send message
Joined: 28 Aug 19
Posts: 60
United States
Message 116214 - Posted: 8 Jun 2025, 22:18:36 UTC - in response to Message 116213.  

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.
ID: 116214 · Report as offensive     Reply Quote
ProfileVitalii Koshura
Volunteer developer
Help desk expert
Avatar

Send message
Joined: 29 Mar 17
Posts: 82
Germany
Message 116217 - Posted: 9 Jun 2025, 0:30:54 UTC - in response to Message 116214.  

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.
ID: 116217 · Report as offensive     Reply Quote
Sandman192

Send message
Joined: 28 Aug 19
Posts: 60
United States
Message 116242 - Posted: 15 Jun 2025, 21:38:57 UTC - in response to Message 116217.  
Last modified: 15 Jun 2025, 21:42:17 UTC

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.gpg
The 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
ID: 116242 · Report as offensive     Reply Quote
ProfileVitalii Koshura
Volunteer developer
Help desk expert
Avatar

Send message
Joined: 29 Mar 17
Posts: 82
Germany
Message 116243 - Posted: 15 Jun 2025, 23:44:04 UTC - in response to Message 116242.  
Last modified: 15 Jun 2025, 23:44:14 UTC

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.
ID: 116243 · Report as offensive     Reply Quote

Message boards : Questions and problems : Can't download boing from Mint 22.1 command line

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.