当前位置:网站首页>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应用.
边栏推荐
- Bigder:42/100 showCase多少bug可以打回去
- 深入理解LTE网络的CDRX
- About MongoDb query Decimal128 to BigDecimal problem
- pytest之parametrize参数化
- 力扣(LeetCode)221. 最大正方形(2022.08.09)
- 机器人控制器编程实践指导书旧版-实践二 传感器(模拟量)
- 高级测试:如何使用Flink对Strom任务的逻辑功能进行复现测试?
- 时序动作定位 | ASM-Loc:弱监督时序动作定位的动作感知片段建模(CVPR 2022)
- Nude speech - lying flat - brushing questions - big factory (several tips for Android interviews)
- 深入理解数组
猜你喜欢

卷积神经网络卷积层公式,卷积神经网络运算公式

WooCommerce 安装和 rest api 使用

【Day10】进程管理命令

Nude speech - lying flat - brushing questions - big factory (several tips for Android interviews)

深入理解LTE网络的CDRX

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

复现dns外带数据结合sqlmap

英国国家卫生服务遭受攻击,系统出现大面积故障

机器人控制器编程实践指导书旧版-实践一 LED灯(数字量)

MySQL之InnoDB引擎(六)
随机推荐
mysql之两阶段提交
order by injection and limit injection, and wide byte injection
如何正确理解线程机制中常见的I/O模型,各自主要用来解决什么问题?
基于STC8G2K64S4单片机通过OLED屏幕显示模拟量光敏模拟值
一文2600字手把手教你编写性能测试用例
2022 Henan Mengxin League Game (5): University of Information Engineering F - Split Turf
Data types for database learning
Unity3d famous project-Dark Tree translation
Introduction to C integer data storage
Bigder:42/100 showCase多少bug可以打回去
探索神经网络架构教程视频,设计神经网络的步骤
什么是长轮询
图像处理用什么神经网络,神经网络提取图片特征
2022 Henan Mengxin League Game (5): University of Information Engineering C - Throwing a Handkerchief
Big guy, when Oracle single-table incremental synchronization, the source database server takes up nearly 2g of memory. This is not normal, right?
mysql数据库月增长量问题
Grammar Basics (Judgment Statements)
2022 Henan Mengxin League Game (5): University of Information Engineering K - Matrix Generation
2022河南萌新联赛第(五)场:信息工程大学 F - 分割草坪
Text-to-Image最新论文、代码汇总