跳至主要内容

Winget: From Quirky Underdog to Stable Champion

Remember winget, the Windows Package Manager that started as a playful experiment? Well, prepare to be surprised – it's grown into a powerful and highly stable tool for managing your software, including in environments with network restrictions.

Gone are the days of unreliable installs and limited functionality. The developers have diligently transformed winget into a reliable contender in the package manager arena. Updates arrive regularly, bringing stability, enhanced features, and wider app support.

Here's why you should give winget another look:

  • Unified experience: Manage all your apps from a single command line, ditching the scattered hunt for individual installers and downloads.
  • Security focus: Winget verifies package integrity and signatures, ensuring you get authentic and secure software.
  • Efficiency: Say goodbye to manual downloads and updates. Winget automates the process, saving you time and effort.
  • Customization: Configure installation options and choose sources that align with your specific needs and environment.

Convinced? Head over to the ever-growing list of supported apps to see if your favorites are on board. You might be surprised!

So, give winget a second chance. You might just find yourself recommending it as the go-to tool for streamlined app management, no matter where you are in the world. Share your experiences and tips in the comments below! Let's build a community of empowered users who leverage the power of winget.

 

-- by Gemini

评论

此博客中的热门博文

Eglot and before/after-save-hook and use-package

In Emacs, when you try to automate some actions during every save action, you will surely get to the before-save-hook and the after-save-hook. Simply adding something like gofmt-before-save to before-save-hook will save you tons of time to do the go-fmt. And then, I meet eglot, and gopls will also save me tons of time doing googling and api documentation navigation. But eglot-ensure is not very friendly to the good old ways of how after-save-hooks were designed to work. It makes the before/after-save-hook a buffer local variable and it does not inherit the variable's global value. So, to make before/after-save-hook work again, experts start to adding hooks to major mode specific hooks like this: emacs.md - Go (opensource.google) """ ;; Optional: install eglot-format-buffer as a save hook. ;; The depth of -10 places this before eglot's willSave notification, ;; so that that notification reports the actual contents that will be saved. (defu...

XEmacs 21.5 beta 35 "kohlrabi" has been released.

If you are an old XEmacs user, you may feel happy to see this from https://www.xemacs.org/.    After ten years, XEmacs released a new version 21.5. So there's still many people cares about XEmacs. The XEmacs' source repo have been moved from altassian Bitbucket to https://heptapod.net/. As Bitbucket have been dropped Mercurial support many years ago.