golang

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
golang [2025/05/02 10:38] – [Go言語] ともやんgolang [2025/10/31 23:23] (現在) – [Go のワークスペース (GOPATH 環境変数)] ともやん
行 121: 行 121:
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
 /home/tomoyan/.go /home/tomoyan/.go
 +</pre></html></WRAP>
 +</WRAP>
 +
 +===== 更新 =====
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> update <font color="#A347BA">-y</font> golang
 +</pre></html></WRAP>
 +<WRAP color_result_long><html><pre>
 +リポジトリの更新を読み込み中:
 +リポジトリを読み込みました。
 +<b>Package                                </b> <b>Arch      </b> <b>Version                                </b> <b>Repository     </b> <b>          Size</b>
 +Upgrading:
 +<font color="#26A269"> golang                                </font> x86_64     <b>1.24.9-1.fc42                          </b> updates                8.9 MiB
 +<font color="#7D7D7D">   replacing golang                     x86_64     1.24.7-1.fc42                           &lt;unknown&gt;              8.9 MiB</font>
 +<font color="#26A269"> golang-bin                            </font> x86_64     <b>1.24.9-1.fc42                          </b> updates              122.1 MiB
 +<font color="#7D7D7D">   replacing golang-bin                 x86_64     1.24.7-1.fc42                           &lt;unknown&gt;            121.6 MiB</font>
 +<font color="#26A269"> golang-src                            </font> noarch     <b>1.24.9-1.fc42                          </b> updates               79.2 MiB
 +<font color="#7D7D7D">   replacing golang-src                 noarch     1.24.7-1.fc42                           &lt;unknown&gt;             79.2 MiB</font>
 +
 +Transaction Summary:
 + Upgrading:          3 packages
 + Replacing:          3 packages
 +
 +パッケージサイズ 43 MiB 、ダウンロードサイズ 43 MiB 。
 +完了後、461 KiB のサイズが利用されます(インストール 210 MiB、削除 210 MiB)。
 +[1/3] golang-0:1.24.9-1.fc42.x86_64                                              100% | 153.7 KiB/s | 670.9 KiB |  00m04s
 +[2/3] golang-src-0:1.24.9-1.fc42.noarch                                          100% | 306.8 KiB/s |  13.1 MiB |  00m44s
 +[3/3] golang-bin-0:1.24.9-1.fc42.x86_64                                          100% | 379.5 KiB/s |  29.4 MiB |  01m19s
 +-------------------------------------------------------------------------------------------------------------------------
 +[3/3] Total                                                                      100% | 557.2 KiB/s |  43.2 MiB |  01m19s
 +トランザクションを実行中
 +[1/8] パッケージ ファイルを検証                                      100% |   5.0   B/s |   3.0   B |  00m01s
 +[2/8] トランザクションの準備                                          100% |   1.0   B/s |   6.0   B |  00m05s
 +[3/8] 更新中 golang-src-0:1.24.9-1.fc42.noarch                                100% |   1.7 MiB/s |  80.2 MiB |  00m47s
 +[4/8] 更新中 golang-bin-0:1.24.9-1.fc42.x86_64                                100% |  44.8 MiB/s | 122.1 MiB |  00m03s
 +[5/8] 更新中 golang-0:1.24.9-1.fc42.x86_64                                    100% |  24.7 MiB/s |   9.0 MiB |  00m00s
 +[6/8] 削除中 golang-0:1.24.7-1.fc42.x86_64                                    100% | 205.0   B/s |  49.0   B |  00m00s
 +[7/8] 削除中 golang-bin-0:1.24.7-1.fc42.x86_64                                100% | 730.0   B/s |  38.0   B |  00m00s
 +[8/8] 削除中 golang-src-0:1.24.7-1.fc42.noarch                                100% | 266.0   B/s |   6.0 KiB |  00m23s
 +完了しました!
 +</pre></html></WRAP>
 +<WRAP color_command><html><pre>
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269">go</font> version
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +go version go1.24.9 linux/amd64
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>