中文字幕理论片,69视频免费在线观看,亚洲成人app,国产1级毛片,刘涛最大尺度戏视频,欧美亚洲美女视频,2021韩国美女仙女屋vip视频

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
scoop
  • 2020年3月1日調(diào)整文章邏輯順序,增加aria2 16線程下載。

在下載了一系列軟件管理專家后,我遇到了scoop這一個(gè)神級(jí)的軟件包管理工具,他會(huì)自動(dòng)設(shè)置環(huán)境變量,也會(huì)管理程序依賴。再添加了倉(cāng)庫(kù)之后,基本能滿足我的軟件安裝和管理需求。后期我也會(huì)學(xué)習(xí)一下官方的配置寫(xiě)法,維護(hù)一下我需要的一些其他的軟件。詳情可參見(jiàn)官網(wǎng),github,github-wiki

初級(jí)玩法:安裝scoop用以管理Windows軟件

安裝前的準(zhǔn)備

  • 用戶名不含中文字符
  • Windows 7 SP1+ / Windows Server 2008+
  • PowerShell 3+
  • .NET Framework 4.5+
    若Powershell或.NET Franmework版本過(guò)舊,更新后重啟即可。
    若不清楚版本號(hào),可Win+R運(yùn)行powershell,輸入以下命令獲取版本號(hào)。
$PSVersionTable.PSVersion.Major   #查看Powershell版本$PSVersionTable.CLRVersion.Major  #查看.NET Framework版本

安裝scoop

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

如果下載scoop的過(guò)程中斷,那么必須先刪除(C:\Users<user>\scoop)文件夾,再執(zhí)行以上命令安裝。
下載完成后,輸入scoop出現(xiàn)如下幫助即安裝成功。

幫助文檔
Usage: scoop <command> [<args>]Some useful commands are:alias       Manage scoop aliasesbucket      Manage Scoop bucketscache       Show or clear the download cachecheckup     Check for potential problemscleanup     Cleanup apps by removing old versionsconfig      Get or set configuration valuescreate      Create a custom app manifestdepends     List dependencies for an appexport      Exports (an importable) list of installed appshelp        Show help for a commandhome        Opens the app homepageinfo        Display information about an appinstall     Install appslist        List installed appsprefix      Returns the path to the specified appreset       Reset an app to resolve conflictssearch      Search available appsstatus      Show status and check for new app versionsuninstall   Uninstall an appupdate      Update apps, or Scoop itselfvirustotal  Look for app's hash on virustotal.comwhich       Locate a shim/executable (similar to 'which' on Linux)Type 'scoop help <command>' to get help for a specific command.

基本操作

查找軟件

在安裝軟件之前,推薦先查詢一下。比如我們查詢一下git:

scoop search git

main倉(cāng)庫(kù)中找到如下軟件:

'main' bucket:    git-annex (7.20190129)    git-crypt (0.6.0-701fb8e)    git-istage (0.2.61)    git-lfs (2.6.1)    git-sizer (1.3.0)    git-town (7.2.0)    git-up (1.6.1)    git-with-openssh (2.20.1.windows.1)    git (2.20.1.windows.1)    git19 (1.9.5-preview20150319)    gitignore (0.2018.08.04)    gitkube (0.3.0)    gitlab-runner (11.7.0)    gitversion (4.0.0)    mingit-busybox (2.20.1.windows.1)    mingit (2.20.1.windows.1)    psgithub (2017.01.22)    psutils (0.2018.08.04) --> includes 'gitignore.ps1'

安裝軟件

找到git的包名后,我們安裝它:

scoop install git

安裝成功:

Installing 'git' (2.20.1.windows.1) [64bit]Loading PortableGit-2.20.1-64-bit.7z.exe from cacheChecking hash of PortableGit-2.20.1-64-bit.7z.exe ... ok.Extracting dl.7z ... done.Linking ~\scoop\apps\git\current => ~\scoop\apps\git\2.20.1.windows.1Creating shim for 'git'.Creating shim for 'gitk'.Creating shim for 'git-gui'.Creating shim for 'tig'.Creating shim for 'git-bash'.Creating shortcut for Git Bash (git-bash.exe)Running post-install script...'git' (2.20.1.windows.1) was installed successfully!

安裝完成的軟件會(huì)放在C:\Users<user>\scoop\apps。

利用aria2加速下載

在使用scoop安裝aria2后,scoop會(huì)自動(dòng)調(diào)用aria2進(jìn)行多線程下載以加速下載:

scoop install aria2

下載完成后,記得打開(kāi)16線程(aria2編譯版本默認(rèn)最高線程為16,需要更高的請(qǐng)自行編譯):

scoop config aria2-max-connection-per-server 16scoop config aria2-split 16scoop config aria2-min-split-size 1M

卸載軟件

scoop uninstall 7zip

更新scoop及軟件

scoop update #更新scoopscoop update 7zip #更新7zipscoop * #更新全部

添加倉(cāng)庫(kù)

scoop自帶的main bucket軟件過(guò)少,我們需要添加官方維護(hù)的extras bucket:

scoop bucket add extras

之后就可以安裝我們所需的軟件了,附我的安裝軟件清單:

scoop install calibre gimp inkscape latex zotero

第三方bucket

若在scoop search中找不到需要的軟件,可以上github上的第三方bucket查找一下。
比如安裝cajviewer,添加bucket:

scoop bucket add scoopbucket https://github.com/yuanying1199/scoopbucket

安裝cajviewer:

scoop install scoopbucket/cajviewerlite
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)
打開(kāi)APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
就是這個(gè)范兒
無(wú)標(biāo)題
教你刷機(jī)到鴻蒙OS之4/9步預(yù)備:成功安裝Scoop,領(lǐng)你踏入卓越之門(mén)
Windows下Scoop安裝、配置與使用
How do I run Redis on Windows?
deno初體驗(yàn)/安裝與helloworld
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服