• dead [he/him]
    ·
    4 years ago

    How is this worse than having to go to a different website for every software you want to install, then having to download an execute file and hoping that it is not malicious, and then having to navigate an installation wizard program? And then each program has its own uniquely obnoxious updater tool.

    Software repositories are awesome. Having over 50,000 trusted software packages from a single trusted source. Never having to worry that your software installer contained malware. Never having to navigate an installer wizard. Being able to install software just by typing the name of the software. Updating all your software with one updater tool.

    Windows users wish they had a software repository, but a windows software repository would be illegal because most popular windows programs forbid software redistribution. The closest thing that windows users have is chocolatey or ninite.

      • dead [he/him]
        ·
        4 years ago

        Every piece of software in the software repository is inspected and compiled by the distribution developer. In the windows store is not inspected by microsoft and the software is compiled by each developer. The windows store has a long history of containing malware and scams.

        All of the software in the software repository is free of charge. The intention of the windows store is to charge money.

        The use of a software repository allows packages to have shared software libraries. Say that both FireFox and Gimp both call on the same library. On a GNU/Linux system, you only have to need to have 1 instance of the library and both programs would access the same files. On windows, every program is packaged with all of the libraries that it references. If 2 programs reference the same library, then you have 2 copies of the same library on your system.

    • culdrought [he/him]
      ·
      4 years ago

      Software repositories are awesome. Having over 50,000 trusted software packages from a single trusted source. Never having to worry that your software installer contained malware.

      Cries in AppImage :(