All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Aquarium-Control. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:45, 30 December 2024 Uwe talk contribs created page Debian GNU/Linux (Created page with "Following are the steps to install the toolchain on a Debian 11 system: Install the necessary packages for building and compiling Rust programs: <code> sudo apt install build-essential curl -y </code> Download and install Rust: <code> curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh </code> Update current shell: <code> source ~/.cargo/env </code> Verify Rust installation: <code> rustc --version </code> As of December 2024, Rust version is 1.83.0. Inst...")