It seems to me that the world of Windows package m...
Created on: June 17, 2025
Created on: June 17, 2025
It seems to me that the world of Windows package managers is that, the thing is that non of these come pre-installed and it's all a very clunky mess
Also, nobody guarantees your apps will be in that particular manager, unlike in Linux when including your package / library to apt / brew / docker is almost guaranteed / necessary to be appreciated.
Your assessment is spot-on regarding Windows package managers. Here's why this situation exists:
Fragmentation and Lack of Standards:
winget
) relatively recently. Prior to this, third-party solutions (Chocolatey
, Scoop
) emerged, leading to fragmentation.No Guarantee of Inclusion:
apt
in Debian-based systems) is a major goal for most software developers, Windows package managers don't have the same "gravity" or community-driven momentum.Optional Nature:
.exe
, .msi
files) or official stores. The package managers are often optional, niche solutions.No Default Integration:
winget
is gradually becoming standard, but many users aren't aware of it or don't use it. Unlike macOS's brew
, which is essentially the de-facto standard despite being third-party, Windows lacks an undisputed leader.To summarize, the "clunky mess" you describe arises from fragmentation, optionality, and historical reliance on manual software distribution methods. This contrasts strongly with the centralized and community-driven approaches taken by Linux distributions.