Windows下好用的軟件包管理器——Scoop


1. Scoop簡介與安裝

2. Scoop 基本命令簡介

2.1. 所有可用指令

scoop help

運行上述命令后得到如下結果:

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. 設置代理(本地1080端口)

scoop config proxy 127.0.0.1:1080

2.3. 軟件倉庫相關指令

scoop bucket add|list|known|rm [<args>]
  • add [<args>] 表示添加 <args> 倉庫
  • list 表示列出當前已添加的倉庫
  • known 表示列出所有可用倉庫(包括已添加和未添加的倉庫)
  • rm [<args>] 表示刪除 <args> 倉庫

2.4. 軟件安裝/卸載/查找/升級/列出/查看更新狀態相關指令

scoop install|uninstall|search|update|list|status [<args>]
  • install [<args>] 表示安裝軟件(全字匹配)
  • uninstall [<args>] 表示卸載軟件(全字匹配)
  • search [<args>] 表示查找軟件
  • update [<args>] 表示升級某個軟件,若 [<args>] 為空則更新Scoop本身,若 [<args>] 為某一軟件名則更新該軟件,若 [<args>]* 則更新所有軟件
  • list 列出當前已安裝的軟件
  • status 檢查更新,若有更新則會列出軟件包名稱及版本號

3. 首次使用/初始化操作

3.1. 配置代理

scoop config proxy 127.0.0.1:1080

3.2. 添加 extras 軟件源

scoop bucket add extras

3.3. 安裝aria2

scoop install aria2

4. 再次使用/非初次 軟件安裝流程

4.1. 搜索軟件名稱,確定准確且完整的軟件名

scoop search [<args>]

4.2. 安裝該軟件

scoop install [<args>]

4.3. 若安裝失敗,需卸載后重新安裝

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

4.4. 安裝軟件時,如果碰到校驗錯誤,請打開提示網址提交issues

4.5. 檢查更新

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

5. 附本人現在使用Scoop管理的軟件包

  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]


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM