引き続き HEROIC 2019 (Pre 2020) Windows ソフトウェアアップデート

引き続き,Choco 管理下にするソフトウェアの削除とインストール。

コントロールパネルで「プログラムのアンインストール」:

Audacity 
BlueGriffon
Google Earth Pro
MuseScore

次に,Chocolatey  をインストールしてある前提で管理者権限のコマンドプロンプトから以下のコマンドラインを投入。

C:¥> choco install -y audacity bluegriffon musescore r.studio vscode mingw make

インストールされたバージョンのチェック。

C:¥> choco list --local-only 
audacity 2.3.1 
bluegriffon 3.0.1 
make 4.2.1 
mingw 8.1.0 
musescore 3.0.4 
R.Studio 1.1.463 
vscode 1.31.1

Google Earth Pro はこの時点ではエラーでインストールできず。サイトから別途インストーラをダウンロードして対応。(後日,choco のパッケージ側でアップデートされ,問題なくインストール可能になった。)

C:¥> choco install -y googleearthpro
Chocolatey v0.10.11
Installing the following packages:
googleearthpro
By installing you accept licenses for the packages.
Progress: Downloading googleearthpro 7.3.2.5495... 100%

googleearthpro v7.3.2.5495 [Approved]
googleearthpro package files install completed. Performing other installation steps.
File appears to be downloaded already. Verifying with package checksum to determine if it needs to be redownloaded.
Error - hashes do not match. Actual value was '55DBF1E07EEEE2C115A083059DFF483F748E6AF5CB56C8F0AB7D71D95F14B346'.
Downloading googleearthpro
from 'https://dl.google.com/earth/client/advanced/current/GoogleEarthProWin.exe'
Progress: 100% - Completed download of C:\Users\kasai\AppData\Local\Temp\chocolatey\googleearthpro\7.3.2.5495\GoogleEarthProWin.exe (54.89 MB).
Download of GoogleEarthProWin.exe (54.89 MB) completed.
Error - hashes do not match. Actual value was '55DBF1E07EEEE2C115A083059DFF483F748E6AF5CB56C8F0AB7D71D95F14B346'.
ERROR: Checksum for 'C:\Users\kasai\AppData\Local\Temp\chocolatey\googleearthpro\7.3.2.5495\GoogleEarthProWin.exe' did not meet '72cef739d8d3ce932f5c35f92cd4dd952ba1c9d90fba923d7020a1d9d32a9abf' for checksum type 'sha256'. Consider passing the actual checksums through with --checksum --checksum64 once you validate the checksums are appropriate. A less secure option is to pass --ignore-checksums if necessary.
The install of googleearthpro was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\googleearthpro\tools\chocolateyInstall.ps1'.
See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
- googleearthpro (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\googleearthpro\tools\chocolateyInstall.ps1'.
See log for details.