Scoop Package Manager

From Wikipedia, the free encyclopedia
Scoop Package Manager
Initial release8 March 2022; 2 years ago (8 March 2022)
Stable release
0.4.2[1] Edit this on Wikidata / 14 May 2024; 5 days ago (14 May 2024)
Repositoryhttps://github.com/ScoopInstaller/Scoop Edit this on Wikidata
Written inPowerShell,[2] C#,[2] Extensible Markup Language[2] Edit this on Wikidata
Operating systemWindows NT, Microsoft Windows Edit this on Wikidata
Platform.NET Framework, Microsoft Windows Edit this on Wikidata
Typepackage management system, installation Edit this on Wikidata
LicenseUnlicense,[3] MIT License[3] Edit this on Wikidata
Websitehttps://scoop.sh/ Edit this on Wikidata

The Scoop Package Manager is a command-line installer for Microsoft Windows. Like other package managers, when commanded to install one program, it downloads and installs that program and also any dependencies of that program.[4]

The system package manager Scoop is often used for installing web development tools and other software development tools.[5][6][7][8][9][10][11][12][13]

Like other package managers, Scoop makes it easy to discover out-of-date packages and update them.[14]

Scoop installs apps in the current user's home directory, so it does not require admin permissions to install or update software.[13] This allows Scoop to install software without UAC popups.[15][16] This is similar to a few other package managers that support installing apps in the current user's home directory (such as Listaller, AppImage, and ClickOnce). Most other package managers (such as Chocolatey) install applications in one central location, where they are usable by all the users on the system.

Some bloggers recommend to install both Chocolatey and Scoop.[17][16] Both have strong community support.[18]

Scoop lets developers quickly set up a repeatable development environment.[19][20][21][22][23]

References[edit]

  1. ^ "Release Version 0.4.2". GitHub. 14 May 2024. Retrieved 18 May 2024.
  2. ^ a b c "The scoop package manager Open Source Project on Open Hub: Languages Page". Open Hub. Retrieved 18 May 2024.
  3. ^ a b "Scoop/LICENSE at master". GitHub. 8 May 2022. Retrieved 18 May 2024.
  4. ^ "Scoop".
  5. ^ Dr. Philip Jones. "A Blueprint for Production-Ready Web Applications" 2022. p. 4
  6. ^ Nadim Kobeissi. "Verifpal User Manual". 2019. p. 4
  7. ^ Ken Kousen. "Kotlin Cookbook: A Problem-Focused Approach". 2019. p. 5
  8. ^ Bruno Joseph D'mello; Mithun Satheesh; and Jason Krol. "Web Development with MongoDB and Node". 2017. p. 24.
  9. ^ Regina Obe and Leo Hsu. "PostGIS in Action, Third Edition". 2021. p. 100
  10. ^ Andy Matthews and Shane Gliser. "Creating Mobile Apps with jQuery Mobile - Second Edition". 2015. p. 117.
  11. ^ Piotr Tylenda. "Hands-On Kubernetes on Windows". 2020. p. 188
  12. ^ Kee Nam. "Scoop: for Windows developers". 2020.
  13. ^ a b Mihai Rotaru. "Finally, a Decent Package Manager for Windows: Scoop".
  14. ^ Nicholas Xuan Nguyen. "How to Install and Use the Scoop Windows Package Manager". 2022.
  15. ^ Demitrius Nelon. Windows Package Manager Preview | Windows Command Line 2020.
  16. ^ a b James Walker. "Scoop or Chocolatey? Which Windows 10 package manager should you use?". 2019.
  17. ^ Jonathan Bowman. "Chocolatey vs. Scoop: Package Managers for Windows". 2020.
  18. ^ Matthew MacDonald. "Winget Goes Mainstream, But Still Lags Behind". 2021.
  19. ^ "Netlify: Frequently Asked Questions".
  20. ^ "Perfect Dev Environment on Windows, the easiest way".
  21. ^ Jennifer Nguyen "Using Scoop to Manage My Dev Tools on Windows 10". 2020.
  22. ^ Rohan Cragg. "Scoop & Co".
  23. ^ Erik Jensen. "Setting Up Scoop as a Windows Package Manager". 2017.

See also[edit]

External links[edit]