Rust
Installing Rust
I really dislike curlpipes, and installing software outside of package managers. And cargo
is a really good package manager,
but unfortunately theres a lack of good Rust packages in Linux distro repos. The
official Rust Forge documentation (supplementary docs for Rust,
a lot of interesting stuff there around how they manage the project, infrastrucutre, build channels, design desiciions and such)
doesnt really mention any good packages in Linux distros or particularly recommend using the ones that do exist.
So im using the curlpipe rustup.sh
script..
-
The Debian repos seem to have somewhat up to date packages (and they have a RustPackaging team).
-
And Ubuntu isnt too far behind, I will try that out soon and update:
amine:~$ apt-cache policy rust-all rust-all: Installed: (none) Candidate: 1.66.1+dfsg0ubuntu1-0ubuntu0.22.04.1
After having just updated with rustup update
:
amine:~$ cargo --version
cargo 1.71.1 (7f1d04c00 2023-07-29)
There is also a rustlang PPA on Launchpad with stable and nightly builds that ive seen mentioned.
I should probably build and package Rust and friends for my builds
repo some day..