scoop
Scoop is a command-line package manager for Windows. It allows users to easily discover, install, and manage software packages from the command line interface. Scoop applies a similar concept to Linux package managers such as apt-get or yum. Its goal is to simplify the installation process and streamline software management on the Windows platform. With Scoop, users can install and update software packages with a single command, making the process faster and more efficient. Scoop also enables version management, allowing users to easily switch between different versions of the same software package. Additionally, it provides a convenient way to uninstall software packages cleanly, removing all related files and configurations. Scoop maintains a curated list of software packages, referred to as "buckets," that users can access, ensuring a reliable source for installation.
List of commands for scoop:
-
scoop-bucket:tldr:0e816 scoop-bucket: Remove a bucket by its name.$ scoop bucket rm ${name}try on your machineexplain this command
-
scoop-bucket:tldr:3a881 scoop-bucket: List all known buckets.$ scoop bucket knowntry on your machineexplain this command
-
scoop-bucket:tldr:519e7 scoop-bucket: Add an unknown bucket by its name and Git repository URL.$ scoop bucket add ${name} ${https:--example-com-repository-git}try on your machineexplain this command
-
scoop-bucket:tldr:5d188 scoop-bucket: Add a known bucket by its name.$ scoop bucket add ${name}try on your machineexplain this command
-
scoop-bucket:tldr:b9098 scoop-bucket: List all buckets currently in use.$ scoop bucket listtry on your machineexplain this command
-
scoop:tldr:00937 scoop: Remove old versions of all packages and clear the download cache.$ scoop cleanup --cache --alltry on your machineexplain this command
-
scoop:tldr:0e5c0 scoop: List installed packages.$ scoop listtry on your machineexplain this command
-
scoop:tldr:4c6fe scoop: Search for a package.$ scoop search ${package}try on your machineexplain this command
-
scoop:tldr:61755 scoop: Display information about a package.$ scoop info ${package}try on your machineexplain this command
-
scoop:tldr:bc553 scoop: Update all installed packages.$ scoop update --alltry on your machineexplain this command
-
scoop:tldr:dd2c1 scoop: Remove a package.$ scoop uninstall ${package}try on your machineexplain this command
-
scoop:tldr:f0aa3 scoop: Install a package.$ scoop install ${package}try on your machineexplain this command