[注意] これは、Windows 10 バージョン 1909 に固有の歴史的な問題であり、それまでに Windows ターミナルの要件を満たしていません。最近のほとんどのシステムでは、もはや問題にはなりません。
わかりました、これはかなり単純な質問のはずですが、すべての可能性に失敗すると、Microsoft Windows Terminalをインストールするためだけに、ロードされたものになっているのではないかと心配しています。
Microsoft Windows ターミナル
は、コマンド プロンプト、PowerShell、WSL などのコマンド ライン ツールとシェルのユーザー向けの、新しく、高速で、効率的で、強力で、生産的なターミナル アプリケーションです。その主な機能には、複数のタブ、Unicode および UTF-8 文字のサポート、GPU アクセラレーションによるテキスト レンダリング エンジン、カスタム テーマ、スタイル、および構成が含まれます。
これは、 https://github.com/microsoft/terminalで入手できるオープン ソース プロジェクトです。
https://github.com/microsoft/terminal/releasesからインストールしようとすると、次のようになります。
Microsoft Windows Terminal Shopからインストールしようとすると、次のようになります (Microsoft Shop から検索してクリックしても結果は同じです)。
でインストールしようとすると
choco install microsoft-windows-terminal
、次のようになります。ERROR: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation. Windows cannot install package Microsoft.WindowsTerminal_0.11.1121.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.VCLibs.140.00" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.27810.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00" currently installed are: {Microsoft.VCLibs.140 Windows cannot install package Microsoft.WindowsTerminal_0.11.1121.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.VCLibs.140.00" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.27810.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00" currently installed are: {Microsoft.VCLibs.140.00_14.0.26706.0_x64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.26706.0_x86__8wekyb3d8bbwe}
私はすべての検索を使い果たしましたが、依存するものがあると確信しています:
PS > Get-AppxPackage -allusers *Microsoft.VCLibs.140.00* | Select Name, PackageFullName
Name PackageFullName
---- ---------------
Microsoft.VCLibs.140.00.UWPDesktop Microsoft.VCLibs.140.00.UWPDesktop_14.0.26905.0_x64__8wekyb3d8bbwe
Microsoft.VCLibs.140.00 Microsoft.VCLibs.140.00_14.0.26706.0_x64__8wekyb3d8bbwe
Microsoft.VCLibs.140.00 Microsoft.VCLibs.140.00_14.0.26706.0_x86__8wekyb3d8bbwe
Microsoft.VCLibs.140.00.UWPDesktop Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x64__8wekyb3d8bbwe
もう一度簡単な質問ですが、Microsoft Windows ターミナルをインストールするにはどうすればよいですか? どうも。