Scoop - Windows下的包管理工具

安装Scoop

确保已经安装了:

Windows10基本上都满足。

以下命令都在Powershell中执行!

Scoop默认安装到C:\Scoop目录,如果你像我一样需要换一个安装目录,先做一点点额外的工作(注意替换为你安装Scoop的目录):

$env:SCOOP='D:\Scoop'
[environment]::setEnvironmentVariable('SCOOP',$env:SCOOP,'User')

然后运行如下内容,进行Scoop的安装

Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex

输入scoop出现帮助信息即安装成功:

Usage: scoop <command> [<args>]

Some useful commands are:

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)


Type 'scoop help <command>' to get help for a specific command.

查找软件

我们找个aria2来试试,Scoop甚至默认使用aria2来进行多连接下载

scoop search aria2

main仓库中找到:

'main' bucket:
    aria2 (1.35.0-1)

安装软件

找到以后,开始安装:

scoop install aria2

安装成功:

Installing 'aria2' (1.35.0-1) [64bit]
Loading aria2-1.35.0-win-64bit-build1.zip from cache
Checking hash of aria2-1.35.0-win-64bit-build1.zip ... ok.
Extracting aria2-1.35.0-win-64bit-build1.zip ... done.
Linking D:\Scoop\apps\aria2\current => D:\Scoop\apps\aria2\1.35.0-1
Creating shim for 'aria2c'.
'aria2' (1.35.0-1) was installed successfully!

更新软件

使用status来查看软件状态

# 查看一个软件的状态
scoop status aria2

# 查看已经安装的全部软件的(更新)状态
scoop status

结果:

Scoop is up to date.
Updates are available for:
    bandizip: 7.09 -> 7.13
    curl: 7.71.1 -> 7.73.0_5
    everything: 1.4.1.986 -> 1.4.1.1000
    fastcopy: 3.86 -> 3.92
    ffmpeg: 4.2.2 -> 4.3.1-26
    fork: 1.55.5 -> 1.56.1
    git: 2.29.2.windows.1 -> 2.29.2.windows.2
    IntelliJ-IDEA-Ultimate: 2020.2.3-202.7660.26 -> 2020.3-203.5981.155
    microsoftedge: 86.0.622.68 -> 87.0.664.52
    nodejs: 14.2.0 -> 15.3.0
    ojdkbuild8: 1.8.0.252-2.b09 -> 1.8.0.275-1.b01
    postman: 7.21.2 -> 7.36.0
    shadowsocks: 4.1.9.2 -> 4.3.0.0
    tomcat: 9.0.33 -> 9.0.40
    typora: 0.9.89 -> 0.9.96
    youtube-dl: 2020.11.24 -> 2020.12.02

结果里显示的是可以进行升级的软件(再也不用烦恼每个软件都来催你更新了)。

可以对指定的软件进行更新:

scoop update curl

也可以全部更新:

scoop update *

卸载软件

使用uninstall来卸载

scoop uninstall aria2

Bucket(仓库)

官方的main仓库主要包含无界面的软件(键盘党喜笑颜开),好消息是社区维护了一批仓库,你可以这样查看有哪些:

scoop bucket known

目前有这些

main
extras
versions
nightlies
nirsoft
php
nerd-fonts
nonportable
java
games
jetbrains

比如,把extra装上,毕竟是known,所以无需指定git仓库

scoop bucket add extra

如果需要添加第三方的仓库,则需要指定仓库地址了:

scoop bucket add <仓库名> <仓库地址>

处理失败

前面的介绍听起来很不错对吧,实际上由于上网的科学性,加上Scoop里面相当多的App都发布在github上,你可能经常性地遭遇到一个几兆几十兆的软件大半个小时下载不了,还经常下载失败,像这样:

scoop install potplayer
Installing 'potplayer' (201021) [64bit]
Starting download with aria2 ...
Download: Download Results:
Download: gid   |stat|avg speed  |path/URI
Download: ======+====+===========+=======================================================
Download: d91ea6|ERR |       0B/s|D:/Scoop/cache/potplayer#201021#https_t1.daumcdn.net_potplayer_PotPlayer_Version_201021_PotPlayerSetup64.exe_dl.7z
Download: Status Legend:
Download: (ERR):error occurred.
Download: aria2 will resume download if the transfer is restarted.
Download: If there are any errors, then see the log file. See '-l' option in help/man page for details.

ERROR Download failed! (Error 2) Timeout
ERROR https://t1.daumcdn.net/potplayer/PotPlayer/Version/201021/PotPlayerSetup64.exe#/dl.7z
    referer=https://t1.daumcdn.net/potplayer/PotPlayer/Version/201021/PotPlayerSetup64.exe#/
    dir=D:\Scoop\cache
    out=potplayer#201021#https_t1.daumcdn.net_potplayer_PotPlayer_Version_201021_PotPlayerSetup64.exe_dl.7z

ERROR & 'D:\Scoop\apps\aria2\current\aria2c.exe' --input-file='D:\Scoop\cache\potplayer.txt' --user-agent='Scoop/1.0 (+http://scoop.sh/) PowerShell/5.1 (Windows NT 10.0; Win64; x64; Desktop)' --allow-overwrite=true --auto-file-renaming=false --retry-wait=2 --split=5 --max-connection-per-server=5 --min-split-size=5M --console-log-level=warn --enable-color=false --no-conf=true --follow-metalink=true --metalink-preferred-protocol=https --min-tls-version=TLSv1.2 --stop-with-process=12148 --continue --summary-interval 0

Please try again or create a new issue by using the following link and paste your console output:
https://github.com/lukesampson/scoop-extras/issues/new?title=potplayer%40201021%3a+download+via+aria2+failed

从错误信息里面,我们可以找到其下载地址,即ERROR中的referer,用你自己的途径(看好你哦)下载过来,然后改名为out指定的值,并移至dir指定的目录中。

以上面安装potplayer失败为例:

  • App的下载地址为: https://t1.daumcdn.net/potplayer/PotPlayer/Version/201021/PotPlayerSetup64.exe,手动下载后
  • 改名为potplayer#201021#https_t1.daumcdn.net_potplayer_PotPlayer_Version_201021_PotPlayerSetup64.exe_dl.7z
  • 然后移动到目录D:\Scoop\cache

这时只是手动做了下载这一步的工作,安装还需要:

# 前面安装失败,scoop仍然会认为已经安装,这里卸载一下,scoop会认为已经卸载了
scoop uninstall potplayer
# 再次安装,scoop从cache目录会找到我们下好的app进行安装
scoop install potplayer

至此,安装成功

have fun!

参考

本文完

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 215,634评论 6 497
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,951评论 3 391
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 161,427评论 0 351
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,770评论 1 290
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,835评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,799评论 1 294
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,768评论 3 416
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,544评论 0 271
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,979评论 1 308
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,271评论 2 331
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,427评论 1 345
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,121评论 5 340
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,756评论 3 324
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,375评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,579评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,410评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,315评论 2 352

推荐阅读更多精彩内容