Setting Up
-
2. Installing
Then to Install Rust in Fedora
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
-
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