1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

winget がバージョン 1.0 へ到達

Last updated at Posted at 2021-05-30

こんにちは
Windows Package Manager (winget コマンド) がバージョン 1.0 へ到達しました。

  • v1.0.11451(2021年5月27日時点)

インストール方法

インストール方法はいくつかあるようです:

  • GitHub Latest release からダウンロード&インストール1
    • ファイル名:Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
  • Insiderプログラムに登録2
  • Microsoft ストアから「アプリ インストーラー」(= winget)をインストール
  • (予定:デスクトップ版のインストーラーが提供されるとのこと)

コマンド使用例

winget コマンドを PowerShell 上で使う例:

PS> winget -v   # バージョンを表示
PS> winget upgrade   # アップグレード可能なパッケージを表示
PS> winget search Canonical.Ubuntu   # パッケージ検索例
winget 利用により各種パッケージをインストールする例
PS> winget install -e --id Microsoft.PowerShell
PS> winget install -e --id Microsoft.WindowsTerminal
PS> winget install -e --id QL-Win.QuickLook
PS> winget install -e --id 7zip.7zip
PS> winget install -e --id Git.Git
PS> winget install -e --id GNU.Wget2
  1. なおインストール自動化の一例は、「Microsoft Store アプリケーションのインストール(Powershell スクリプト)

  2. Insiderプログラム登録後、「アプリ インストーラー」(Microsoft Store 内)をインストール(更新)

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?