
Winget 是一个很多人都非常熟悉的软件包管理器,但大多数休闲用户由于命令行界面而干脆放弃使用它,这可能看起来令人生畏。那些熟悉这种界面的人会说,它们已经很简单了,但大多数休闲用户仍然喜欢图形用户界面。
WingetUI,正如它的名字所示,为你所有的软件管理需求提供了一个图形界面。无论是安装或删除软件,还是更新你电脑上的现有程序,这个解决方案都支持 Winget、Scoop 和 Chocolatey 作为其软件包管理器,这意味着你将有一个慷慨的程序目录可以查看。

WingetUI 中文版
WingetUI 功能特色
- WingetUI 有能力安装、更新和卸载 Winget、Scoop 和 Chocolatey 的软件包。WingetUI 还将检测您的手动安装的应用程序是否可以被更新。
- 它还可以升级和卸载以前安装的软件包–以及卸载内置的 Windows 应用程序。
- WingetUI 有能力导入和导出你选择的软件包,这样你就可以在未来轻松地安装它们。
- WingetUI 支持用一个界面来管理 Scoop buckets。
- 安装一个旧版本的应用程序。
- 当有可用的更新时,WingetUI 会显示一个通知。
- 从它的上下文菜单中管理你的更新和安装的包。
- 用户将被通知一个应用程序的安装/更新/卸载是否成功完成。
- 能够排队安装,以防止冲突。
- 提供了一个深色的主题,以防止你的眼睛被灼伤。😎
- WingetUI 能够在安装前显示软件包的相关信息(如其许可证、SHA256 哈希值、主页等)。
- 有超过 14000 个可用的软件包(如果 winget、scoop 和 chocolatey 被启用)!
- 更多的功能将在未来推出!
一个适合所有人的软件包管理器
Winget 是一种在你的系统上快速安装众多程序的有效方法,而拥有一个 GUI 使这个过程对所有类型的用户来说都更容易。就用户界面而言,这个界面明显是现代的,而且易于浏览,所以它是一个相当成功的实现。
第一次启动时,你可以选择你喜欢的软件包管理器。Winget 和 Chocolatey 是自动选择的,但你也可以启用 Scoop,这是一个包含实用程序的软件包管理器,为更有经验的用户群服务。
在所有这些之后,是时候翻阅软件目录了。如果说它是慷慨的,那就是低估了它:在所有三个软件包管理器中,有超过 14.000 个软件包可用,所以请随意查找你需要的程序。
不同的安装方式
在你选择了你的软件之后,现在是时候开始安装了。你可以选择让程序为你处理安装,或者你可以通过交互式安装选项手动进行安装。你也可以自由地跳过哈希检查,以加快下载过程。
该工具还有一个软件更新工具,它扫描你电脑上的程序,并通知你任何更新。这为一次大规模更新多个程序提供了一个良好、有效的方法。
你还可以通过 “安装包 “界面卸载一些已安装的程序。选择你想处理的程序,软件会帮助你更快地完成这一过程。
一个更容易访问的 Winget
WingetUI 提供了一个界面,使用户能够有效地利用几个软件包管理器,帮助他们更有效地安装和管理计算机上的软件。
这个项目的主要目标是为 Windows 10 和 Windows 11 的最常见的 CLI 软件包管理器创建一个直观的 GUI,如 Winget、Scoop 和 Chocolatey。有了这个应用程序,你将能够轻松地下载、安装、更新和卸载任何在支持的软件包管理器上发布的软件以及更多。
免责声明:这个项目与 Winget、Chocolatey 或 Scoop没有关系:它完全是非官方的。
请注意,微软、Chocolatey、Scoop 和 WingetUI 的创建者都不对下载的应用程序负责。
WingetUI 许可证
LGPL 2.1 许可证
What’s new in WingetUI 2.1.0
September 24, 2023
Changelog:
.NET Tool package manager is now fully supported in WingetUI
WingetUI can now filter packages depending on their source
Chocolatey installed packages have been fixed
Notifications will be shown again if enabled
WingetUI can now be installed on a local environment
Winget does now support custom sources
WingetUI is now digitally signed
Arm systems will automatically use arm64 winget versions.
Packages won’t be outdated anymore on the discover packages section
Theme switching won’t require restarting WingetUI. Instead, the new theme will be applied instantaneously.
Installed, blacklisted and upgradable packages will show special icons to distinguish them from regular packages.
The package importer is now much faster.
Winget will handle locales properly
Chocolatey will be added to path automatically if certain conditions are met
Command-line outputs are more responsive
Improved package parsing
Interface appearance and behaviour improvements
Custom icon databases will be configurable
Markdown parsing has been improved
Lots of other bugfixes and improvements
What’s Changed:
Fix typo by @HorridModz in #1252
Change Winget Releaser job to ubuntu-latest by @sitiom in #1286
Update lang_zh_CN translations by @adfnekc in #1290
Support markdown on scoop by @BastianKamp in #1317
[NPM] manage updates for global installed packages and fix uninstall command by @joguarino in #1318
Allow custom icon data base by @BastianKamp in #1319
Bump actions/checkout from 3 to 4 by @dependabot in #1338
Fix typo in licenses section by @reima in #1343
Automatically change theme when system theme changes by @marticliment in #1345
Finish Implement winget sources by @marticliment in #1352
Add an interface to filter packages by source by @marticliment in #1353
Add base structure of new filtering options by @marticliment in #1361
Center PackageInfoPopupWindow Position when Opened by @raghavdhingra24 in #1370
Reorganize code by @marticliment in #1375
Add support for .Net Tool by @marticliment in #1382
Update translations from Tolgee by @github-actions in #1390
Update icons and screenshots from the excel file by @github-actions in #1391
资源:1979.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:536766)
点击下载(提取码:536766)
点击下载(提取码:j3di)
点击下载(提取码:gpdh)
文章名称:《开源软件包管理器 WingetUI 2.1.0 x64 中文多语免费版》
文章固定链接:http://www.dayanzai.me/wingetui.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
- 2019-12-09免费可商用庞门正道字体系列打包下载
- 2022-10-13盘点英特尔有史以来最好的 6 款 CPU 处理器
- 2017-02-24网络文化年度总结 2016 年十大网络流行句发布!
- 2023-09-11第三方 Microsoft Defender 增强工具 DefenderUI 1.14 中文多语免费版
- 2022-04-01检查 Windows 上是否启用系统还原的 2 种方法
相关推荐
- 2022-08-23官方限免视频转换工具 iDealshare VideoGo 6.6.2.8217 中文多语免费版
- 2023-02-07开源免费文件蜈蚣下载器 File Centipede 2.82 x64 中文多语免费版
- 2023-04-25乐秀视频编辑制作神器 VideoShow 10.1.1 中文免费版
- 2019-08-16磁盘碎片整理工具 UltraDefrag Enterprise 8.0.1 中文多语免费版
- 2023-09-20SSH 开源图形化 SFTP 客户端 WinSCP 6.1.2 绿色中文版