Step-by-step – Rust Installation in Ubuntu 20.04 Guide

December 6, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Installing

    Then to Install Rust in Ubuntu
    Simply play:

    sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    If no Curl then first:

    sudo apt install curl
  2. 3. Updating Path

    Again to Update User’s Path
    Run:

    echo 'export PATH=$PATH:/home/magcig/.cargo/bin' >> ~/.bashrc

    And then to Reload the PATH like a shot use:

    bash

Contents


QuickChic Theme • Powered by WordPress