I can install Rust in the Debian-11 template using rustup
(after enabling networking temporarily).
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
But appVMs based on the template can’t use it.
rustc -V
bash: rustc: command not found
And installs on the appVM don’t persist. Has anyone got this working at all?