win10 包管理器scoop 使用指南
本文最后更新于 2020年09月24日

scoop介绍

Scoop 的官网首页正中央醒目的 Slogan 已表明了它的定位,一个 Windows 下的命令行式的(软件)安装工具。

A command-line installer for Windows

虽然 Scoop 的作者在项目的 GitHub Wiki 中谈到, Scoop 只是一个安装工具(installer),不应该被称为包管理器(package manager)。但是对于使用者而言,它与我们一般认为的软件包管理工具其实很是相似。

安装scoop

在 PowerShell 中输入下面内容,保证允许本地脚本的执行:

set-executionpolicy remotesigned -scope currentuser

然后执行下面的命令安装 Scoop:

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

等待脚本执行完成,安装成功后,测试是否安装成功

scoop help

安装aria2 scoop多线程下载加速

scoop install aria2

添加extras库 ,包含vscode等

必须先安装Git才能添加bucket

scoop install aria2
scoop install git
scoop bucket add extras

一步到位版

set-executionpolicy remotesigned -scope currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install aria2
scoop install git
scoop bucket add extras
# 安装结束

常用命令

命令动作
search搜索软件名
install安装软件
update更新软件
status查看软件状态
uninstall卸载软件
info查看软件详情
home打开软件主页

安装指定软件版本

scoop install python@3.7.6
原创声明
本文由 NG6 于2020年09月24日发表在 sleele的博客
如未特殊声明,本站所有文章均为原创;你可以在保留作者及原文地址的情况下转载
转载请注明:win10 包管理器scoop 使用指南 | sleele的博客

评论

  1. zero
    Windows Edge
    4年前
    2020-10-27 3:29:59

    怎么回滚

    • NG6
      zero
      博主
      Macintosh Safari
      4年前
      2020-10-27 11:23:51

      @zero 卸载软件包,然后安装指定版本,没有看到回滚指令

      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)
      
      • Randir
        NG6
        Windows Chrome
        2年前
        2022-8-17 18:08:43

        @NG6 scoop reset app@version 就好

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇
下一篇