趣小组
[ MAKE ]
首页
节点
分享
创造
问与答
二手交易
编程
电子
树莓派
Arduino
手工
小玩意
ACG 二次元
科学
文化
电影
宠物
旅行
技术支持
登录
注册
首页
分享
使用 winget 工具安装和管理应用程序
Tony
219m
•
2020-12-31
•
1538 次点击
•
1 人感谢
`Winget` 是微软推出的 `Windows` 软件包安装工具,使用类似 `apt`。 ### 安装 前往[GitHub Releases](https://github.com/microsoft/winget-cli/releases)下载`appxbundle` 包并安装。 ### 使用 打开 `cmd` ,输入 `winget` 可见使用提示。 ![aaa887be4680d7c84d55e02a622d1343.png](https://ppmm.org/images/2020/12/31/aaa887be4680d7c84d55e02a622d1343.png) #### 搜索 ``` winget search [关键词] ``` ![0cb0c5691258870f8fdbe40452dec872.png](https://ppmm.org/images/2020/12/31/0cb0c5691258870f8fdbe40452dec872.png) ![62e2d13cfa17121f11195feed36f10bf.png](https://ppmm.org/images/2020/12/31/62e2d13cfa17121f11195feed36f10bf.png) #### 显示详情信息 ``` winget show [软件包id] ``` ![a9ae62a567c93728bdab096703c6ffef.png](https://ppmm.org/images/2020/12/31/a9ae62a567c93728bdab096703c6ffef.png) #### 安装 ``` winget install [软件包id] ``` ![3387c9cdecc050c9d6e08cc8c8b378de.png](https://ppmm.org/images/2020/12/31/3387c9cdecc050c9d6e08cc8c8b378de.png) 可以看出软件包是从软件官网下载的。(可能要点一下确认。) `winget` 暂时没有提供卸载功能,不过可以通过**控制面板**卸载。
`Winget` 是微软推出的 `Windows` 软件包安装工具,使用类似 `apt`。
### 安装
前往[GitHub Releases](https://github.com/microsoft/winget-cli/releases)下载`appxbundle` 包并安装。
### 使用
打开 `cmd` ,输入 `winget` 可见使用提示。
![aaa887be4680d7c84d55e02a622d1343.png](https://ppmm.org/images/2020/12/31/aaa887be4680d7c84d55e02a622d1343.png)
#### 搜索
```
winget search [关键词]
```
![0cb0c5691258870f8fdbe40452dec872.png](https://ppmm.org/images/2020/12/31/0cb0c5691258870f8fdbe40452dec872.png)
![62e2d13cfa17121f11195feed36f10bf.png](https://ppmm.org/images/2020/12/31/62e2d13cfa17121f11195feed36f10bf.png)
#### 显示详情信息
```
winget show [软件包id]
```
![a9ae62a567c93728bdab096703c6ffef.png](https://ppmm.org/images/2020/12/31/a9ae62a567c93728bdab096703c6ffef.png)
#### 安装
```
winget install [软件包id]
```
![3387c9cdecc050c9d6e08cc8c8b378de.png](https://ppmm.org/images/2020/12/31/3387c9cdecc050c9d6e08cc8c8b378de.png)
可以看出软件包是从软件官网下载的。(可能要点一下确认。)
`winget` 暂时没有提供卸载功能,不过可以通过**控制面板**卸载。
收藏
♥ 感谢
Spoony
小组长
2020-12-31
乍一看以为是 wget
是说怎么有这么厉害的玩法了
Tony
219m
2021-04-04
WinGet GUI
https://github.com/HandyOrg/HandyWinGet
安装:
https://github.com/HandyOrg/HandyWinGet/releases
或一句命令:winget install handywinget
https://winstall.app/
登录
或
注册
后可回复。
›
创客百宝箱