rust

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
rust [2025/12/04 05:28] – [Cargo B(inary)Install のインストール] ともやんrust [2025/12/16 05:28] (現在) – [ツールチェーンの削除] ともやん
行 2083: 行 2083:
 </WRAP> </WRAP>
  
 +===== rust 環境のディスク容量🤔 =====
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">du</font> <font color="#A347BA">-hs</font> <u style="text-decoration-style:solid">~/.rustup</u> <font color="#12488B"><b>&amp;&amp;</b></font> <font color="#26A269">du</font> <font color="#A347BA">-hs</font> ~/.rustup/toolchains/<font color="#12488B"><b>*</b></font> <font color="#12488B"><b>&amp;&amp;</b></font> <font color="#26A269">du</font> <font color="#A347BA">-hs</font> <u style="text-decoration-style:solid">~/.cargo</u>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +13G /home/tomoyan/.rustup
 +1.2G /home/tomoyan/.rustup/toolchains/1.78.0-x86_64-unknown-linux-gnu
 +1.3G /home/tomoyan/.rustup/toolchains/1.82.0-x86_64-unknown-linux-gnu
 +1.5G /home/tomoyan/.rustup/toolchains/1.89-x86_64-unknown-linux-gnu
 +1.6G /home/tomoyan/.rustup/toolchains/1.90.0-x86_64-unknown-linux-gnu
 +4.3G /home/tomoyan/.rustup/toolchains/esp
 +976M /home/tomoyan/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu
 +1.7G /home/tomoyan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu
 +2.8G /home/tomoyan/.cargo
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">cargo</font> c<font color="#999999">ache</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Cargo cache &apos;/home/tomoyan/.cargo&apos;:
 +
 +Total:                               3.09 GB
 +  69 installed binaries:           984.35 MB
 +  Registry:                          1.82 GB
 +    Registry index:                 95.19 MB
 +    2294 crate archives:           334.33 MB
 +    1663 crate source checkouts:     1.40 GB
 +  Git db:                          283.54 MB
 +    9 bare git repos:              158.48 MB
 +    3 git repo checkouts:          125.07 MB
 +</pre></html></WRAP>
 +</WRAP>
 ===== ツールチェイン (toolchain) ===== ===== ツールチェイン (toolchain) =====
 公式: [[https://rust-lang.github.io/rustup/concepts/toolchains.html|Toolchains - The rustup book]] [[gtr>https://rust-lang.github.io/rustup/concepts/toolchains.html|翻訳]]\\ 公式: [[https://rust-lang.github.io/rustup/concepts/toolchains.html|Toolchains - The rustup book]] [[gtr>https://rust-lang.github.io/rustup/concepts/toolchains.html|翻訳]]\\
行 2230: 行 2266:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">rustup</span> toolchain uninstall 1.67+<font color="#0087FF"><b>$</b></font> <font color="#26A269">rustup</font> toolchain uninstall 1.90.0-x86_64-unknown-linux-gnu
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-<b>info: </b>uninstalling toolchain &apos;1.67-x86_64-unknown-linux-gnu&apos; +<b>info: </b>uninstalling toolchain &apos;1.90.0-x86_64-unknown-linux-gnu&apos; 
-<b>info: </b>toolchain &apos;1.67-x86_64-unknown-linux-gnu&apos; uninstalled+<b>info: </b>toolchain &apos;1.90.0-x86_64-unknown-linux-gnu&apos; uninstalled
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 2240: 行 2276:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">rustup</span> toolchain list+<font color="#0087FF"><b>$</b></font> <font color="#26A269">rustup</font> toolchain list
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-stable-x86_64-unknown-linux-gnu (default)+stable-x86_64-unknown-linux-gnu (active, default)
 nightly-x86_64-unknown-linux-gnu nightly-x86_64-unknown-linux-gnu
 esp esp
  • rust.1764793732.txt.gz
  • 最終更新: 2025/12/04 05:28
  • by ともやん