I’ve had a pretty poor experience with it myself, so I wanna see what the Linux community thinks about this.

  • @NateNate60
    link
    41 year ago

    Not the same as apt, but there’s Chocolately, which is actually a legitimate package manager for Windows.

    choco install firefox
    

    There’s also a package called gsudo which allows you to preface a PowerShell command with sudo to run it as an administrator. It will cause a UAC prompt.

    sudo choco update all