ソフトアンテナ
Windows/Mac/Mobile用オンラインソフトのバージョンアップ状況を調べています。

  Windows Package Manager

詳細情報

タイトル Windows Package Manager
URL https://github.com/microsoft/winget-cli
バージョン ver 1.7.11132
更新日 2024/04/24
追加日 2024/02/04
種別 フリーソフト
説明 Windows11/10向けのソフトをインストールすることができるパッケージ管理ツール。

レビュー

Windows Package ManagerはWindows 11とWindows 10で使用できるパッケージ管理ツール。

Microsoft StoreとWinGetコミュニティリポジトリに登録されている大量のソフトをwingetコマンドを利用してインストールすることができる。

実行にはWindows 10 1809( Build 17763)以降が必要。Microsoft Sttoreからインストールすることが推奨されているが、GitHubから実行ファイルをダウンロードして手動でインストールすることも可能。開発版はWindows 10/11のプレビュービルドを使用するか、Windows Package Manager Insider Programに加入すると使用することができる。

使用方法

コマンドプロンプトを開き「winget」と入力すると使用方法が表示される。

使用できるコマンドは次のとおりです:
  install    指定されたパッケージをインストール
  show       パッケージに関する情報を表示します
  source     パッケージのソースの管理
  search     アプリの基本情報を見つけて表示
  list       インストール済みパッケージを表示する
  upgrade    利用可能なアップグレードの表示と実行
  uninstall  指定されたパッケージをアンインストール
  hash       インストーラー ファイルをハッシュするヘルパー
  validate   マニフェスト ファイルを検証
  settings   設定を開くか、管理者設定を設定する
  features   試験的な機能の状態を表示
  export     インストールされているパッケージのリストをエクスポート
  import     ファイル中のすべてのパッケージをインストール
  pin        パッケージ ピンの管理
  configure  システムを適切な状態に構成します
  download   指定されたパッケージからインストーラをダウンロードする

アプリを探すにはwinget search パッケージ名と実行する。例えば、Visual Studio Codeをインストールしたい場合winget search "Visual Studio Code"のように引用符で囲う必要がある。

複数のパッケージが一致した場合、winget install "Visual Studio Code" --source wingetのように--sourceオプションを追加したり、winget install Microsoft.VisualStudioCodeのようにアプリID(アプリの識別子)を使指定してインストールする必要がある。

スクリーンショット

更新グラフ

バージョン履歴

Windows Package Manager 1.7.11132

ryfu-msft released this 23 Apr 21:10
v1.7.11132
83ec285

This release is the fourth stable release of Windows Package Manager 1.7 for Windows 10 (1809+), and Windows 11.
Experimental features have been disabled in this release.

This release addresses various bugs and adds arm64 support for the Microsoft.WinGet.Client powershell module.

What's Changed

  • Add support for optional limitation set in configuration remote server and p
(省略されました)

Windows Package Manager 1.7.10861

ryfu-msft released this 28 Mar 17:50
v1.7.10861
3a9093b

This release is the third stable release of Windows Package Manager 1.7 for Windows 10 (1809+), and Windows 11.
Experimental features have been disabled in this release.

This release fixes issues related to the EnableWindowsPackageManagerCommandLineInterfaces Policy blocking COM calls which should be allowed when the CLI interface is disabled.

What's Changed

(省略されました)

Windows Package Manager 1.7.10661

ryfu-msft released this 09 Mar 01:02
v1.7.10661
ce2f0c0

This release is the second release candidate of Windows Package Manager 1.7 for Windows 10 (1809+), and Windows 11.
Experimental features have been disabled in this release.

This release fixes issues related to winget upgrade --all (#4219) and addresses problems with the PowerShell cmdlet Repair-WinGetPackageManager which was caused by our dependency on the latest Mic

(省略されました)

Windows Package Manager 1.7.10582

ryfu-msft released this 28 Feb 00:17
v1.7.10582
cf1ce04

This release is the first stable release of Windows Package Manager 1.7 for Windows 10 (1809+), and Windows 11. Experimental features have been disabled in this release.

Features

  • The winget repair command is now available and can be used to repair a package that is having issues.
  • Winget can enable Windows Features as a package dependency.
  • Winget now
(省略されました)

Windows Package Manager 1.6.3482

ryfu-msft released this 18 Dec 22:15
v1.6.3482
912438c

This release is the seventh stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The store certificates in this release have been updated. The current store certificates will expire in early March 2024.

The winget configure command is now a stable feature and can be used to automatically handle the

(省略されました)