Under Windows easy to use package manager --Scoop

1. Scoop Introduction and Installation

2. Scoop basic commands Introduction

2.1. All available instructions

scoop help

After running the above command following results were obtained:

alias       Manage scoop aliases
bucket      Manage Scoop buckets
cache       Show or clear the download cache
checkup     Check for potential problems
cleanup     Cleanup apps by removing old versions
config      Get or set configuration values
create      Create a custom app manifest
depends     List dependencies for an app
export      Exports (an importable) list of installed apps
help        Show help for a command
hold        Hold an app to disable updates
home        Opens the app homepage
info        Display information about an app
install     Install apps
list        List installed apps
prefix      Returns the path to the specified app
reset       Reset an app to resolve conflicts
search      Search available apps
status      Show status and check for new app versions
unhold      Unhold an app to enable updates
uninstall   Uninstall an app
update      Update apps, or Scoop itself
virustotal  Look for app's hash on virustotal.com
which       Locate a shim/executable (similar to 'which' on Linux)

2.2. Setting proxy (local port 1080)

scoop config proxy 127.0.0.1:1080

2.3. Depot-related instructions

scoop bucket add|list|known|rm [<args>]
  • add [<args>]Adding expressed <args>warehouse
  • list Representation lists warehouse currently added
  • known Representation lists all available warehouses (including with and without addition of a warehouse)
  • rm [<args>]Means to delete <args>warehouse

2.4. Software Install / Uninstall / Find / upgrade / List / View update status of the relevant directive

scoop install|uninstall|search|update|list|status [<args>]
  • install [<args>] Represents the installation software (match whole word)
  • uninstall [<args>] Represents uninstall software (match whole word)
  • search [<args>] A lookup software
  • update [<args>]Represents a software upgrade, if [<args>]empty Scoop update itself, if [<args>]for a software update the name of the software, if [<args>]to *update all software
  • list Lists software currently installed
  • status Check for updates, if the update package name and version number will be listed

3. The first time you use / initialization

3.1. Configuration Agent

scoop config proxy 127.0.0.1:1080

3.2. Adding extrassoftware source

scoop bucket add extras

3.3. Installation aria2

scoop install aria2

4. Re-use / non-initial software installation process

4.1 search software name, and complete software to determine the exact name

scoop search [<args>]

4.2 installed. The software

scoop install [<args>]

4.3. If the installation fails, the need to re-install uninstall

scoop uninstall [<args>]
......
scoop install [<args>]

4.4. When installing the software, check if you encounter an error, please open the URL prompt submission issues

4.5. Check for updates

scoop status
......
scoop update [<args>]
......
scoop update *

5. Annex now use Scoop management software package

  7zip 19.00
  aria2 1.35.0-1
  calibre-normal 4.13.0 [extras]
  Cascadia-Code 1911.21 [nerd-fonts]
  ctags 5.8
  dark 3.11.2
  diskgenius 5.2.0.884 [extras]
  draw.io 12.9.3 [extras]
  everything 1.4.1.969 [extras]
  fritzing 0.9.3b [extras]
  gcc-arm-none-eabi 9-2019-q4-major [extras]
  geekuninstaller 1.4.7.142 [extras]
  git 2.26.0.windows.1
  googlechrome 80.0.3987.149 [extras]
  inkscape 0.92.4 [extras]
  innounp 0.49
  iverilog 11-20190809
  kicad 5.1.5_3 [extras]
  lessmsi 1.6.91
  listen1desktop 2.5.1 [extras]
  mobaxterm 20.1 [extras]
  nodejs-lts 12.16.1
  paint.net 4.2.10 [extras]
  potplayer 200317 [extras]
  python 3.8.2
  rufus 3.9 [extras]
  shadowsocksr-csharp 4.9.2 [extras]
  typora 0.9.86 [extras]
  vim 8.2
  vnote 2.9 [extras]
  winfetch 1.2.0 [extras]
  winscp 5.17.2 [extras]
  wox 1.3.524 [extras]

Guess you like

Origin www.cnblogs.com/OneToken/p/12622814.html