scoop 软件包

link

Overview

安装

  1. 打开Powershell 相关权限: set-executionpolicy remotesigned -scope currentUser
  2. 默认安装路径: C:\Users\<username>\scoop
  3. 自定义安装路径: $env:SCOOP=`C:\scoop`
  4. 执行安装脚本: iwr -useb get.scoop.sh | iex
  5. scoop update
  6. 切换国内镜像: scoop config SCOOP_REPO https://gitee.com/scoop-installer/scoop
  7. 切换官方镜像: scoop config SCOOP_REPO https://github.com/ScoopInstaller/Scoop

使用

scoop help
scoop update
scoop bucket add extras

scoop search xxx
scoop install xxx
scoop install xxx@1.0
scoop uninstall xxx

scoop status       ## check updatable apps
scoop cleanup xxx  ## remove old version

### bucket command
scoop bucket add versions
scoop bucket add dorado https://github.com/chawyehsu/dorado

### 国内 bucket
scoop bucket add extras https://gitee.com/scoop-bucket/extras.git

常用软件

scoop install 7zip btop cmake cwrsync grep gdu git git-lfs sudo
scoop install openssh findutils uutils-coreutils file which less sed
scoop install touch cmake xmake dark innounp
scoop install vim-tux wget winget msys2 nodejs-lts
scoop install q-dir everything coretemp
scoop install v2rayn vscode snipaste
scoop install w64devkit hwinfo lxrunoffline ctags rehex
scoop install mpc-hc-fork ffmpeg musicbee genact
scoop install xmedia-recode fancontrol tsukimi
scoop install iverilog mill oss-cad-suite-nightly yosys
scoop install faster-whisper-xxl
scoop install gh meld imagemagick global
scoop install msys2
scoop install imageglass
pip install img2pdf
pip install HwCodecDetect
pip install wavedrom
npm i wavedrom-cli -g

scoop install rustup
set RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup
set RUSTUP_UPDATE_ROOT=https://mirrors.tuna.tsinghua.edu.cn/rustup

FAQ

GIMP install workaround

scoop bucket add versions
scoop uninstall innounp
scoop install innounp-unicode
scoop install gimp

MSYS2

change HOME directory to %USERPROFILE%

vim /etc/nsswitch.conf
db_home: windows

add UCRT64 to windows terminal

command line: c:\Users\xxx\scoop\apps\msys2\current\msys2_shell.cmd -ucrt64 -defterm -no-start -here
change home to %USERPROFILE%
change ico file to ucrt64.ico

change mirror

vim /etc/pacman.d/mirrorlist.xxx

pacman -Sy
pacman -S <package name>

For more information, please refer to scoop-dev

Back to Main

This line appears after every note.

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.