| ▲ | tecoholic 4 hours ago | |
Hasn’t the right way to install rust has always been using rust up? I am an Ubuntu user and never once tried apt for rust. | ||
| ▲ | LoganDark 4 hours ago | parent [-] | |
I believe Rust is typically only used through `apt` as a dependency for system packages written in Rust, or for building system packages that are written in Rust, so that they can link against a single shared instance of the Rust Standard Library. | ||