Description
Scoop - Simplify Your Windows App Installations
If you're looking to simplify the way you install applications on Windows or you're missing the command line tools like Linuxbrew or Homebrew coming from Unix-based OSes, there's a very interesting utility that's well worth your attention and it goes by the name of Scoop.
Key Features:
- Command line package manager
- Simplify the installation of apps on any Windows system
- No more clicking during setup
- No more annoying permission pop-ups
Technical Specifications:
- Requires PowerShell 3
- Compatible with Windows 8, 8.1, and 10
- Easy installation using a .bat file
Easy Installation Process:
If you're going for the by-the-book-installation, you must first make sure that PowerShell 3 is present on your computer's system (Windows 8, 8.1, and 10 users should not worry). Next, launch a Command Prompt session, and type "PowerShell", hit Enter, and type the following command to initialize the setup process: "iex (new-object net.webclient).downloadstring('https://get.scoop.sh')".
App Management:
From here onwards, you can install any app from the Scoop bucket with a simple command - "scoop install" (examples: "scoop install Git" and "scoop install Curl"). Following the same pattern, you can update the apps, view a list of all your installed apps, and even uninstall them.
We're fairly sure that some of you who are accustomed to command line tools know exactly what's what, but it's worth pointing out for less experienced users that the hidden command for removing both Scoop and all the programs that have been installed using it is "scoop uninstall scoop".
The conclusion is an obvious one: whether you're an advanced user that knows his/her way around command line tools or you're a rookie that wants to simplify the default Windows installation procedure of various apps, Scoop is definitely a must-try and probably one of the most useful apps out there.
User Reviews for Scoop 1
-
Scoop simplifies Windows app installation with a command line package manager. No more clicking or permission pop-ups. A must-try utility.