ユーザ用ツール

サイト用ツール


os:windows:package:winget

文書の過去の版を表示しています。


winget

マイクロソフトが開発したパッケージマネージャー

インストール/更新

Microsoft Storeでアプリインストーラーが開かれるので、最新版に更新

source更新((repository))

当初 1.2 だったためsourceの更新失敗

最終的に

  1. 前述のstoreから最新版に更新
  2. winget source reset winget でsource reset
  3. winget source list するとwinget がなくなってmsstoreのみに
  4. 以下コマンドで再追加
  5. 再度 winget source list
  user> winget source list
  名前    引数
  -----------------------------------------------------
  winget  https://winget.azureedge.net/cache
  msstore https://storeedgefd.dsx.mp.microsoft.com/v9.0

PowerShell

最新バージョンの PowerShell を検索

> winget search Microsoft.PowerShell

Name               Id                           Version Source
--------------------------------------------------------------
PowerShell         Microsoft.PowerShell         7.3.6.0 winget
PowerShell Preview Microsoft.PowerShell.Preview 7.4.0.3 winget

インストール

> winget install --id Microsoft.Powershell --source winget

以下にインストールされる

C:\Program Files\PowerShell\7\pwsh.exe

WezTerm

> winget search wezterm
名前    ID          バージョン               ソース
----------------------------------------------------
WezTerm wez.wezterm 20230712-072601-f4abf8fd winget

インストール

winget install wez.wezterm

インストールできたもの

  • WinSCP
  • PowerShell
  • WezTerm
  • Brave
  • FastCopy
  • nmap
  • Visual Studio code
  • Windows Terminal
  • A5:SQL mk2
  • Microsoft PowerToys
  • fork
os/windows/package/winget.1711109602.txt.gz · 最終更新: 2024/03/22 12:13 by hayashi