I'm wanting to learn Rust. I have ran the following commands
sudo pacman -S gcc
sudo curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash
sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```and nothing is working. I want to undo it all. I know how to remove the pacman part, but I don't know how to remove the curls. Thanks in advance