Windows11/winget:修订间差异

来自OSSmedia
无编辑摘要
无编辑摘要
 
(未显示同一用户的9个中间版本)
第1行: 第1行:
winget 是windows上的包管理器(
winget 是windows上的包管理器(
== 安装 ==
* 可以通过微软商店安装
https://www.microsoft.com/p/app-installer/9nblggh4nns1#activetab=pivot:overviewtab
* 也可以通过powershell命令行安装
$progressPreference = 'silentlyContinue'
Write-Information "Downloading WinGet and its dependencies..."
Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Invoke-WebRequest -Uri https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile Microsoft.VCLibs.x64.14.00.Desktop.appx
Invoke-WebRequest -Uri https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.6/Microsoft.UI.Xaml.2.8.x64.appx -OutFile
Microsoft.UI.Xaml.2.8.x64.appx
Add-AppxPackage Microsoft.VCLibs.x64.14.00.Desktop.appx
Add-AppxPackage Microsoft.UI.Xaml.2.8.x64.appx
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle


== 常用软件包 ==
== 常用软件包 ==


=== 必备 ===
=== 必备小工具 ===
==== 文件工具 ====
  7zip.7zip
  7zip.7zip
   
  Iterate.Cyberduck
   
  WinSCP.WinSCP
PuTTY.PuTTY
KDE.KDEConnect
 
==== 用户体验相关 ====
Microsoft.PowerToys
SomePythonThings.WingetUIStore
=== remote management ===
=== remote management ===
  RustDesk.RustDesk
  RustDesk.RustDesk


=== office ===
TheDocumentFoundation.LibreOffice


=== software development ===
=== software development ===
==== editors ====
  Microsoft.VisualStudioCode
  Microsoft.VisualStudioCode
  GNU.nano
  GNU.nano
  GNU.Emacs
  GNU.Emacs
  GNU.Octave
  GNU.Octave
==== compile env ====
MSYS2.MSYS2
Git.Git
Kitware.CMake


=== multimedia ===
=== multimedia ===
第22行: 第53行:
  KDE.Krita
  KDE.Krita
  GIMP.GIMP
  GIMP.GIMP
Gyan.FFmpeg

2024年7月31日 (三) 01:53的最新版本

winget 是windows上的包管理器(

安装

  • 可以通过微软商店安装
https://www.microsoft.com/p/app-installer/9nblggh4nns1#activetab=pivot:overviewtab
  • 也可以通过powershell命令行安装
$progressPreference = 'silentlyContinue'
Write-Information "Downloading WinGet and its dependencies..."
Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Invoke-WebRequest -Uri https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx -OutFile Microsoft.VCLibs.x64.14.00.Desktop.appx
Invoke-WebRequest -Uri https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.6/Microsoft.UI.Xaml.2.8.x64.appx -OutFile 
Microsoft.UI.Xaml.2.8.x64.appx
Add-AppxPackage Microsoft.VCLibs.x64.14.00.Desktop.appx
Add-AppxPackage Microsoft.UI.Xaml.2.8.x64.appx
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle

常用软件包

必备小工具

文件工具

7zip.7zip
Iterate.Cyberduck 
WinSCP.WinSCP
PuTTY.PuTTY
KDE.KDEConnect

用户体验相关

Microsoft.PowerToys
SomePythonThings.WingetUIStore 

remote management

RustDesk.RustDesk

office

TheDocumentFoundation.LibreOffice

software development

editors

Microsoft.VisualStudioCode
GNU.nano
GNU.Emacs
GNU.Octave

compile env

MSYS2.MSYS2
Git.Git
Kitware.CMake

multimedia

BlenderFoundation.Blender 
KDE.Kdenlive
KDE.Krita
GIMP.GIMP
Gyan.FFmpeg