工欲善其事必先利其器之包管理神器scoop

可以媲美RHEL/CentOS上的yum或者Ubuntu上的apt-get的包管理器,可以實現(xiàn)軟件自動配置安裝,比如環(huán)境變量設(shè)置.
github鏈接:https://github.com/lukesampson/scoop
包含了scoop的介紹以及安裝方法,英語好的同學(xué)可以直接去看,下面給出默認安裝方法.

scoop的安裝

打開PowerShell 6,輸入

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

然后看一會代碼雨就安裝完成了.
檢查一下,輸入scoop


scoop使用方法

打開powershell6,輸入指令即可,給出一個示例

scoop install python

scoop表示是這個軟件,install告訴scoop我要安裝軟件,python是軟件名.
如果不確定軟件庫中有沒有這個軟件,可以使用

scoop search 軟件名

來搜索scoop軟件庫中有沒有這個軟件.
當然,scoop有許多第三方軟件庫,畢竟軟件太少可不行,使用命令

scoop bucket add 軟件庫名

可以擴展scoop的軟件庫,下面是scoop常用的第三方軟件庫,把軟件庫名替換成名字就行

  • main - Default bucket for the most common (mostly CLI) apps

  • extras - Apps that don't fit the main bucket's criteria

  • games - Open source/freeware games and game-related tools

  • nerd-fonts - Nerd Fonts

  • nirsoft - A subset of the 250 Nirsoft apps

  • java - Installers for Oracle Java, OpenJDK, Zulu, ojdkbuild, AdoptOpenJDK, Amazon Corretto, BellSoft Liberica & SapMachine

  • jetbrains - Installers for all JetBrains utilities and IDEs

  • nonportable - Non-portable apps (may require UAC)

  • php - Installers for most versions of PHP

  • versions - Alternative versions of apps found in other buckets

scoop默認位置

位于

C:\Users\用戶名\scoop

下載的軟件在apps里,下面是我用的軟件.


最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容