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 ...
scoopinstall<软件名> 如果是安装到global目录,命令如下: scoopinstall-g <软件名> 软件搜索 scoopsearch<软件名> 添加软件库 因为并不是所有的软件都有,所以可以通过添加“软件库”来找到自己想要的软件,例如下列: 1、main - Default bucket for the most common (mostly CLI) apps 2、extras - Apps that don...
ScoopInstaller/Install: 📥 Next-generation Scoop (un)installer (github.com) 尤其是自定义scoop目录和管理员权限安装scoop(For Admin) Scoop 的特点👺 Scoop 的设计宗旨是简化从命令行安装程序的过程。它具备以下特点: 消除权限弹出窗口。 隐藏GUI 向导式安装程序。 预防安装多个程序导致的 PATH 污染。 避免安...
Performs all the necessary steps to get an app to a working state. Scoop is quite script-friendly. Your environment can become the way you like by using repeatable setups. For example: scoop install sudosudo scoop install 7zip git openssh --globalscoop install aria2 curl grep sed less tou...
irm get.scoop.sh-outfile'install.ps1' To see all configurable parameters of the installer. .\install.ps1-? For example, you could install scoop to a custom directory, configure scoop to install global programs to a custom directory, and bypass system proxy during installation. ...
Scoop 要好点, 开源的, github 社区维护, 会自动添加环境变量,对开发友好,所有包都是干净的,一般...
scoop install <软件名称> 有个东东叫作aria2是一种下载器软件。 scoop可以利用这个aria2来加速下载软件,因此我们也可以先尝试安装aria2。 scoop install aria2 但是有时因Github脑抽而无法正常下载安装包。 只好将安装包先想办法下载下来,接着手动解压到相应文件夹内即可。
scoop install gradle 显示结果如下: 1PS C:\Users\15991>scoop install gradle2Installing 'gradle' (5.1.1) [32bit]3gradle-5.1.1-all.zip (124.7 MB) [> ] 1% 也可将程序安装到指定目录,如F:\GlobalScoopApps: [environment]::setEnvironmentVariable('SCOOP_GLOBAL','F:\GlobalScoopApps','Machine')...
Resolves and installs dependencies automatically. Performs all the necessary steps to get an app to a working state. Scoop is quite script-friendly. Your environment can become the way you like by using repeatable setups. For example:
ScoopInstaller/Scoop: A command-line installer for Windows. (github.com) 安装scoop Scoop ScoopInstaller/Install: 📥 Next-generation Scoop (un)installer (github.com) 将一下的方案粘贴到powershell中执行 根据网络环境的不同,选用其中一种 对于代理方案,需要代理服务器,否则无效 ...