The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Windows 10 to include an Linux-style package manager

    Discussion in 'Windows OS and Software' started by Jobine, Oct 28, 2014.

  1. Jobine

    Jobine Notebook Prophet

    Reputations:
    934
    Messages:
    6,582
    Likes Received:
    677
    Trophy Points:
    281
  2. Pirx

    Pirx Notebook Virtuoso

    Reputations:
    3,001
    Messages:
    3,005
    Likes Received:
    416
    Trophy Points:
    151
    Well well well, you might want to hold your horses here: This is only for "Windows Store Apps", which nobody is interested in anyway.
     
  3. Apollo13

    Apollo13 100% 16:10 Screens

    Reputations:
    1,432
    Messages:
    2,578
    Likes Received:
    210
    Trophy Points:
    81
    Can you use it with a local, non-Microsoft Windows account? That, as well as support for regular desktop applications, would be the two prerequisites for me to be interested.

    I'm not sure it would be a good thing, though. IMO one of the strengths of Windows, Linux, and to a lesser extend OS X is the decentralized nature of distribution. Yes, you can't blindly trust any old .exe on the Internet, but it results in a large variety of programs from many sources with easy distribution. There's no walled garden like on iOS. This could be another small step towards implementing something like Gatekeeper on OS X. On its own, it's a good option, but it could lead to worse options, and even as-is it could lead to situations like how on Linux, if something isn't in the package manager, not very many (regular) users are ever going to find it.
     
  4. Qing Dao

    Qing Dao Notebook Deity

    Reputations:
    1,600
    Messages:
    1,771
    Likes Received:
    304
    Trophy Points:
    101
  5. Pirx

    Pirx Notebook Virtuoso

    Reputations:
    3,001
    Messages:
    3,005
    Likes Received:
    416
    Trophy Points:
    151
    Yes, I may have misread this one.

    As an aside, what command-line tools do you need? Given that you can run any Unix shell you like on Windows (e.g. through Cygwin), most of your command-line tools should be portable with no issues, unless they require Unix-internal OS features (the typical helpers like grep, more (or less), awk, sed, etc. are likewise available and work just fine). Plus, Powershell provides a command line environment that easily matches the capabilities of most Unix shells, but of course using that power would require some serious re-coding.