RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.16k stars 1.24k forks source link

Ubuntu Noble APT repo missing? #21576

Closed elrom closed 1 week ago

elrom commented 2 weeks ago

What happened?

Following the instruction here, results in apt complaining about a 403.

In a browser, this is confirmed. https://drake-apt.csail.mit.edu/noble/dists/noble/InRelease results in a 403, whereas https://drake-apt.csail.mit.edu/jammy/dists/jammy/InRelease works as expected.

Version

No response

What operating system are you using?

Ubuntu 24.04

What installation option are you using?

Attempting to use the stable apt method.

Relevant log output

No response

jwnimmer-tri commented 2 weeks ago

Sorry, we just added 24.04 support 2 days ago and not everything has been uploaded to all channels yet.

For now, you can manually dpkg -i from the release attachment:

elrom commented 2 weeks ago

Oh wow, I didn't realize. Thanks for the super prompt reply!

jwnimmer-tri commented 1 week ago

Fixed via #21573 and #21586.