package manager
| 环境 | 包管理器 | 说明 |
|---|---|---|
| windows | winget | Windows 10 和 Windows 11 的包管理器 |
| macOS | Homebrew | macOS 的包管理器 |
| Ubuntu\debian | apt | Debian 和 Ubuntu 的包管理器 |
| Arch Linux\Manjaro | pacman | Arch Linux 和 Manjaro 的包管理器 |
| Fedora | dnf | Fedora 的包管理器 |
| openSUSE\CentOS\RHEL | yum | openSUSE、CentOS 和 RHEL 的包管理器 |
| Python | pip | Python 的包管理器 |
| Conda | conda | Python 的包管理器 |
| Nodejs | npm | Node.js 的包管理器 |
| Nodejs | yarn | Node.js 的包管理器 |
| Nodejs | pnpm | Node.js 的包管理器 |
| Deno | deno | Deno 的包管理器 |
| Bun | bun | Bun 的包管理器 |
| Rust | cargo | Rust 的包管理器 |
| Go | go | Go 的包管理器 |
| C\C++ | conan | C\C++ 的包管理器 |
| Ruby | gem | Ruby 的包管理器 |
| Java | maven | Java 的包管理器 |
| Java | gradle | Java 的包管理器 |
| PHP | composer | PHP 的包管理器 |
| C# | nuget | C# 的包管理器 |
| Elixir | hex | Elixir 的包管理器 |
| Elixir | mix | Elixir 的包管理器 |
winget (Windows)
Section titled “winget (Windows)”Administrator in ~ took 50s🪟 ❯ winget search minicondaThe `msstore` source requires that you view the following agreements before using.Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transactionThe source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US").
Do you agree to all the source agreements terms?[Y] Yes [N] No: yesName Id Version Match Source-------------------------------------------------------------------Miniconda3 Anaconda.Miniconda3 py312_25.1.1-2 Tag: miniconda winget
🪟 ❯ winget install Miniconda3# or🪟 ❯ winget install Anaconda.Miniconda3