Table of Contents
Cloud Monk's Development PC DevOps Automation via Ansible-Chocolatey-PowerShell-Homebrew-DNF-APT
=⇒ New Formulae alive2 bold fastbuild percona-server@8.0 tinysparql asciigen c2patool fish-lsp percona-xtrabackup@8.0 zigup
- azure-storage-blobs-cpp cargo-cache hevi pkgx
- azure-storage-common-cpp cargo-cyclonedx json2hcl superhtml
binocle cargo-update libcotp tfocus
Return to Cloud Monk's Package Manager Book, Cloud Monk's Development PC DevOps Automation via Ansible-Chocolatey-PowerShell-Homebrew-DNF-APT, Cloud Monk's Development PC Chocolatey List - brew list, Development macOS Homebrew List (Homebrew) - Development Mac, Development PC, Developer Tools, Chocolatey Package Manger, JetBrains Fleet, Cloud Monk's VS Code Extensions, Git Username, git commit Email Address, Authenticating with GitHub from Git, git, GitHub, Windows 11 Debloat, Cloud Monk Computers, Cloud Monk Home Lab
Cloud Monk, as a professional Software Architect and Cloud Native Developer continues now for several years to subscribe to the $149 per year JetBrains All Products Pack with 11 JetBrains IDEs, 3 JetBrains extensions, 2 JetBrains profilers, and a JetBrains collaborative development service – all in one JetBrains subscription. https://www.jetbrains.com/store/#personal
All installed programs list generated by choco-package-list-backup on 2023-09-29 from (packages.config). (https://github.com/AzureCloudMonk/Windows-DevOps-Automation-WinOps-Private)
See: https://github.com/AzureCloudMonk/Windows-DevOps-Automation-WinOps-Private
- Apple Boot Camp - Boot Camp Assistant - https://support.apple.com/guide/bootcamp-assistant/welcome/mac – https://support.apple.com/downloads/boot-camp - Boot Camp Support Software - Windows 10 on macOS - https://www.microsoft.com/en-us/software-download/windows10ISO - Boot Camp Error - Windows cannot locate the disk and partition specified in the unattend answer file's <ImageInstall> setting. Make sure the setting references a valid partition and restart the installation.
RHEL 7 uses yum and RHEL 8 uses the dnf package manager:
Ubuntu / Debian distros use apt (Advanced Package Tool) as a Linux package manager.
- On both Brew macOS and Brew Linux, type:
- /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”
- Run these two commands in your terminal to add Homebrew to your PATH:
- (echo; echo 'eval “$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)”') » /home/USERNAME/.bash_profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- Install Homebrew's dependencies if you have sudo access:
- PowerShell - brew install powershell (https://formulae.brew.sh/cask/powershell) - To use Homebrew in PowerShell, set: Add-Content -Path $PROFILE.CurrentUserAllHosts -Value '$(/usr/local/bin/brew shellenv) ]] | [[Invoke-Expression' – Add-Content: Could not find a part of the path '/Users/USERNAME/.config/powershell/profile.ps1'. – choco install powershell-core – Command-line shell and scripting language – https://github.com/PowerShell/PowerShell
Register the Microsoft RedHat repository:
- curl https://packages.microsoft.com/config/rhel/8/prod.repo ]] | [[sudo tee /etc/yum.repos.d/microsoft.repo
Install PowerShell on RHEL:
- sudo dnf install –assumeyes powershell
Start PowerShell with pwsh
Save the public repository GPG keys:
Register the Microsoft Product feed:
- sudo sh -c 'echo “deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/microsoft-debian-bullseye-prod bullseye main” > /etc/apt/sources.list.d/microsoft.list'
Install PowerShell:
- sudo apt update && sudo apt install -y powershell
Start PowerShell with pwsh
- Check the Current Repository Settings: Get-PSRepository -Name PSGallery
- Set the PowerShell Gallery as PowerShell Trusted: Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
-
- WARNING: Version '1.9.310' of module 'PSFramework' is already installed at '/home/bowman/ .local/share/powershell/Modules / PSFramework/1.9.310'. To install version '1.12.346', run Install-Module and add the -Force parameter, this command will install version '1.12.346' side-by-side with version '1.9.310'.
GitHub
- git config --global user.email “34898038+AzureCloudMonk@users.noreply.github.com” – See git commit Email Address
- git config --global user.name “Cloud Monk Losang Jinpa, PhD, MCSE, MCT” – See Git Usernames
- cd “c:\all\Coding\DevOps for Windows”
- xcopy “c:\all\Coding\DevOps for Windows\!scripts\” “C:\all\!scripts\”
- cd “c:\all\Coding\!Web”
Main
- gcc - brew install gcc (https://formulae.brew.sh/formula/gcc) – Also known as: gcc@13, gfortran – GNU compiler collection – https://gcc.gnu.org – On Windows see mingw and cygwin
- bazel - https://bazel.build - choco install bazel (https://community.chocolatey.org/packages/bazel) - brew install bazel (installs dependency of openjdk@11) - https://bazel.build (https://formulae.brew.sh/formula/bazel) - https://github.com/bazelbuild/bazel.git, https://github.com/bazelbuild/bazel
- openjdk - choco install openjdk - brew install openjdk (https://formulae.brew.sh/formula/openjdk) – Also known as: java, openjdk@20 – Development kit for the Java programming language –
- kotlin-language-server - brew install kotlin-language-server (https://formulae.brew.sh/formula/kotlin-language-server) – Intelligent Kotlin support for any editor/IDE using the Language Server Protocol – https://github.com/fwcd/kotlin-language-server
- sdkman - https://sdkman.io/install – curl -s “https://get.sdkman.io” ]] | [[bash – source “$HOME/.sdkman/bin/sdkman-init.sh”
Developer platform – https://www.microsoft.com/net/core#macos
NOTE: Warning: visual-studio has been deprecated because it is discontinued upstream! It will be disabled on 2025-08-31.
installer: This package requires Rosetta 2 to be installed.
Please install Rosetta 2 and then try again. `sudo softwareupdate --install-rosetta`
installer: Error - Mono Framework can’t be installed on this computer. =⇒ Purging files for version 6.12.0.206 of Cask mono-mdk-for-visual-studio Error: Failure while executing; `/usr/bin/sudo -u root -E LOGNAME=bowman USER=bowman USERNAME=bowman – /usr/sbin/installer -pkg /opt/homebrew/Caskroom/mono-mdk-for-visual-studio/6.12.0.206/MonoFramework-MDK-6.12.0.206.macos10.xamarin.universal.pkg -target /` exited with 1. Here's the output:
installer: This package requires Rosetta 2 to be installed.
Please install Rosetta 2 and then try again.
`sudo softwareupdate --install-rosetta`
installer: Error - Mono Framework can’t be installed on this computer.
MacBook-Air ~ % sudo softwareupdate –install-rosetta
I have read and agree to the terms of the software license agreement. A list of Apple
SLAs may be found here: https://www.apple.com/legal/sla/
Type A and press return to agree: A 2024-12-16 21:01:47.406 softwareupdate[27294:171532] Package Authoring Error: 072-12453: Package reference com.apple.pkg.RosettaUpdateAuto is missing installKBytes attribute Install of Rosetta 2 finished successfully
- vscode - visual-studio-code - macOS only: brew install visual-studio-code - brew install --cask visual-studio-code - https://formulae.brew.sh/cask/visual-studio-code – https://snapcraft.io/code, https://snapcraft.io/code, https://snapcraft.io/install/code/ubuntu, sudo apt install snapd, sudo snap install code –classic, https://snapcraft.io/install/code/rhel, https://snapcraft.io/install/code/fedora
- jetbrainstoolbox - macOS only: brew install jetbrains-toolbox - choco install jetbrainstoolbox - JetBrains Toolbox - For Linux, download from https://www.jetbrains.com/toolbox-app - jetbrains-toolbox-1.28.1.15219.tar.gz - Be sure to go to Setting, Tools and deselect “Keep previous versions of tools to enable instant rollback” since it will quickly use tens of GB of disk. – Also verify /home/USERNAME/.local/share/JetBrains/Toolbox/scripts – Be sure to clear the JetBrains Toolbox download cache as it can easily become 10 or 20 GB!
Solved deleting the login GitHub keychain vscode-github.login (https://github.com/microsoft/vscode/issues/108419 and https://github.com/microsoft/vscode/issues/108342). It's asking permanent and unlimited access to only vscode-github.login item of Keychain, not entire Keychain.
“On macOS the passwords are managed by the Apple Keychain (see Keychain Access app), on Linux they are managed by the Secret Service API / libsecret, and on Windows passwords are managed by Windows Credential Vault.” (Fair Use Source: https://github.com/atom/node-keytar)
- Azure Data Studio - brew install --cask azure-data-studio (https://formulae.brew.sh/cask/azure-data-studio) – choco install azuredatastudio-powershell – Data management tool that enables working with SQL Server – https://docs.microsoft.com/en-us/sql/azure-data-studio
- conan (Conan CPP Package Manager | Conan C++ Package Manager) - choco install conan – brew install conan (https://formulae.brew.sh/formula/conan) – Distributed, open source, package manager for C/C++ – https://conan.io
- docker - brew install docker (https://formulae.brew.sh/formula/docker) – Pack, ship and run any application as a lightweight container – https://www.docker.com
- podman - brew install podman (https://formulae.brew.sh/formula/podman) – Tool for managing OCI containers and OCI pods – https://podman.io
A
- Alpaca - https://github.com/Jeffser/Alpaca - https://jeffser.com/alpaca - Chat with local AI models - Ollama client - Install with FlatHub https://flathub.org/apps/com.jeffser.Alpaca or Fedora Software Center
S
-
- https://docs.anaconda.com/free/anaconda/install/windows - Do not install as Administrator unless admin privileges are required.
-
- To use GUI packages with Linux, you will need to install the following extended dependencies for Qt: apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
- bash Anaconda3-2023.03-Linux-x86_64.sh
- Close and re-open your Linux terminal window for the installation to take effect, or enter the command source ~/.bashrc to refresh the terminal.
- AppCleaner for macOS - brew install appcleaner - https://www.freemacsoft.net/downloads - see Disk space analyzers
B
- bettercap - Often referred to as a Swiss Army Knife for security software, Bettercap offers a framework of security testing that provides myriad tools for testing wireless networks (both Wi-Fi and Bluetooth), network sniffing, proxies, and spoofers for man-in-the-middle attacks. brew install bettercap - https://formulae.brew.sh/formula/bettercap, https://bettercap.org
- brave - brave-browser - choco install brave – brew install brave-browser (https://formulae.brew.sh/cask/brave-browser) – Web browser focusing on privacy - Privacy web browser – https://brave.com
**
-
-
- sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
- echo “deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main”]] | sudo tee /etc/apt/sources.list.d/brave-browser-release.list *** [[sudo apt update
C
- calibre - choco install calibre – brew install calibre (https://formulae.brew.sh/cask/calibre) – E-books management software – https://calibre-ebook.com
- Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex 1)
- conan (Conan CPP Package Manager | Conan C++ Package Manager) - choco install conan – brew install conan (https://formulae.brew.sh/formula/conan) – Distributed, open source, package manager for C/C++ – https://conan.io
- CoreDNS - brew install coredns (https://formulae.brew.sh/formula/coredns) – DNS server that chains plugins – https://coredns.io
- eclipse-cpp - see Eclipse
D
- docker - brew install docker (https://formulae.brew.sh/formula/docker) – Pack, ship and run any application as a lightweight container – https://www.docker.com
- docker-ls - brew install docker-ls - https://formulae.brew.sh/formula/docker-ls, https://github.com/mayflower/docker-ls - Tools for browsing and manipulating Docker registries.
E
F
G
- gcc - brew install gcc (https://formulae.brew.sh/formula/gcc) – Also known as: gcc@13, gfortran – GNU compiler collection – https://gcc.gnu.org – On Windows see mingw and cygwin
H
- Hyper-V - Hyper-V installation - see also WSL - on Windows Server: Install-WindowsFeature -Name Hyper-V -IncludeAllSubFeature -IncludeManagementTools, on Windows 10 Pro / Windows 11 Pro: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -All
I
- iCloud Password for Brave - https://chromewebstore.google.com/detail/icloud-passwords/pejdijmoenmkgeppbflobdenhhabjlaj - iCloud Passwords lets you fill passwords from iCloud Keychain when signing in to websites using Brave, Edge, Chrome
- jsonschema - brew install jsonschema - Warning: jsonschema has been deprecated because it cli is deprecated, and will be removed!
H
- haskell-language-server – brew install haskell-language-server (https://formulae.brew.sh/formula/haskell-language-server) – Integration point for ghcide and haskell-ide-engine. One Haskell IDE to rule them all – https://github.com/haskell/haskell-language-server – See also ghc and cabal
- haskell-stack - brew install haskell-stack (https://formulae.brew.sh/formula/haskell-stack) – Also known as: stack - Cross-platform program for developing Haskell projects - https://haskellstack.org – See also ghc and cabal
I
J
K
- k3sup - brew install k3sup (https://formulae.brew.sh/formula/k3sup) – Kubernetes utility to create k3s clusters on any local VM or remote VM – https://k3sup.dev
- k9s - choco install k9s - brew install k9s (https://formulae.brew.sh/formula/k9s) – – See also MiniKube and Kind
- kind - choco install kind - brew install kind (https://formulae.brew.sh/formula/kind) – Run local Kubernetes cluster in Docker – https://kind.sigs.k8s.io – See also MiniKube and K9S
- Kubernetes CLI - choco install kubernetes-cli - brew install kubernetes-cli (https://formulae.brew.sh/formula/kubernetes-cli) – Also known as: kubectl, kubectl@1.27, kubernetes-cli@1.27 – Kubernetes command-line interface - Kubernetes CLI – https://kubernetes.io
L
brew install language-server
Warning: No available formula with the name “language-server”. Did you mean lua-language-server or sql-language-server?
=⇒ Searching for similarly named formulae and casks…
=⇒ Formulae
M
N
- Nikto - Nikto is a vulnerability scanner used to inspect web server configurations to detect thousands of potential issues, including misconfigurations, out-of-date patches, and version-specific problems that could otherwise allow attackers to gain unauthorized access. brew install nikto
O
-- [[Also known as]]: [[java]], [[openjdk@20]] -- [[Development kit]] for the [[Java programming language]] --
P
- podman - brew install podman (https://formulae.brew.sh/formula/podman) – Tool for managing OCI containers and OCI pods – https://podman.io
- postgrest – brew install postgrest (https://formulae.brew.sh/formula/postgrest) – Serves a fully RESTful API from any existing PostgreSQL database – https://github.com/PostgREST/postgrest
- PowerShell - brew install --cask powershell (https://formulae.brew.sh/cask/powershell) - To use Homebrew in PowerShell, set: Add-Content -Path $PROFILE.CurrentUserAllHosts -Value '$(/usr/local/bin/brew shellenv) ]] | [[Invoke-Expression' – choco install powershell-core – Command-line shell and scripting language – https://github.com/PowerShell/PowerShell
Q
R
S
- sdkman - https://sdkman.io/install – curl -s “https://get.sdkman.io” ]] | [[bash – source “$HOME/.sdkman/bin/sdkman-init.sh”
- sqlite-utils - [brew install sqlite-utils]]
T
- TestSSL - This scanner works as both an information-gathering tool that assess which security protocols and ciphers are being used on a server, including their configurations and which ports the service(s) are running on. brew install testssl
- tor-browser - choco install tor-browser - https://community.chocolatey.org/packages/tor-browser – The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked. – https://torproject.org
U
V
W
X
Y
- vscode - visual-studio-code - brew install visual-studio-code - brew install --cask visual-studio-code - https://formulae.brew.sh/cask/visual-studio-code – https://snapcraft.io/code, https://snapcraft.io/code, https://snapcraft.io/install/code/ubuntu, sudo apt install snapd, sudo snap install code –classic, https://snapcraft.io/install/code/rhel, https://snapcraft.io/install/code/fedora
- wireshark - choco install wireshark - brew install wireshark =⇒ Caveats: This formula only installs the command-line utilities by default. Install Wireshark.app with Homebrew Cask: brew install --cask wireshark, ChmodBPF: brew install –cask wireshark-chmodbpf, brew install --cask wireshark
Y
- yubico-authenticator - choco install yubico-authenticator – Store your unique credential on a hardware-backed security key and take it wherever you go from mobile to desktop. No more storing sensitive secrets on your mobile phone, leaving your account vulnerable to takeovers. With the Yubico Authenticator you can raise the bar for security. The Yubico Authenticator will work with any USB or NFC-enabled YubiKeys – https://community.chocolatey.org/packages/yubico-authenticator – https://developers.yubico.com/yubioath-flutter/ — https://community.chocolatey.org/packages?q=tag%3Aauthenticator
Z
PowerShell
JVM
JRE
Build Tools and Dependency Management
eBooks
Virtual
Virtualization
Virtual Images
VMWare
VirtualBox
Hyper-V
C# .NET
Golang
Ruby
Rust
R
Haskell
IDEs
Others
- Audacity 3.0.2 - choco install audacity
- Erlang OTP 24.0 (12.0) - choco install erlang
- FileZilla Pro 3.60.2 - choco install Z
- FileZilla Pro CLI 3.57.1 - choco install Z
- gPodder - Media aggregator and podcast client - choco install Z
- MicroK8s 2.1.0 - choco install Z
- WinPcap 4.1.3 - choco install Z
- Microsoft .NET Targeting Pack - 6.0.8 (x86) - choco install Z
C++
- Microsoft Windows Desktop Runtime - 5.0.17 (x86) - choco install Z
- WinRT Intellisense UAP - en-us - choco install Z
- Microsoft Windows Desktop Runtime - 5.0.17 (x86) - choco install Z
- Microsoft .NET Runtime - 5.0.6 (x86) - choco install Z
- WinRT Intellisense PPI - en-us - choco install Z
- Microsoft .NET Framework 4.7.2 Targeting Pack - choco install Z
- Power Automate for desktop - choco install Z
- Microsoft Visual C++ 2010 x86 Redistributable - 10.0.30319 - choco install Z
HashiCorp
AWS
Amazon
Azure
IBM
Rancher
Digital Ocean
Git and GitHub
Containers
Kubernetes
Docker
Chocolatey
Microsoft
npm (Node Package Manager), Yarn, pip (Python Package Installer), conda, gem (RubyGems), cargo (Rust Package Manager), go mod (Go Modules), composer (PHP Dependency Manager), NuGet, Maven, Gradle, CocoaPods, Swift Package Manager, bundler (Ruby Dependency Manager), Mix (Elixir Package Manager), dub (D Language Package Manager), stack (Haskell Build Tool), cabal (Haskell Dependency Manager), Hex (Erlang/Elixir Package Manager), Pkg (Julia Package Manager), Renv (R Dependency Manager), BiocManager (R Bioconductor Manager), Leiningen (Clojure Dependency Manager), Spago (PureScript Package Manager), Dotnet CLI. (navbar_programming_lamguage_package_manager)
Repology.org, Operating System Package Managers, Homebrew for Linux, Homebrew for macOS, apt, apt update, apt upgrade, apt install, apt remove, apt autoremove, apt purge, apt search, apt show, apt policy, apt list, apt cache, apt edit-sources, apt full-upgrade, apt dist-upgrade, apt build-dep, apt source, apt download, APT (Advanced Package Tool), apt-get update, apt-get upgrade, apt-get install, apt-get remove, apt-get autoremove, apt-get purge, apt-get dist-upgrade, apt-get build-dep, apt-get source, apt-get dselect-upgrade, apt-get clean, apt-get autoclean, apt-get check, dpkg, dpkg -i, dpkg -r, dpkg -P, dpkg -l, dpkg -L, dpkg -S, dpkg -s, dpkg --configure, dpkg --unpack, dpkg --force-all, dselect, Ubuntu Software Center, Synaptic (software), Synaptic, APT-RPM, DNF (Dandified Yum), dnf install, dnf remove, dnf update, dnf upgrade, dnf downgrade, dnf search, dnf info, dnf clean, dnf autoremove, dnf groupinstall, dnf groupremove, dnf grouplist, dnf repolist, dnf history, dnf makecache, dnf check-update, yum (Yellowdog Updater, Modified), yum install, yum remove, yum update, yum upgrade, yum search, yum info, yum clean, yum repolist, yum groupinstall, yum groupremove, yum grouplist, yum history, yum check-update, rpm (RPM Package Manager), rpm -i, rpm -U, rpm -F, rpm -e, rpm -q, rpm -qa, rpm -qi, rpm -ql, rpm -qc, rpm -qd, rpm -qf, rpm -q --changelog, rpm --import, rpm --rebuilddb, rpm --verify, snap (Snap Package Manager), snap install, snap remove, snap refresh, snap revert, snap list, snap info, snap find, snap alias, snap channels, snap connections, snap services, snap interfaces, snap disconnect, snap connect, snap set, snap get, snap start, snap stop, snap restart, snap revert, SnapCraft, SnapCraft.io, AppImage, AppImage on FUSE, brew (Homebrew) on macOS, brew update, brew upgrade, brew install, brew uninstall, brew remove, brew info, brew search, brew list, brew outdated, brew cleanup, brew doctor, brew tap, brew untap, brew services, brew link, brew unlink, brew switch, brew edit, brew cask (deprecated, integrated now), brew autoremove, brew pin, brew unpin, brew bundle, brew reinstall, brew upgrade --cask, choco (Chocolatey) on Windows, choco install, choco uninstall, choco upgrade, choco search, choco list, choco outdated, choco pin, choco config, choco source, choco export, choco import, choco feature, choco pack, choco push, choco apikey, choco new, choco outdated -l, choco outdated -r, winget (Windows Package Manager), winget install, winget uninstall, winget upgrade, winget list, winget search, winget show, winget settings, winget features, winget export, winget import, winget hash, winget validate, winget source, sdkman (Software Development Kits Manager), sdk list, sdk install, sdk uninstall, sdk use, sdk default, sdk upgrade, sdk flush, sdk current, sdk version, sdk offline, sdk selfupdate, sdk update, nvm (Node Version Manager), nvm install, nvm uninstall, nvm use, nvm ls, nvm ls-remote, nvm alias, nvm unalias, nvm current, nvm run, nvm exec, nvm which, npm (Node Package Manager), npm install, npm uninstall, npm update, npm upgrade, npm ls, npm list, npm search, npm info, npm view, npm link, npm prune, npm outdated, npm audit, npm audit fix, npm publish, npm version, npm init, npm run-script, npm cache clean, npm ci, npm shrinkwrap, npm dedupe, npm doctor, npm root, npm explore, npm rebuild, npm uninstall -g, npm install -g, npx (npm package runner), yarn (Yet Another Resource Navigator), yarn add, yarn remove, yarn upgrade, yarn global add, yarn global remove, yarn global upgrade, yarn install, yarn outdated, yarn audit, yarn audit fix, yarn run, yarn workspaces, yarn create, yarn cache clean, yarn list, yarn info, yarn version, yarn upgrade-interactive, pip (Python Package Manager), pip install, pip uninstall, pip list, pip search, pip show, pip freeze, pip install --upgrade, pip wheel, pip hash, pip check, pip completion, pip download, pip cache, pip install --user, pip install --no-deps, pip install -r requirements.txt, pipenv, Anaconda (Python Distribution), conda (Conda Package Manager), conda install, conda remove, conda update, conda upgrade, conda create, conda env create, conda env remove, conda env export, conda list, conda search, conda info, conda config, conda clean, conda package, conda run, conda init, conda deactivate, conda activate, conda doctor, miniconda (Minimal Conda), mamba (Faster Conda), maven ([[Java Package Manager / Java build tools), mvn install, mvn package, mvn clean, mvn compile, mvn test, mvn deploy, mvn verify, mvn site, tree, resolve, use-latest-versions, gradle (Java Build Tool with deps), gradle build, gradle assemble, gradle test, gradle tasks, gradle dependencies, gradle publish, gradle wrapper, gradle clean, gradle run, gradle init, gradle properties, gradle build scan, sbt (Scala Build Tool), sbt update, sbt compile, sbt test, sbt package, sbt publish, sbt assembly, sbt clean, sbt dependencyTree, sbt reload, sbt run, Leiningen (Clojure): lein deps, lein uberjar, lein test, lein run, lein repl, lein install, lein update-in, lein trampoline, lein check, lein do, lein jar, lein pom, lein release, lein version, lein clean, lein eastwood, NuGet (.NET package manager), nuget install, nuget update, nuget restore, nuget push, nuget pack, nuget spec, nuget delete, nuget locals, nuget list, nuget search, nuget setApiKey, nuget setSource, dotnet add package, dotnet restore, dotnet nuget locals, dotnet nuget push, dotnet nuget delete, dotnet nuget list source, dotnet nuget add source, dotnet nuget remove source, dotnet nuget update source, dotnet tool install, dotnet tool update, dotnet tool uninstall, RubyGems (Ruby): gem install, gem uninstall, gem update, gem search, gem list, gem build, gem push, gem yank, gem server, gem environment, gem contents, gem dependency, gem outdated, gem pristine, gem spec, gem unpack, gem which, bundle (Bundler for Ruby), bundle install, bundle update, bundle exec, bundle package, bundle config, bundle show, bundle list, bundle outdated, bundle pristine, bundle add, bundle clean, cargo (Rust): cargo build, cargo run, cargo test, cargo update, cargo install, cargo uninstall, cargo search, cargo publish, cargo yank, cargo check, cargo doc, cargo clean, cargo new, cargo init, cargo fetch, cargo tree, cargo vendor, cargo fmt – rustfmt extension, vcpkg (CPP package manager), vcpkg install, vcpkg remove, vcpkg update, vcpkg upgrade, vcpkg search, vcpkg list, vcpkg integrate install, vcpkg integrate remove, vcpkg export, vcpkg edit, vcpkg depend-info, vcpkg hash, vcpkg fetch, vcpkg version, Conan (CPP package manager), conan install, conan remove, conan search, conan upload, conan export, conan info, conan create, conan inspect, conan test, conan remote add, conan remote remove, conan remote list, conan config list, conan config set, conan profile list, conan profile new, conan profile update, conan profile remove, Helm (Kubernetes Package Manager), helm repo add, helm repo update, helm search repo, helm install, helm upgrade, helm uninstall, helm rollback, helm list, helm history, helm package, helm lint, helm template, helm show, helm plugin install, helm plugin list, helm plugin remove, helm version, helm env, helm create, helm dependency update, helm dependency build, helm dependency list, helm dependency add, helm get values, helm get manifest, helm get hooks, helm get notes, helm verify, helm chart list, helm chart pull, helm chart push, helm chart export, helm chart save, helm chart show, Packages Managers for Docker, Docker Hub (DockerHub is not a package manager. It's an image registry, Packages Managers for Containers: (Docker images are considered in the realm of packaging: Docker Hub, docker pull, docker push, docker images, docker build, docker run, docker tag, docker rmi, docker save, docker load, docker export, docker import, docker load, Podman for Containers: Podman pull, Podman push, Podman images, Podman run, Podman build, Podman tag, Podman rmi, Podman save, Podman load, Nix (Nix package manager), nix-env, nix-env -i, nix-env -e, nix-env -u, nix-env -q, nix-env -qa, nix-build, nix-shell, nix-store, nix-collect-garbage, nix-channel, nix-channel --update, nix-channel --list, nix-channel --add, nix-channel --remove, nix search, nix run, NixOS configuration.nix, GNU Guix (Guix package manager), guix install, guix remove, guix upgrade, guix search, guix pull, guix package, guix environment, guix system, guix pack, guix challenge, guix import, guix publish, guix weather, guix gc, guix lint, guix graph, guix show, guix build, guix edit, guix refresh, guix describe, guix time-machine, guix home reconfigure, guix shell, Flatpak, flatpak install, flatpak remove, flatpak update, flatpak list, flatpak search, flatpak info, flatpak remote-add, flatpak remote-ls, flatpak remote-delete, flatpak uninstall, flatpak repair, flatpak config, flatpak permissions, flatpak history, flatpak create-usb, flatpak export, flatpak install --user, flatpak install --system, flatpak run, flatpak override, flatpak mask, flatpak --version, Flatpak ref, Flatpak repo, Flatpak builder, AppImage - format on FUSE, Zypper (SUSE Linux): zypper install, zypper remove, zypper update, zypper upgrade, zypper search, zypper info, zypper patch, zypper dist-upgrade, zypper addrepo, zypper removerepo, zypper lr (list repos), zypper clean, zypper verify, zypper in, zypper rm, ZYpp (SUSE backend), Entropy (Sabayon): equo install, equo remove, equo update, equo upgrade, equo search, equo query, equo mask, equo unmask, netpkg (Zenwalk), pacman (Arch Linux), pacman -S, pacman -R, pacman -Q, pacman -Ss, pacman -Si, pacman -Su, pacman -Sy, pacman -Syu, pacman -Sc, pacman -Scc, pacman -Sw, pacman -U, pacman -Rns, pacman -Qo, pacman -Qs, pacman -Ql, pacman -Qi, pacman -Qm, PiSi (Pardus): pisi install, pisi remove, pisi upgrade, pisi info, pisi search, pisi list, pisi up (update), pisi build, pisi help, PPM (Puppy Package Manager), slackpkg (Slackware), slackpkg install, slackpkg remove, slackpkg search, slackpkg update, slackpkg upgrade, slackpkg reinstall, slapt-get (Slackware), slapt-get --install, slapt-get --remove, slapt-get --update, slapt-get --upgrade, slapt-get --search, swaret (Slackware), paldo (Paldo OS) upkg, upkg install, upkg remove, upkg update, upkg upgrade, upkg search, upkg info, upkg list, Puppet Integration with Package Resources, Puppet package Type, puppet resource package, puppet apply with package, Chef Integration with package Resource, knife cookbook upload - Chef tool that handle packages, Chef is config mgmt, chef resource package, chef run_list with packages, chef attribute node['packages'], chef inspec package resource, ansible package module, ansible apt module, ansible yum module, ansible dnf module, ansible package_facts module, Terraform with external provider to manage packages - Possibly Packer or terraform use, Salt pkg.install, Salt pkg.remove, Salt pkg.upgrade, Salt pkg.info_installed, Salt pkg.list_pkgs, Salt pkg.refresh_db, Salt pkg.version, Salt pkg.latest, Salt pkg.hold, Salt pkg.unhold, Salt pkg.autoremove, Guix inferior packages, Guix channels, Nix channels, Nix flakes Nix overlay., NixOS option for packageInstallation, Zypp patch, Binary Artifact Repositories, artifact repository, Configuration Management as it relates to package management, Ansible playbook installing packages, Ansible apt task, Ansible yum task, Chef recipe with package, Puppet manifest with package, Salt state with pkg.installed
Package Managers: Cloud Monk's Package Manager Book, Cloud Monk's Development PC DevOps Automation via Ansible-Chocolatey-PowerShell-Homebrew-DNF-APT, Package Manager Glossary, Repology.org, Operating System Package Managers (Homebrew for Linux, apt-yum-dnf-rpm-snap-AppImage on FUSE – choco-winget – Homebrew for macOS; Programming Language Package Managers: npm-nvm-yarn - pip-Anaconda-conda-miniconda - maven-gradle-sdkman-sbt-Leiningen - NuGet - go get - RubyGems - cargo - CPP Package Managers vcpkg and Conan), Misconfigured Package Management (Misconfigured NuGet, Misconfigured Maven, Misconfigured Gradle, Misconfigured NPM, Misconfigured pip, Misconfigured Cargo), Package Managers for Kubernetes - Kubernetes Package Manager (Helm), Packages Managers for Containers (Packages Managers for Docker (Docker Hub), Package Managers for Podman), Package Managers for Windows (Chocolatey - choco, winget), Package Managers for macOS (Homebrew - brew), Package Managers for Linux: APT (Package Manager) - APT (KPackage, Synaptic (software) - Synaptic, Ubuntu Software Center, aptitude software) - aptitude, dselect, RPM Package Manager - RPM (APT-RPM, DNF (software) - DNF, up2date, urpmi, Rpmdrake, Yum (software) - YUM, ZYpp), Linux distribution - Distribution-agnostic (AppImage, Flatpak, GNU Guix, Homebrew (package manager) - Homebrew - brew, Nix package manager - Nix, pkgsrc, Snap (package manager) - Snap - SnapCraft - SnapCraft.io); Others (binary) (Sabayon Linux Package management - Entropy, Zenwalk netpkg, Arch Linux pacman, Pardus (operating system) - Pardus PiSi, Puppy Linux PPM, slackpkg, slapt-get, swaret, paldo (operating system) - paldo upkg); Package Format, Image, Artifact, CLIs, Command line security, Tab completion, Automation, DevOps Tools, Container Tools, K8S Tools, Programming Tools, Infrastructure as Code (IaC), CI-CD, Git-GitHub-GitOps, Scripting languages (Python scripting, Bash script, PowerShell-PowerShell DSC), Configuration Management (Terraform-Ansible-Chef-Puppet-Salt), Linux CLI Shells bash-ksh-tcsh-mksh-zsh, macOS CLI-iTerm2, Windows CLI / cmd.exe, Windows Terminal, cURL, REPLs, IDEs, Cloud IDEs. (navbar_package_manager - see also navbar_dependency_management, navbar_developer_tools, navbar_choco, navbar_brew, navbar_nvm, navbar_npm, navbar_maven, navbar_gradle, navbar_helm)
KEEP THIS SHORT!
Continuous Deployment: Deployment with DevOps, IaC - Infrastructure as Code, GitOps, CI/CD, Deployment Pipeline, Installation, Containerization with Kubernetes-OpenShift-Docker, App Deployment on Kubernetes, App Deployment on OpenShift, Package Managers (Choco-Brew-apt-yum-dnf-Snapcraft), Configuration, Configuration Management (Ansible-Chef-Puppet-PowerShell DSC), YAML, Cloud Deployment, HCL-Terraform, Azure Resource Manager Templates (ARM Templates) - Azure Bicep, AWS CloudFormation, Google Cloud Deployment Manager, Configuration, Setup. (navbar_deployment and navbar_deployment_detailed)
WHERE ARE MY DATABASES INFO? Popular and Most Popular: w3techs.com and BuiltWith.com (Web Technology Usage Trends - Web and Internet Technology Usage Statistics), The Chrome User Experience Report (also known as the Chrome UX Report, or CrUX for short), Popular Frameworks, Popular Web Frameworks, Popular Libraries (Popular JavaScript Libraries, Popular Python Libraries, Popular Java Libraries), Standard Libraries, Popular Software, DB-Engines.com (Most Popular Relational Databases DBMS, NoSQL Database Management Systems and Data Stores), Most Popular Websites. Most Popular Programming Languages are determined by StackOverflow Tags, StackOverflow Developer Survey, JetBrains State of Developer Ecosystem, RedMonk Programming Language Rankings, PYPL (PopularitY of Programming Language) Index, TIOBE Index, GitHub Octoverse, GitHub Star Ranking for Repositories, Most GitHub Stars, Most GitHub Forks, Rosetta Code: (1. Python, 2. JavaScript, 3. Java, 4. C Sharp | C, 5. CPP | C++, 6. PHP, 7. TypeScript, 8. Ruby, 9. C, 10. Swift, 11. R, 12. Objective-C, 13. Scala, 14. Go, 15. Kotlin, 16. Rust, 17. Dart, 18. Lua, 19. Perl, 20. Haskell, 21. Julia, 22. Clojure, 23. Elixir, 24. F Sharp | F, 25. Assembly, 26. Shell/bash, 27. SQL, 28. Groovy, 29. PowerShell, 30. MATLAB, 31. VBA, 32. Racket, 33. Scheme, 34. Prolog, 35. Erlang, 36. Ada, 37. Fortran, 38. COBOL, 39. VB.NET, 40. Lisp, 41. SAS, 42. D, 43. LabVIEW, 44. PL/SQL, 45. Delphi/Object Pascal, 46. ColdFusion, 47. CLIST, 48. REXX. Old Programming Languages: APL, Pascal, Algol, PL/I). (navbar_popular - see also navbar_famous, navbar_best_practices, navbar_anti-patterns)
Cloud Monk is Retired ( for now). Buddha with you. © 2025 and Beginningless Time - Present Moment - Three Times: The Buddhas or Fair Use. Disclaimers
SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.