-------------------------------------------------------------------------------- HOMEBREW installation on macOS Ventura % = my shell prompt -------------------------------------------------------------------------------- % brew install libdsk ==> Downloading https://formulae.brew.sh/api/formula.jws.json ==> Downloading https://formulae.brew.sh/api/cask.jws.json Warning: libdsk 1.4.2 is already installed and up-to-date. To reinstall 1.4.2, run: brew reinstall libdsk % brew reinstall libdsk ==> Fetching libdsk ==> Downloading https://ghcr.io/v2/homebrew/core/libdsk/manifests/1.4.2 ######################################################################### 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/libdsk/blobs/sha256:b7835...71f2954c05155af065e ######################################################################### 100.0% ==> Reinstalling libdsk ==> Pouring libdsk--1.4.2.ventura.bottle.tar.gz 🍺 /usr/local/Cellar/libdsk/1.4.2: 32 files, 1.3MB ==> Running `brew cleanup libdsk`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ==> Checking for `sudo` access (which may request your password)... Password: ==> This script will install: /usr/local/bin/brew /usr/local/share/doc/homebrew /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/etc/bash_completion.d/brew /usr/local/Homebrew Press RETURN/ENTER to continue or any other key to abort: ==> /usr/bin/sudo /usr/sbin/chown -R USERDIR:admin /usr/local/Homebrew ==> Downloading and installing Homebrew... Updating files: 100% (2780/2780), done. HEAD is now at 7988f2ae1 Merge pull request #15657 from Bo98/livecheck-no-api ==> Installation successful! ==> Homebrew has enabled anonymous aggregate formulae and cask analytics. Read the analytics documentation (and how to opt-out) here: https://docs.brew.sh/Analytics No analytics data has been sent yet (nor will any be during this install run). ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: https://github.com/Homebrew/brew#donations ==> Next steps: - Run these two commands in your terminal to add Homebrew to your PATH: (echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/USERDIR/.zprofile eval "$(/usr/local/bin/brew shellenv)" - Run brew help to get started - Further documentation: https://docs.brew.sh % (echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/USERDIR/.zprofile % eval "$(/usr/local/bin/brew shellenv)" %