Skip to content

Commit d7688f8

Browse files
committed
docs: mention apt in installation methods
1 parent d55d41c commit d7688f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/user-guide/src/installation/other.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile
3636
> If you have encountered any problems installing `rustup` with a package manager,
3737
> please contact the package maintainer(s) for further information.
3838
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+
3948
### Homebrew
4049

4150
You can use `brew` to install `rustup-init`[^not-rust]:

0 commit comments

Comments
 (0)