当前位置:网站首页>winget包管理器
winget包管理器
2022-08-10 07:12:00 【识途老码】
winget包管理器
winget包管理器常用方法
# WinGet 搜索软件
winget search 软件名
#显示软件详细信息
winget show 软件名
# 使用 WinGet 安装软件
winget install 软件名称/或软件ID
# 安装Windows终端
winget install Microsoft.WindowsTerminal
#显示工具的常规信息
winget -info
# 显示已安装的包
winget list
# 升级给定的包
winget upgrade 软件名
# 卸载给定的包
winget uninstall 软件名
# 帮助程序散列安装程序文件
winget hash 软件名
# 验证清单文件
winget validate
# 打开设置
wget settings
# 显示实验功能的状态
winget features
# 导出已安装包的列表
winget export
# 将所有包安装到一个文件中
winget import
winget软件源管理
WinGet 提供了一个 source 的命令,利用 winget source <command>,我们就可以方便地管理不同的 WinGet 软件 Manifest 仓库(WinGet 官方称之为「软件源」),比如:
#添加新的软件源
winget source add <软件源>
#列出当前已添加的软件源
winget source list
#更新当前全部添加的软件源
winget source update
#移除当前使用的软件源
winget source remove
WinGet的包是appx应用.
边栏推荐
- 【无标题】
- PLSQL学习第四天
- 关于数据库中的中文模糊检索探讨
- 【电商业务】外行为何难区别 商品属性与商品规格
- mysql之两阶段提交
- 预测股票涨跌看什么指标,如何预测明天股票走势
- 复杂AB实验
- Everyone, the default configuration of oracle cdc occasionally takes 30 seconds to capture data. How to optimize this?
- Regular backup of mysql database (retain backups for nearly 7 days)
- .NET-7.WPF learning experience summary
猜你喜欢

自动化测试框架搭建 ---- 标记性能较差用例
![[Reinforcement Learning]](/img/14/27518d1fd3287487970c14c2489dfb.png)
[Reinforcement Learning] "Easy RL" - Q-learning - CliffWalking (cliff walking) code interpretation

Deep understanding of the array

数据库公共字段自动填充

高级测试:如何使用Flink对Strom任务的逻辑功能进行复现测试?

Reproduce dns out-band data combined with sqlmap

ES13 - ES2022 - 第 123 届 ECMA 大会批准了 ECMAScript 2022 语言规范

Tencent Cloud Song Xiang: Kubernetes cluster utilization improvement practice

1413. Stepwise Summation to Get Minimum Positive Numbers

MySQL之InnoDB引擎(六)
随机推荐
761. Special Binary Sequences
Please pay attention to me, thank you.
【MySQL】使用MySQL Workbench软件新建表
阿里巴巴(中国)网络技术有限公司、测试开发笔试二面试题(附答案)
Data types for database learning
30条实用MySQL优化法则
神经网络的三种训练方法,神经网络训练全过程
语法基础(判断语句)
initramfs与initrd的区别
CuteOneP is a PHP-based OneDrive multi-network disk mount program with member synchronization and other functions
All articles summary directory
个人博客系统
PLSQL学习第一天
Nude speech - lying flat - brushing questions - big factory (several tips for Android interviews)
图像处理用什么神经网络,神经网络提取图片特征
2022 Henan Mengxin League Game (5): University of Information Engineering K - Matrix Generation
预测股票涨跌看什么指标,如何预测明天股票走势
全连接神经网络结构图,神经网络示意图怎么画
数据库公共字段自动填充
如何正确理解线程机制中常见的I/O模型,各自主要用来解决什么问题?