Alt text: Trojan Horse meme, Steam Deck bringing Linux to Windows gamers

Source

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    14 hours ago

    Windows doesn’t have true package managers. It is honestly a lot like app images on Linux. They do work but the core design is very different due to Windows not being designed to work with a package manager.

    On Linux App images are kind of like a exe except that Linux isn’t designed with stand alone executables in mind so doing seemingly simple things like integrating them with the OS is hard. It isn’t that they are bad but the design isn’t necessarily aligned with traditional Linux. Same thing with package managers on Windows. They just download a exe from a link and then run it. Package managers on Windows are just software updaters.