We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt
1 parent d55d41c commit d7688f8Copy full SHA for d7688f8
doc/user-guide/src/installation/other.md
@@ -36,6 +36,15 @@ $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile
36
> If you have encountered any problems installing `rustup` with a package manager,
37
> please contact the package maintainer(s) for further information.
38
39
+### APT
40
+
41
+Starting from Debian 13 (trixie) and Ubuntu 24.04 (noble),
42
+you may use `apt` to install `rustup`:
43
44
+```sh
45
+$ sudo apt install rustup
46
+```
47
48
### Homebrew
49
50
You can use `brew` to install `rustup-init`[^not-rust]:
0 commit comments