scoop使用筆記

2021-10-22 15:47:06 字數 858 閱讀 9853

綠色安裝(便捷安裝)

環境需求

1、windows 7 sp1 + / windows server 2008+

2、 powershell 5(或更高版本,包括powershell core)和.net framework 4.5(或更高版本)

3、必須為您的使用者帳戶啟用powershell,例如 set-executionpolicy -executionpolicy remotesigned -scope currentuser

備註:較好的網路環境

訪問測試 ping raw.githubusercontent.com
訪問是否連通

若未連通這在系統問檔案(c:\windows\system32\drivers\etc\hosts)中新增

199.232.68.133 raw.githubusercontent.com 儲存後再次執行上個指令

在powershell中執行以下命令,將scoop安裝到其預設位置(c:\users\ \scoop)

開啟許可權(選擇是)  set-executionpolicy remotesigned -scope currentuser

#或者 iwr -useb get.scoop.sh | iex

方法二:#啟用通道 [net.servicepointmanager]::securityprotocol = [net.securityprotocoltype]::tls12

iex (new-object net.webclient).downloadstring('')

scoop install aria2

scoop使用教程

psversiontable.psversion.major 檢視powershell版本 psversiontable.clrversion.major 檢視.net framework版本12set executionpolicy remotesigned scope currentuserie...

scoop 初次使用

scoop也是包管理工具,不過是含著密鑰匙出生的 正巧碰上微軟支援開源,並且擁抱開源生態圈 此後的win10 powershell 3.x 也就不會像win7 powershell 2.x那樣沉默了.scoop github scoop可以看做ubuntu上面的包管理工具apt get,也可以看做是...

Vim 使用筆記

set hlsearch set nohlsearch 搜尋後清除上次的加亮 nohl nohlsearch 拷貝 很有用的一句話,規定了格式選項,讓它換行不自動空格 set formatoptions tcrqn set fo r set noautoindent 再 shift insert 正...