1. Install 2. Uninstall Install* Rustup: the Rust installer and version management tool$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh [ Execution log ]* If curl is not installed, an error occurs; install curl first, then install rust. gangserver@TCM73-U0424:~$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh명령어 'curl' 을(를) 찾을 수 없습니다. 그러나 다음을 통해 설치할 수 있습니다:sudo sn..