Scoop介绍

  scoop是Windows下的包管理工具

安装环境要求

  1,操作环境:win10

2,确保你的 PowerShell 版本 >= 3. win7或许低于3,得升级。如何确认PowerShell,在powershell 命令窗口输入

$PSVersionTable.PSVersion

  3,确保你允许PowerShell执行本地脚本,在PowerShell中输入如下内容后,选择yes或则A

set-executionpolicy remotesigned -scope currentuser

安装Scoop

在PowerShell中输入如下内容(默认安装目录C:\Users\user(自己的用户名)\scoop):

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

想要指定安装目录,在PowerShell中输入如下内容(代码中的C:\Scoop为指定的目录):

[environment]::setEnvironmentVariable('SCOOP','c:\Scoop','User')
$env:SCOOP='C:\Scoop'
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

等待安装完成。

Scoop安装完成后

输入以下命令查看Scoop命令的概述:

scoop help

结果显示如下:

 1 PS C:\Users\Alex.k.wang> scoop help
2 Usage: scoop <command> [<args>]
3
4 Some useful commands are:
5
6 alias Manage scoop aliases
7 bucket Manage Scoop buckets
8 cache Show or clear the download cache
9 checkup Check for potential problems
10 cleanup Cleanup apps by removing old versions
11 config Get or set configuration values
12 create Create a custom app manifest
13 depends List dependencies for an app
14 export Exports (an importable) list of installed apps
15 help Show help for a command
16 home Opens the app homepage
17 info Display information about an app
18 install Install apps
19 list List installed apps
20 prefix Returns the path to the specified app
21 reset Reset an app to resolve conflicts
22 search Search available apps
23 status Show status and check for new app versions
24 uninstall Uninstall an app
25 update Update apps, or Scoop itself
26 virustotal Look for app's hash on virustotal.com
27 which Locate a shim/executable (similar to 'which' on Linux)
28
29
30 Type 'scoop help <command>' to get help for a specific command.
 

输入'scoop help <command>'可以查看具体的某个命令的用法,如下所示:

scoop help install

显示结果如下:

 1 PS C:\Users\Alex.k.wang> scoop help install
2 Usage: scoop install <app> [options]
3
4 e.g. The usual way to install an app (uses your local 'buckets'):
5 scoop install git
6
7 To install an app from a manifest at a URL:
8 scoop install https://raw.github.com/lukesampson/scoop/master/bucket/runat.json
9
10 To install an app from a manifest on your computer
11 scoop install \path\to\app.json
12
13 When installing from your computer, you can leave the .json extension off if you like.
14
15 Options:
16 -g, --global Install the app globally
17 -i, --independent Don't install dependencies automatically
18 -k, --no-cache Don't use the download cache
19 -s, --skip Skip hash validation (use with caution!)
20 -a, --arch <32bit|64bit> Use the specified architecture, if the app supports it

查找要安装的程序,如gradle:

scoop search gradle

显示结果如下:

1 PS C:\Users\Alex.k.wang> scoop search gradle
2 'main' bucket:
3 gradle-bin (5.1.1)
4 gradle (5.1.1)

查找所有可用程序:

scoop search

安装程序,如gradle,默认会安装到Scoop安装目录下的apps目录:

scoop install gradle

显示结果如下:

1 PS C:\Users\alex.k.wang> scoop install gradle
2 Installing 'gradle' (5.1.1) [32bit]
3 gradle-5.1.1-all.zip (124.7 MB) [> ] 1%

也可将程序安装到指定目录,如F:\GlobalScoopApps:

[environment]::setEnvironmentVariable('SCOOP_GLOBAL','c:\GlobalScoopApps','Machine')
$env:SCOOP_GLOBAL='c:\GlobalScoopApps'
scoop install -g <app>

对Scoop进行版本更新:

scoop update

对Scoop安装的所有程序进行更新(也可指定某个程序进行更新):

scoop update *

Windows 安装 Scoop的更多相关文章

  1. Mysql(windows)安装

    h3 { color: rgb(255, 255, 255); background-color: rgb(30,144,255); padding: 3px; margin: 10px 0px } ...

  2. Windows 安装JRuby 生成 war 到 tomcat 运行

    Windows安装JRuby Rails 直接下载 JRuby,不装 Ruby. http://jruby.org/download 该安装包可以配好环境变量 %JRUBY_HOME% 等 安装 bu ...

  3. windows安装rabbitmq

    官网下载windows安装版本:http://www.rabbitmq.com/install-windows.html ,安装文件rabbitmq-server-3.6.5.exe 前提:安装erl ...

  4. windows 安装 mongodb

    windows 安装 mongodb 下载 首先到官网下载合适的安装包,下载地址为 https://www.mongodb.com/download-center MongoDB for Window ...

  5. 2016 windows安装phing:安装成功

    21:39 2016/7/212016 windows安装phing:安装成功注意:出现错误时就去更新pear:参见:http://www.cnblogs.com/pinnasky/archive/2 ...

  6. Windows安装和使用zookeeper

    之前整理过一篇文章<zookeeper 分布式锁服务>,本文介绍的 Zookeeper 是以 3.4.5 这个稳定版本为基础,最新的版本可以通过官网 http://hadoop.apach ...

  7. windows 安装mysql 步骤

    Windows 安装mysql 5.7.12教程 1.在官网下载mysql5.7.12.zip并解压 复制默认配置文件my-default.ini,并命名为my.ini 使用记事本打开,修改如下配置 ...

  8. DOCKER windows安装

    DOCKER windows安装 1.下载程序包 2. 设置环境变量 3. 启动DOCKERT 4. 分析start.sh 5. 利用SSH工具管理 6. 下载镜像 6.1 下载地址 6.2 用FTP ...

  9. openssh for windows安装

     openssh for windows安装 2009-11-22 22:43:58 分类: WINDOWS 本文转自:http://blog.chinaunix.net/uid-7541208-id ...

随机推荐

  1. Swift-函数学习

    函数:函数是独立的代码块,执行特定的任务. Swift 的统一函数语法足够灵活,能表达没有参数名称的简单的 C 型函数的任何东西,本地和外部复杂 Objective-C-style 方法参数名称为每个 ...

  2. 在Mac OS X中配置Apache + PHP + MySQL 很详细

    这是一篇超级详细的配置mac os下面php+mysql+apache的文章.非常详细我的大部分配置就是参考上面的内容的,比如,PHP不能连接数据库,就是改一下默认的php.ini中pdo_mysql ...

  3. c++ 输出精度

    1  保留小数点后**位 cout.flags(ios::fixed); cout.precision(4); //设置输出精度,

  4. Loadrunner三种post格式的请求

    Loadrunner三种post格式的请求 web_custom_request intweb_custom_request(const char *RequestName, <List of ...

  5. SublimeText 自带格式化代码功能

    其实sublime自身就有格式化命令,就不再安装插件,位置在[Preferences]->[Key Bindings]->[User]中,   中文版的位置在  [首选项]->[按键 ...

  6. 4. 整合MyBatis

    mybatis既有jdbc的灵活,有具有orm工具的方便,是一套很好用的工具,这儿就使用mybatis来作为数据访问工具,具体添加过程如下: 1. 添加mybatis依赖,并更新项目 <depe ...

  7. 大话RabbitMQ 基础入门

    ----------写在前面---------- 近些年微服务越来越火,让我也忍不住想去一窥微服务究竟,讲到微服务,就离不开分布式,而分布式,也离不开消息队列,在消息队列中,RabbitMQ可以说是比 ...

  8. bzoj2281 [Sdoi2011]黑白棋

    一眼$nimk$游戏,后来觉得不对劲,看了黄学长博客发现真的不是$nimk$. 就当是$nimk$做吧,那么我们要保证每一位上一的个数都是$d+1$的倍数. $dp$:$f[i][j]$表示从低到高第 ...

  9. python的 a,b=b,a+b 和 a=b b=a+b 的区别(经典)

    刚刚我在学习python的时候,发现下面的这个赋值要把给绕晕了(思考了很久),所以我整理之后写下博文, 希望对未来的学弟学妹有帮助! 永远爱你们的! ----新宝宝 n,a,b=0,0,1 while ...

  10. Android+appium +python 点击坐标tap方法的封装

    当常使用的查找点击元素的方法name.id.classname等无法使用时,我们将会采取坐标的点击来实现操作,同样存在一个问题,当手机的分辨率.屏幕大小不一致时,坐标的定位也会不同,因此将采用相对坐标 ...