Install rust and essential tools for unix os

this script install rust and essential component, cargo subcommand, editor plugins and useful rust command line tools for unix os install-rust-language

2 Likes

I'm especially interested in installing on Debian Stretch only the rls Language Service without rustup and keep the System Packages provided by the Distribution.

If there was any guide on how to achieve this it would be very helpful.

Nice, this should be also useful for Docker environments :slight_smile:

Thank you for the Link.
The Distribution provides already the Tools rustc , cargo , rustdoc
But the rls Language Service is missing which is required for the Eclipse IDE
Now I'm looking how to install the only rls Service with the right version that goes according to the install Compiler

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.