只是想装下nginx而已 % brew install nginx
/usr/local/var/run/nginx.pid
/usr/local/etc/nginx
/usr/local/var/log/nginx
/usr/local/Cellar/nginx/1.25.5
Docroot is: /usr/local/var/www
/usr/local/etc/nginx/nginx.conf
nginx -t
nginx path prefix: "/usr/local/nginx"
nginx binary file: "/usr/local/nginx/sbin/nginx"
nginx modules path: "/usr/local/nginx/modules"
nginx configuration prefix: "/usr/local/nginx/conf"
nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
nginx pid file: "/usr/local/nginx/logs/nginx.pid"
nginx error log file: "/usr/local/nginx/logs/error.log"
nginx http access log file: "/usr/local/nginx/logs/access.log"
nginx http client request body temporary files: "client_body_temp"
nginx http proxy temporary files: "proxy_temp"
nginx http fastcgi temporary files: "fastcgi_temp"
nginx http uwsgi temporary files: "uwsgi_temp"
nginx http scgi temporary files: "scgi_temp"
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME nginx 56471 nobody cwd DIR 1,8 480 46021279 /Users/cheng.tang/opt/nginx/nginx-1.26.0 nginx 56471 nobody txt REG 1,8 921072 46024296 /Users/cheng.tang/opt/nginx/nginx-1.26.0/objs/nginx nginx 56471 nobody txt REG 1,8 621888 45678414 /usr/local/Cellar/pcre2/10.43/lib/libpcre2-8.0.dylib nginx 56471 nobody txt REG 1,8 2177216 1152921500312783021 /usr/lib/dyld nginx 56471 nobody 0u CHR 3,2 0t0 317 /dev/null nginx 56471 nobody 1u CHR 3,2 0t0 317 /dev/null nginx 56471 nobody 2w REG 1,8 247 46024854 /usr/local/nginx/logs/error.log nginx 56471 nobody 4w REG 1,8 507 46024861 /usr/local/nginx/logs/access.log nginx 56471 nobody 5w REG 1,8 247 46024854 /usr/local/nginx/logs/error.log nginx 56471 nobody 6u IPv4 0xb07bef24dee75aa3 0t0 TCP *:http (LISTEN) nginx 56471 nobody 7u unix 0xb07bef201004f0b3 0t0 ->0xb07bef201c8bbfeb nginx 56471 nobody 8u KQUEUE count=0, state=0xa
sed -e "s|%%PREFIX%%|/usr/local/nginx|" \ -e "s|%%PID_PATH%%|/usr/local/nginx/logs/nginx.pid|" \ -e "s|%%CONF_PATH%%|/usr/local/nginx/conf/nginx.conf|" \ -e "s|%%ERROR_LOG_PATH%%|/usr/local/nginx/logs/error.log|" \ < man/nginx.8 > objs/nginx.8
% brew install nginx ==> Downloading https://formulae.brew.sh/api/formula.jws.json ######################################################################### 100.0% ==> Downloading https://formulae.brew.sh/api/formula_tap_migrations.jws.json ######################################################################### 100.0% ==> Downloading https://formulae.brew.sh/api/cask.jws.json ######################################################################### 100.0% nginx 1.25.3 is already installed but outdated (so it will be upgraded). ==> Fetching dependencies for nginx: ca-certificates, openssl@3 and pcre2 ==> Fetching ca-certificates ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/ca-certificat ######################################################################### 100.0% ==> Fetching openssl@3 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/openssl%403-3 ######################################################################### 100.0% ==> Fetching pcre2 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/pcre2-10.43.m ######################################################################### 100.0% ==> Fetching nginx ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/nginx-1.25.5. ######################################################################### 100.0% ==> Upgrading nginx 1.25.3 -> 1.25.5 ==> Installing dependencies for nginx: ca-certificates, openssl@3 and pcre2 ==> Installing nginx dependency: ca-certificates ==> Pouring ca-certificates-2024-03-11.all.bottle.tar.gz ==> Regenerating CA certificate bundle from keychain, this may take a while... 🍺 /usr/local/Cellar/ca-certificates/2024-03-11: 3 files, 229.5KB ==> Installing nginx dependency: openssl@3 ==> Pouring openssl@3-3.3.0.monterey.bottle.1.tar.gz 🍺 /usr/local/Cellar/openssl@3/3.3.0: 6,976 files, 33.0MB ==> Installing nginx dependency: pcre2 ==> Pouring pcre2-10.43.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/pcre2/10.43: 234 files, 6.6MB ==> Installing nginx ==> Pouring nginx-1.25.5.monterey.bottle.tar.gz ==> Caveats Docroot is: /usr/local/var/www The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in /usr/local/etc/nginx/servers/. To restart nginx after an upgrade: brew services restart nginx Or, if you don't want/need a background service you can just run: /usr/local/opt/nginx/bin/nginx -g daemon\ off\; ==> Summary 🍺 /usr/local/Cellar/nginx/1.25.5: 26 files, 2.5MB ==> Running `brew cleanup nginx`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). Removing: /usr/local/Cellar/nginx/1.25.3... (26 files, 2.5MB) Removing: /Users/root/Library/Caches/Homebrew/nginx_bottle_manifest--1.25.3... (9.5KB) Removing: /Users/root/Library/Caches/Homebrew/nginx--1.25.3... (1.4MB) ==> Upgrading 15 dependents of upgraded formulae: Disable this behaviour by setting HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). glib 2.78.1 -> 2.80.0_2, gnutls 3.8.2 -> 3.8.4, harfbuzz 8.3.0 -> 8.4.0, libass 0.17.1 -> 0.17.1_1, libmicrohttpd 0.9.77 -> 1.0.1, librist 0.2.10 -> 0.2.10_1, node 21.3.0 -> 22.1.0, openjdk 21.0.1 -> 21.0.3, gradle 8.5 -> 8.7, openjdk@17 17.0.7 -> 17.0.11, pango 1.50.14 -> 1.52.2, ffmpeg 6.0_1 -> 7.0_1, redis 7.2.1 -> 7.2.4, tesseract 5.3.3 -> 5.3.4_1, unbound 1.19.0 -> 1.20.0 ==> Fetching dependencies for glib: mpdecimal, readline, sqlite, xz, python@3.12 and gettext ==> Fetching mpdecimal ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/mpdecimal-4.0 ######################################################################### 100.0% ==> Fetching readline ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/readline-8.2. ######################################################################### 100.0% ==> Fetching sqlite ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/sqlite-3.45.3 ######################################################################### 100.0% ==> Fetching xz ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/xz-5.4.6.mont ######################################################################### 100.0% ==> Fetching python@3.12 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/python%403.12 ######################################################################### 100.0% ==> Fetching gettext ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/gettext-0.22. ######################################################################### 100.0% ==> Fetching glib ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/glib-2.80.0_2 ######################################################################### 100.0% ==> Fetching dependencies for harfbuzz: libpng, fontconfig, xorgproto, libxdmcp, libxcb, libx11, libxext and icu4c ==> Fetching libpng ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libpng-1.6.43 ######################################################################### 100.0% ==> Fetching fontconfig ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/fontconfig-2. ######################################################################### 100.0% ==> Fetching xorgproto ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/xorgproto-202 ######################################################################### 100.0% ==> Fetching libxdmcp ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libxdmcp-1.1. ######################################################################### 100.0% ==> Fetching libxcb ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libxcb-1.17.0 ######################################################################### 100.0% ==> Fetching libx11 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libx11-1.8.9. ######################################################################### 100.0% ==> Fetching libxext ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libxext-1.3.6 ######################################################################### 100.0% ==> Fetching icu4c ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/icu4c-74.2.mo ######################################################################### 100.0% ==> Fetching harfbuzz ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/harfbuzz-8.4. ######################################################################### 100.0% ==> Fetching dependencies for openjdk@17: giflib, jpeg-turbo, zstd and little-cms2 ==> Fetching giflib ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/giflib-5.2.2. ######################################################################### 100.0% ==> Fetching jpeg-turbo ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/jpeg-turbo-3. ######################################################################### 100.0% ==> Fetching zstd ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/zstd-1.5.6.mo ######################################################################### 100.0% ==> Fetching little-cms2 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/little-cms2-2 ######################################################################### 100.0% ==> Fetching openjdk@17 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/openjdk%4017- ######################################################################### 100.0% ==> Fetching openjdk ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/openjdk-21.0. ######################################################################### 100.0% ==> Fetching dependencies for libass: fribidi and libunibreak ==> Fetching fribidi ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/fribidi-1.0.1 ######################################################################### 100.0% ==> Fetching libunibreak ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libunibreak-6 ######################################################################### 100.0% ==> Fetching libass ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libass-0.17.1 ######################################################################### 100.0% ==> Fetching dependencies for unbound: libnghttp2 ==> Fetching libnghttp2 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libnghttp2-1. ######################################################################### 100.0% ==> Fetching unbound ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/unbound-1.20. ######################################################################### 100.0% ==> Fetching dependencies for gnutls: libunistring and libidn2 ==> Fetching libunistring ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libunistring- ######################################################################### 100.0% ==> Fetching libidn2 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libidn2-2.3.7 ######################################################################### 100.0% ==> Fetching gnutls ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/gnutls-3.8.4. ######################################################################### 100.0% ==> Fetching libmicrohttpd ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libmicrohttpd ######################################################################### 100.0% ==> Fetching dependencies for librist: cjson and mbedtls ==> Fetching cjson ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/cjson-1.7.17. ######################################################################### 100.0% ==> Fetching mbedtls ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/mbedtls-3.6.0 ######################################################################### 100.0% ==> Fetching librist ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/librist-0.2.1 ######################################################################### 100.0% ==> Fetching dependencies for node: c-ares and libuv ==> Fetching c-ares ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/c-ares-1.28.1 ######################################################################### 100.0% ==> Fetching libuv ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libuv-1.48.0. ######################################################################### 100.0% ==> Fetching node ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/node-22.1.0.m ######################################################################### 100.0% ==> Fetching gradle ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/gradle-8.7.mo ######################################################################### 100.0% ==> Fetching pango ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/pango-1.52.2. ######################################################################### 100.0% ==> Fetching dependencies for tesseract: openjpeg, webp, leptonica and libarchive ==> Fetching openjpeg ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/openjpeg-2.5. ######################################################################### 100.0% ==> Fetching webp ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/webp-1.4.0.mo ######################################################################### 100.0% ==> Fetching leptonica ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/leptonica-1.8 ######################################################################### 100.0% ==> Fetching libarchive ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libarchive-3. ######################################################################### 100.0% ==> Fetching tesseract ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/tesseract-5.3 ######################################################################### 100.0% ==> Fetching dependencies for ffmpeg: highway, imath, openexr, jpeg-xl, libvmaf, aom, dav1d, frei0r, libssh, isl, mpfr, libmpc, gcc, openblas, numpy, pugixml, python-packaging, snappy, hwloc, tbb, openvino, opus, rav1e, mpg123, sdl2, svt-av1 and x265 ==> Fetching highway ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/highway-1.1.0 ######################################################################### 100.0% ==> Fetching imath ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/imath-3.1.11. ######################################################################### 100.0% ==> Fetching openexr ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/openexr-3.2.4 ######################################################################### 100.0% ==> Fetching jpeg-xl ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/jpeg-xl-0.10. ######################################################################### 100.0% ==> Fetching libvmaf ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libvmaf-3.0.0 ######################################################################### 100.0% ==> Fetching aom ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/aom-3.9.0.mon ######################################################################### 100.0% ==> Fetching dav1d ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/dav1d-1.4.1.m ######################################################################### 100.0% ==> Fetching frei0r ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/frei0r-2.3.2. ######################################################################### 100.0% ==> Fetching libssh ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libssh-0.10.6 ######################################################################### 100.0% ==> Fetching isl ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/isl-0.26.mont ######################################################################### 100.0% ==> Fetching mpfr ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/mpfr-4.2.1.mo ######################################################################### 100.0% ==> Fetching libmpc ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/libmpc-1.3.1. ######################################################################### 100.0% ==> Fetching gcc ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/gcc-14.1.0.mo ######################################################################### 100.0% ==> Fetching openblas ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/openblas-0.3. ######################################################################### 100.0% ==> Fetching numpy ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/numpy-1.26.4. ######################################################################### 100.0% ==> Fetching pugixml ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/pugixml-1.14. ######################################################################### 100.0% ==> Fetching python-packaging ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/python-packag ######################################################################### 100.0% ==> Fetching snappy ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/snappy-1.2.0. ######################################################################### 100.0% ==> Fetching hwloc ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/hwloc-2.10.0. ######################################################################### 100.0% ==> Fetching tbb ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/tbb-2021.12.0 ######################################################################### 100.0% ==> Fetching openvino ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/openvino-2024 ######################################################################### 100.0% ==> Fetching opus ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/opus-1.5.2.mo ######################################################################### 100.0% ==> Fetching rav1e ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/rav1e-0.7.1.m ######################################################################### 100.0% ==> Fetching mpg123 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/mpg123-1.32.6 ######################################################################### 100.0% ==> Fetching sdl2 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/sdl2-2.30.3.m ######################################################################### 100.0% ==> Fetching svt-av1 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/svt-av1-2.0.0 ######################################################################### 100.0% ==> Fetching x265 ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/x265-3.6.mont ######################################################################### 100.0% ==> Fetching ffmpeg ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/ffmpeg-7.0_1. ######################################################################### 100.0% ==> Fetching redis ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/redis-7.2.4.m ######################################################################### 100.0% ==> Upgrading glib 2.78.1 -> 2.80.0_2 ==> Installing dependencies for glib: mpdecimal, readline, sqlite, xz, python@3.12 and gettext ==> Installing glib dependency: mpdecimal ==> Pouring mpdecimal-4.0.0.monterey.bottle.1.tar.gz 🍺 /usr/local/Cellar/mpdecimal/4.0.0: 21 files, 600.6KB ==> Installing glib dependency: readline ==> Pouring readline-8.2.10.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/readline/8.2.10: 50 files, 1.7MB ==> Installing glib dependency: sqlite ==> Pouring sqlite-3.45.3.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/sqlite/3.45.3: 11 files, 4.8MB ==> Installing glib dependency: xz ==> Pouring xz-5.4.6.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/xz/5.4.6: 163 files, 2.6MB ==> Installing glib dependency: python@3.12 ==> Pouring python@3.12-3.12.3.monterey.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/2to3 Target /usr/local/bin/2to3 already exists. You may want to remove it: rm '/usr/local/bin/2to3' To force the link and overwrite all conflicting files: brew link --overwrite python@3.12 To list all files that would be deleted: brew link --overwrite python@3.12 --dry-run Possible conflicting files are: /usr/local/bin/2to3 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/idle3 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/idle3 /usr/local/bin/pydoc3 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/pydoc3 /usr/local/bin/python3 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 /usr/local/bin/python3-config -> /Library/Frameworks/Python.framework/Versions/3.11/bin/python3-config ==> Downloading https://formulae.brew.sh/api/formula.jws.json #=#=-# # ==> /usr/local/Cellar/python@3.12/3.12.3/bin/python3.12 -Im ensurepip ==> /usr/local/Cellar/python@3.12/3.12.3/bin/python3.12 -Im pip install -v --no-index --upgrade --isolated --target=/usr/local/lib/pyt ==> Summary 🍺 /usr/local/Cellar/python@3.12/3.12.3: 3,269 files, 64MB ==> Installing glib dependency: gettext ==> Pouring gettext-0.22.5.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/gettext/0.22.5: 2,043 files, 24.0MB ==> Installing glib ==> Pouring glib-2.80.0_2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/glib/2.80.0_2: 524 files, 35.0MB ==> Running `brew cleanup glib`... Removing: /usr/local/Cellar/glib/2.76.3... (455 files, 21.2MB) Removing: /usr/local/Cellar/glib/2.78.1... (456 files, 21.4MB) Removing: /Users/root/Library/Caches/Homebrew/glib_bottle_manifest--2.78.1-1... (14.7KB) ==> Upgrading harfbuzz 8.3.0 -> 8.4.0 ==> Installing dependencies for harfbuzz: libpng, fontconfig, xorgproto, libxdmcp, libxcb, libx11, libxext and icu4c ==> Installing harfbuzz dependency: libpng ==> Pouring libpng-1.6.43.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libpng/1.6.43: 27 files, 1.3MB ==> Installing harfbuzz dependency: fontconfig ==> Pouring fontconfig-2.15.0.monterey.bottle.tar.gz ==> Regenerating font cache, this may take a while ==> /usr/local/Cellar/fontconfig/2.15.0/bin/fc-cache -frv 🍺 /usr/local/Cellar/fontconfig/2.15.0: 90 files, 2.4MB ==> Installing harfbuzz dependency: xorgproto ==> Pouring xorgproto-2024.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/xorgproto/2024.1: 267 files, 3.9MB ==> Installing harfbuzz dependency: libxdmcp ==> Pouring libxdmcp-1.1.5.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libxdmcp/1.1.5: 11 files, 119.8KB ==> Installing harfbuzz dependency: libxcb ==> Pouring libxcb-1.17.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libxcb/1.17.0: 2,497 files, 7MB ==> Installing harfbuzz dependency: libx11 ==> Pouring libx11-1.8.9.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libx11/1.8.9: 1,042 files, 6.9MB ==> Installing harfbuzz dependency: libxext ==> Pouring libxext-1.3.6.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libxext/1.3.6: 87 files, 431.4KB ==> Installing harfbuzz dependency: icu4c ==> Pouring icu4c-74.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/icu4c/74.2: 270 files, 77.4MB ==> Installing harfbuzz ==> Pouring harfbuzz-8.4.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/harfbuzz/8.4.0: 76 files, 9.9MB ==> Running `brew cleanup harfbuzz`... Removing: /usr/local/Cellar/harfbuzz/8.3.0... (76 files, 9.8MB) Removing: /Users/root/Library/Caches/Homebrew/harfbuzz_bottle_manifest--8.3.0... (24KB) Removing: /Users/root/Library/Caches/Homebrew/harfbuzz--8.3.0... (2.6MB) ==> Upgrading openjdk@17 17.0.7 -> 17.0.11 ==> Installing dependencies for openjdk@17: giflib, jpeg-turbo, zstd and little-cms2 ==> Installing openjdk@17 dependency: giflib ==> Pouring giflib-5.2.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/giflib/5.2.2: 19 files, 587.8KB ==> Installing openjdk@17 dependency: jpeg-turbo ==> Pouring jpeg-turbo-3.0.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/jpeg-turbo/3.0.2: 44 files, 4.4MB ==> Installing openjdk@17 dependency: zstd ==> Pouring zstd-1.5.6.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/zstd/1.5.6: 31 files, 2.6MB ==> Installing openjdk@17 dependency: little-cms2 ==> Pouring little-cms2-2.16.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/little-cms2/2.16: 22 files, 1.3MB ==> Installing openjdk@17 ==> Pouring openjdk@17-17.0.11.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/openjdk@17/17.0.11: 635 files, 305MB ==> Running `brew cleanup openjdk@17`... Removing: /usr/local/Cellar/openjdk@17/17.0.7... (634 files, 304.9MB) Removing: /Users/root/Library/Caches/Homebrew/openjdk@17_bottle_manifest--17.0.9... (23.3KB) ==> Upgrading openjdk 21.0.1 -> 21.0.3 ==> Pouring openjdk-21.0.3.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/openjdk/21.0.3: 600 files, 331.7MB ==> Running `brew cleanup openjdk`... Removing: /usr/local/Cellar/openjdk/21.0.1... (600 files, 331.5MB) Removing: /Users/root/Library/Caches/Homebrew/openjdk_bottle_manifest--21.0.1... (23.3KB) Removing: /Users/root/Library/Caches/Homebrew/openjdk--21.0.1... (193.1MB) ==> Upgrading libass 0.17.1 -> 0.17.1_1 ==> Installing dependencies for libass: fribidi and libunibreak ==> Installing libass dependency: fribidi ==> Pouring fribidi-1.0.14.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/fribidi/1.0.14: 67 files, 694KB ==> Installing libass dependency: libunibreak ==> Pouring libunibreak-6.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libunibreak/6.1: 18 files, 313.5KB ==> Installing libass ==> Pouring libass-0.17.1_1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libass/0.17.1_1: 11 files, 630.4KB ==> Running `brew cleanup libass`... Removing: /usr/local/Cellar/libass/0.17.1... (11 files, 629.4KB) Removing: /Users/root/Library/Caches/Homebrew/libass_bottle_manifest--0.17.1... (24.9KB) Removing: /Users/root/Library/Caches/Homebrew/libass--0.17.1... (236.2KB) ==> Upgrading unbound 1.19.0 -> 1.20.0 ==> Installing dependencies for unbound: libnghttp2 ==> Installing unbound dependency: libnghttp2 ==> Pouring libnghttp2-1.61.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libnghttp2/1.61.0: 13 files, 785.4KB ==> Installing unbound ==> Pouring unbound-1.20.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/unbound/1.20.0: 59 files, 6MB ==> Running `brew cleanup unbound`... Removing: /usr/local/Cellar/unbound/1.19.0... (58 files, 5.8MB) Removing: /Users/root/Library/Caches/Homebrew/unbound_bottle_manifest--1.19.0... (12.2KB) Removing: /Users/root/Library/Caches/Homebrew/unbound--1.19.0... (2.9MB) ==> Upgrading gnutls 3.8.2 -> 3.8.4 ==> Installing dependencies for gnutls: libunistring and libidn2 ==> Installing gnutls dependency: libunistring ==> Pouring libunistring-1.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libunistring/1.2: 59 files, 5.1MB ==> Installing gnutls dependency: libidn2 ==> Pouring libidn2-2.3.7.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libidn2/2.3.7: 80 files, 1MB ==> Installing gnutls ==> Pouring gnutls-3.8.4.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/gnutls/3.8.4: 1,292 files, 10.8MB ==> Running `brew cleanup gnutls`... Removing: /usr/local/Cellar/gnutls/3.8.2... (1,290 files, 10.7MB) Removing: /Users/root/Library/Caches/Homebrew/gnutls_bottle_manifest--3.8.2... (17.9KB) Removing: /Users/root/Library/Caches/Homebrew/gnutls--3.8.2... (3MB) ==> Upgrading libmicrohttpd 0.9.77 -> 1.0.1 ==> Pouring libmicrohttpd-1.0.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libmicrohttpd/1.0.1: 25 files, 1.5MB ==> Running `brew cleanup libmicrohttpd`... Removing: /usr/local/Cellar/libmicrohttpd/0.9.77... (24 files, 1.3MB) Removing: /Users/root/Library/Caches/Homebrew/libmicrohttpd_bottle_manifest--0.9.77... (18.6KB) Removing: /Users/root/Library/Caches/Homebrew/libmicrohttpd--0.9.77... (390.9KB) ==> Upgrading librist 0.2.10 -> 0.2.10_1 ==> Installing dependencies for librist: cjson and mbedtls ==> Installing librist dependency: cjson ==> Pouring cjson-1.7.17.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/cjson/1.7.17: 23 files, 219.0KB ==> Installing librist dependency: mbedtls ==> Pouring mbedtls-3.6.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/mbedtls/3.6.0: 198 files, 13MB ==> Installing librist ==> Pouring librist-0.2.10_1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/librist/0.2.10_1: 28 files, 730.6KB ==> Running `brew cleanup librist`... Removing: /usr/local/Cellar/librist/0.2.10... (28 files, 730.7KB) Removing: /Users/root/Library/Caches/Homebrew/librist_bottle_manifest--0.2.10... (21.0KB) Removing: /Users/root/Library/Caches/Homebrew/librist--0.2.10... (203.5KB) ==> Upgrading node 21.3.0 -> 22.1.0 ==> Installing dependencies for node: c-ares and libuv ==> Installing node dependency: c-ares ==> Pouring c-ares-1.28.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/c-ares/1.28.1: 166 files, 1MB ==> Installing node dependency: libuv ==> Pouring libuv-1.48.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libuv/1.48.0: 19 files, 1MB ==> Installing node ==> Pouring node-22.1.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/node/22.1.0: 2,069 files, 76.3MB ==> Running `brew cleanup node`... Removing: /usr/local/Cellar/node/21.3.0... (2,233 files, 64.5MB) Removing: /Users/root/Library/Caches/Homebrew/node_bottle_manifest--20.8.1... (15.2KB) Removing: /Users/root/Library/Caches/Homebrew/node_bottle_manifest--21.3.0... (17.9KB) ==> Upgrading gradle 8.5 -> 8.7 ==> Pouring gradle-8.7.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/gradle/8.7: 21,313 files, 443MB ==> Running `brew cleanup gradle`... Removing: /usr/local/Cellar/gradle/8.5... (21,012 files, 433.4MB) Removing: /Users/root/Library/Caches/Homebrew/gradle_bottle_manifest--8.5... (33KB) Removing: /Users/root/Library/Caches/Homebrew/gradle--8.5... (183.0MB) ==> Upgrading pango 1.50.14 -> 1.52.2 ==> Pouring pango-1.52.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/pango/1.52.2: 68 files, 3.2MB ==> Running `brew cleanup pango`... Removing: /usr/local/Cellar/pango/1.50.14... (68 files, 3.2MB) Removing: /Users/root/Library/Caches/Homebrew/pango_bottle_manifest--1.50.14... (25.2KB) Removing: /Users/root/Library/Caches/Homebrew/pango--1.50.14... (773.5KB) ==> Upgrading tesseract 5.3.3 -> 5.3.4_1 ==> Installing dependencies for tesseract: openjpeg, webp, leptonica and libarchive ==> Installing tesseract dependency: openjpeg ==> Pouring openjpeg-2.5.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/openjpeg/2.5.2: 538 files, 14.0MB ==> Installing tesseract dependency: webp ==> Pouring webp-1.4.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/webp/1.4.0: 63 files, 2.8MB ==> Installing tesseract dependency: leptonica ==> Pouring leptonica-1.84.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/leptonica/1.84.1: 56 files, 6.2MB ==> Installing tesseract dependency: libarchive ==> Pouring libarchive-3.7.4.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libarchive/3.7.4: 64 files, 3.7MB ==> Installing tesseract ==> Pouring tesseract-5.3.4_1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/tesseract/5.3.4_1: 73 files, 32.2MB ==> Running `brew cleanup tesseract`... Removing: /usr/local/Cellar/tesseract/5.3.3... (73 files, 32.2MB) Removing: /Users/root/Library/Caches/Homebrew/tesseract_bottle_manifest--5.3.3... (26.5KB) Removing: /Users/root/Library/Caches/Homebrew/tesseract--5.3.3... (12.6MB) ==> Upgrading ffmpeg 6.0_1 -> 7.0_1 ==> Installing dependencies for ffmpeg: highway, imath, openexr, jpeg-xl, libvmaf, aom, dav1d, frei0r, libssh, isl, mpfr, libmpc, gcc, openblas, numpy, pugixml, python-packaging, snappy, hwloc, tbb, openvino, opus, rav1e, mpg123, sdl2, svt-av1 and x265 ==> Installing ffmpeg dependency: highway ==> Pouring highway-1.1.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/highway/1.1.0: 70 files, 6.0MB ==> Installing ffmpeg dependency: imath ==> Pouring imath-3.1.11.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/imath/3.1.11: 49 files, 935.1KB ==> Installing ffmpeg dependency: openexr ==> Pouring openexr-3.2.4.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/openexr/3.2.4: 205 files, 7.8MB ==> Installing ffmpeg dependency: jpeg-xl ==> Pouring jpeg-xl-0.10.2.monterey.bottle.1.tar.gz 🍺 /usr/local/Cellar/jpeg-xl/0.10.2: 62 files, 40.3MB ==> Installing ffmpeg dependency: libvmaf ==> Pouring libvmaf-3.0.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libvmaf/3.0.0: 234 files, 7.3MB ==> Installing ffmpeg dependency: aom ==> Pouring aom-3.9.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/aom/3.9.0: 23 files, 12.3MB ==> Installing ffmpeg dependency: dav1d ==> Pouring dav1d-1.4.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/dav1d/1.4.1: 15 files, 2.3MB ==> Installing ffmpeg dependency: frei0r ==> Pouring frei0r-2.3.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/frei0r/2.3.2: 154 files, 5.4MB ==> Installing ffmpeg dependency: libssh ==> Pouring libssh-0.10.6.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libssh/0.10.6: 23 files, 1.2MB ==> Installing ffmpeg dependency: isl ==> Pouring isl-0.26.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/isl/0.26: 73 files, 7.6MB ==> Installing ffmpeg dependency: mpfr ==> Pouring mpfr-4.2.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/mpfr/4.2.1: 30 files, 3.1MB ==> Installing ffmpeg dependency: libmpc ==> Pouring libmpc-1.3.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/libmpc/1.3.1: 12 files, 464.0KB ==> Installing ffmpeg dependency: gcc ==> Pouring gcc-14.1.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/gcc/14.1.0: 1,679 files, 480.4MB ==> Installing ffmpeg dependency: openblas ==> Pouring openblas-0.3.27.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/openblas/0.3.27: 23 files, 134.5MB ==> Installing ffmpeg dependency: numpy ==> Pouring numpy-1.26.4.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/numpy/1.26.4: 1,708 files, 39.3MB ==> Installing ffmpeg dependency: pugixml ==> Pouring pugixml-1.14.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/pugixml/1.14: 15 files, 451.5KB ==> Installing ffmpeg dependency: python-packaging ==> Pouring python-packaging-24.0.all.bottle.tar.gz 🍺 /usr/local/Cellar/python-packaging/24.0: 53 files, 372.0KB ==> Installing ffmpeg dependency: snappy ==> Pouring snappy-1.2.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/snappy/1.2.0: 18 files, 157.8KB ==> Installing ffmpeg dependency: hwloc ==> Pouring hwloc-2.10.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/hwloc/2.10.0: 969 files, 10.4MB ==> Installing ffmpeg dependency: tbb ==> Pouring tbb-2021.12.0.monterey.bottle.1.tar.gz 🍺 /usr/local/Cellar/tbb/2021.12.0: 177 files, 2.9MB ==> Installing ffmpeg dependency: openvino ==> Pouring openvino-2024.1.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/openvino/2024.1.0: 633 files, 114.7MB ==> Installing ffmpeg dependency: opus ==> Pouring opus-1.5.2.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/opus/1.5.2: 15 files, 1MB ==> Installing ffmpeg dependency: rav1e ==> Pouring rav1e-0.7.1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/rav1e/0.7.1: 14 files, 50MB ==> Installing ffmpeg dependency: mpg123 ==> Pouring mpg123-1.32.6.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/mpg123/1.32.6: 33 files, 1.8MB ==> Installing ffmpeg dependency: sdl2 ==> Pouring sdl2-2.30.3.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/sdl2/2.30.3: 93 files, 6.5MB ==> Installing ffmpeg dependency: svt-av1 ==> Pouring svt-av1-2.0.0.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/svt-av1/2.0.0: 24 files, 7.4MB ==> Installing ffmpeg dependency: x265 ==> Pouring x265-3.6.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/x265/3.6: 11 files, 36.1MB ==> Installing ffmpeg ==> Pouring ffmpeg-7.0_1.monterey.bottle.tar.gz 🍺 /usr/local/Cellar/ffmpeg/7.0_1: 286 files, 55.8MB ==> Running `brew cleanup ffmpeg`... Removing: /usr/local/Cellar/ffmpeg/6.0_1... (284 files, 52.6MB) Removing: /Users/root/Library/Caches/Homebrew/ffmpeg_bottle_manifest--6.0_1-2... (59.2KB) ==> Upgrading redis 7.2.1 -> 7.2.4 ==> Pouring redis-7.2.4.monterey.bottle.tar.gz ==> Caveats To start redis now and restart at login: brew services start redis Or, if you don't want/need a background service you can just run: /usr/local/opt/redis/bin/redis-server /usr/local/etc/redis.conf ==> Summary 🍺 /usr/local/Cellar/redis/7.2.4: 14 files, 2.5MB ==> Running `brew cleanup redis`... Removing: /usr/local/Cellar/redis/7.2.1... (14 files, 2.5MB) Removing: /Users/root/Library/Caches/Homebrew/redis_bottle_manifest--7.2.1-1... (9.0KB) ==> Checking for dependents of upgraded formulae... ==> No broken dependents found! ==> `brew cleanup` has not been run in the last 30 days, running now... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). Removing: /usr/local/Cellar/aom/3.7.1... (23 files, 13.0MB) Removing: /Users/root/Library/Caches/Homebrew/aom_bottle_manifest--3.7.1... (19.7KB) Removing: /usr/local/Cellar/c-ares/1.20.1... (85 files, 631.8KB) Removing: /usr/local/Cellar/c-ares/1.23.0... (154 files, 785.0KB) Removing: /Users/root/Library/Caches/Homebrew/c-ares_bottle_manifest--1.20.1... (7.5KB) Removing: /Users/root/Library/Caches/Homebrew/c-ares_bottle_manifest--1.23.0... (7.5KB) Removing: /usr/local/Cellar/ca-certificates/2023-08-22... (3 files, 221.7KB) Removing: /Users/root/Library/Caches/Homebrew/ca-certificates_bottle_manifest--2023-08-22... (9.1KB) Removing: /usr/local/Cellar/cjson/1.7.16... (23 files, 219.1KB) Removing: /Users/root/Library/Caches/Homebrew/cjson_bottle_manifest--1.7.16-1... (11.3KB) Removing: /usr/local/Cellar/dav1d/1.2.1... (15 files, 2.3MB) Removing: /Users/root/Library/Caches/Homebrew/dav1d_bottle_manifest--1.2.1... (9.3KB) Removing: /usr/local/Cellar/fontconfig/2.14.2... (88 files, 2.3MB) Removing: /usr/local/Cellar/frei0r/2.3.1... (153 files, 5.4MB) Removing: /Users/root/Library/Caches/Homebrew/frei0r_bottle_manifest--2.3.1... (9.4KB) Removing: /usr/local/Cellar/fribidi/1.0.13... (67 files, 697.1KB) Removing: /Users/root/Library/Caches/Homebrew/fribidi_bottle_manifest--1.0.13... (9.4KB) Removing: /Users/root/Library/Caches/Homebrew/fribidi--1.0.13... (138.7KB) Removing: /usr/local/Cellar/gettext/0.22.4... (2,042 files, 23.9MB) Removing: /Users/root/Library/Caches/Homebrew/gettext_bottle_manifest--0.22.4... (10KB) Removing: /Users/root/Library/Caches/Homebrew/gettext--0.22.4... (10.2MB) Removing: /usr/local/Cellar/giflib/5.2.1... (19 files, 583.6KB) Removing: /usr/local/Cellar/highway/1.0.7... (65 files, 5.6MB) Removing: /Users/root/Library/Caches/Homebrew/highway_bottle_manifest--1.0.7... (9.7KB) Removing: /Users/root/Library/Caches/Homebrew/highway--1.0.7... (1.3MB) Removing: /usr/local/Cellar/icu4c/73.2... (268 files, 79.6MB) Removing: /usr/local/Cellar/imath/3.1.9... (49 files, 930.5KB) Removing: /Users/root/Library/Caches/Homebrew/imath_bottle_manifest--3.1.9... (9.3KB) Removing: /Users/root/Library/Caches/Homebrew/imath--3.1.9... (183.3KB) Removing: /usr/local/Cellar/jpeg-turbo/2.1.5.1... (44 files, 3.9MB) Removing: /usr/local/Cellar/jpeg-turbo/3.0.0... (44 files, 4.9MB) Removing: /Users/root/Library/Caches/Homebrew/jpeg-turbo_bottle_manifest--3.0.0... (13.8KB) Removing: /usr/local/Cellar/jpeg-xl/0.8.2_1... (43 files, 21.3MB) Removing: /Users/root/Library/Caches/Homebrew/jpeg-xl_bottle_manifest--0.8.2_1-1... (18.5KB) Removing: /usr/local/Cellar/leptonica/1.83.1... (56 files, 6.2MB) Removing: /Users/root/Library/Caches/Homebrew/leptonica_bottle_manifest--1.83.1... (16.4KB) Removing: /usr/local/Cellar/libarchive/3.7.2... (64 files, 3.9MB) Removing: /Users/root/Library/Caches/Homebrew/libarchive_bottle_manifest--3.7.2... (12.1KB) Removing: /Users/root/Library/Caches/Homebrew/libarchive--3.7.2... (1.6MB) Removing: /usr/local/Cellar/libidn2/2.3.4_1... (79 files, 1003.4KB) Removing: /Users/root/Library/Caches/Homebrew/libidn2_bottle_manifest--2.3.4_1-1... (10.5KB) Removing: /Users/root/Library/Caches/Homebrew/libidn2--2.3.4_1... (322.6KB) Removing: /usr/local/Cellar/libnghttp2/1.58.0... (13 files, 719.2KB) Removing: /Users/root/Library/Caches/Homebrew/libnghttp2_bottle_manifest--1.57.0... (7.4KB) Removing: /Users/root/Library/Caches/Homebrew/libnghttp2_bottle_manifest--1.58.0... (7.4KB) Removing: /Users/root/Library/Caches/Homebrew/libnghttp2--1.58.0... (213.9KB) Removing: /usr/local/Cellar/libpng/1.6.40... (27 files, 1.3MB) Removing: /Users/root/Library/Caches/Homebrew/libsndfile_bottle_manifest--1.2.2-1... (10.7KB) Removing: /Users/root/Library/Caches/Homebrew/libsndfile--1.2.2... (361.5KB) Removing: /usr/local/Cellar/libunibreak/5.1... (17 files, 309.7KB) Removing: /Users/root/Library/Caches/Homebrew/libunibreak_bottle_manifest--5.1... (9KB) Removing: /Users/root/Library/Caches/Homebrew/libunibreak--5.1... (59.9KB) Removing: /usr/local/Cellar/libunistring/1.1... (56 files, 5MB) Removing: /Users/root/Library/Caches/Homebrew/libunistring_bottle_manifest--1.1... (8.9KB) Removing: /Users/root/Library/Caches/Homebrew/libunistring--1.1... (1.6MB) Removing: /usr/local/Cellar/libuv/1.47.0... (19 files, 1MB) Removing: /Users/root/Library/Caches/Homebrew/libuv_bottle_manifest--1.46.0... (9.3KB) Removing: /Users/root/Library/Caches/Homebrew/libuv_bottle_manifest--1.47.0... (7.4KB) Removing: /Users/root/Library/Caches/Homebrew/libuv--1.47.0... (346.5KB) Removing: /usr/local/Cellar/libvmaf/2.3.1... (234 files, 7.1MB) Removing: /Users/root/Library/Caches/Homebrew/libvmaf_bottle_manifest--2.3.1-1... (9.4KB) Removing: /usr/local/Cellar/libx11/1.8.7... (1,042 files, 6.9MB) Removing: /Users/root/Library/Caches/Homebrew/libx11_bottle_manifest--1.8.7... (13.8KB) Removing: /Users/root/Library/Caches/Homebrew/libx11--1.8.7... (2.1MB) Removing: /usr/local/Cellar/libxcb/1.16... (2,491 files, 7MB) Removing: /Users/root/Library/Caches/Homebrew/libxcb_bottle_manifest--1.16-1... (15.8KB) Removing: /Users/root/Library/Caches/Homebrew/libxcb--1.16... (944.5KB) Removing: /usr/local/Cellar/libxdmcp/1.1.4... (11 files, 113.7KB) Removing: /usr/local/Cellar/libxext/1.3.5... (87 files, 426.8KB) Removing: /usr/local/Cellar/little-cms2/2.15... (21 files, 1.3MB) Removing: /usr/local/Cellar/mbedtls/3.5.1... (192 files, 12.2MB) Removing: /Users/root/Library/Caches/Homebrew/mbedtls_bottle_manifest--3.5.1... (7.2KB) Removing: /Users/root/Library/Caches/Homebrew/mbedtls--3.5.1... (3.1MB) Removing: /usr/local/Cellar/mpg123/1.32.3... (33 files, 1.8MB) Removing: /Users/root/Library/Caches/Homebrew/mpg123_bottle_manifest--1.32.3... (7.8KB) Removing: /usr/local/Cellar/openexr/3.2.1... (204 files, 7.8MB) Removing: /Users/root/Library/Caches/Homebrew/openexr_bottle_manifest--3.2.1... (8KB) Removing: /Users/root/Library/Caches/Homebrew/openexr--3.2.1... (1.9MB) Removing: /usr/local/Cellar/openjpeg/2.5.0_1... (536 files, 13.8MB) Removing: /Users/root/Library/Caches/Homebrew/openjpeg_bottle_manifest--2.5.0_1... (14.5KB) Removing: /Users/root/Library/Caches/Homebrew/openjpeg--2.5.0_1... (2MB) Removing: /usr/local/Cellar/openssl@3/3.1.3... (6,495 files, 30MB) Removing: /usr/local/Cellar/openssl@3/3.2.0... (6,805 files, 32.4MB) Removing: /Users/root/Library/Caches/Homebrew/openssl@3_bottle_manifest--3.1.3... (10.9KB) Removing: /Users/root/Library/Caches/Homebrew/openssl@3_bottle_manifest--3.2.0... (9.2KB) Removing: /Users/root/Library/Caches/Homebrew/openssl@3--3.2.0... (8.6MB) Removing: /usr/local/Cellar/opus/1.4... (15 files, 1018.4KB) Removing: /Users/root/Library/Caches/Homebrew/opus_bottle_manifest--1.4... (9.1KB) Removing: /Users/root/Library/Caches/Homebrew/opus--1.4... (447.5KB) Removing: /usr/local/Cellar/pcre2/10.42... (230 files, 6.4MB) Removing: /usr/local/Cellar/rav1e/0.6.6... (14 files, 150.9MB) Removing: /Users/root/Library/Caches/Homebrew/rav1e_bottle_manifest--0.6.6... (9.3KB) Removing: /usr/local/Cellar/sdl2/2.28.5... (93 files, 6.5MB) Removing: /Users/root/Library/Caches/Homebrew/sdl2_bottle_manifest--2.28.5... (10.7KB) Removing: /Users/root/Library/Caches/Homebrew/sdl2--2.28.5... (1.8MB) Removing: /usr/local/Cellar/snappy/1.1.10... (18 files, 153.8KB) Removing: /Users/root/Library/Caches/Homebrew/snappy_bottle_manifest--1.1.10... (8.8KB) Removing: /Users/root/Library/Caches/Homebrew/snappy--1.1.10... (45KB) Removing: /usr/local/Cellar/svt-av1/1.7.0... (24 files, 7.5MB) Removing: /Users/root/Library/Caches/Homebrew/svt-av1_bottle_manifest--1.7.0... (9.6KB) Removing: /usr/local/Cellar/webp/1.3.2... (63 files, 2.6MB) Removing: /Users/root/Library/Caches/Homebrew/webp_bottle_manifest--1.3.2... (15.3KB) Removing: /Users/root/Library/Caches/Homebrew/webp--1.3.2... (932.7KB) Removing: /usr/local/Cellar/x265/3.5... (11 files, 35.8MB) Removing: /Users/root/Library/Caches/Homebrew/x265_bottle_manifest--3.5-1... (10.8KB) Removing: /Users/root/Library/Caches/Homebrew/x265--3.5... (5MB) Removing: /usr/local/Cellar/xorgproto/2023.2... (267 files, 3.9MB) Removing: /usr/local/Cellar/xz/5.4.5... (163 files, 2.6MB) Removing: /Users/root/Library/Caches/Homebrew/xz_bottle_manifest--5.4.5... (7.5KB) Removing: /Users/root/Library/Caches/Homebrew/xz--5.4.5... (673.5KB) Removing: /usr/local/Cellar/zstd/1.5.5... (31 files, 2.5MB) ==> Downloading https://formulae.brew.sh/api/cask_tap_migrations.jws.json ######################################################################### 100.0% Removing: /Users/root/Library/Caches/Homebrew/Cask/dbeaver-community--24.0.1.dmg... (120.9MB) Pruned 0 symbolic links and 7 directories from /usr/local ==> Caveats ==> nginx Docroot is: /usr/local/var/www The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in /usr/local/etc/nginx/servers/. To restart nginx after an upgrade: brew services restart nginx Or, if you don't want/need a background service you can just run: /usr/local/opt/nginx/bin/nginx -g daemon\ off\; ==> redis To start redis now and restart at login: brew services start redis Or, if you don't want/need a background service you can just run: /usr/local/opt/redis/bin/redis-server /usr/local/etc/redis.conf
% brew reinstall nginx ==> Fetching nginx ==> Downloading https://mirrors.cloud.tencent.com/homebrew-bottles/nginx-1.25.5.monterey.bottle.tar.gz Already downloaded: /Users/root/Library/Caches/Homebrew/downloads/0ba900d091c14ccfa14962169c4ddf513001a489aaf753ed4df17b60a91b5b9b--nginx-1.25.5.monterey.bottle.tar.gz ==> Reinstalling nginx ==> Pouring nginx-1.25.5.monterey.bottle.tar.gz ==> Caveats Docroot is: /usr/local/var/www The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in /usr/local/etc/nginx/servers/. To restart nginx after an upgrade: brew services restart nginx Or, if you don't want/need a background service you can just run: /usr/local/opt/nginx/bin/nginx -g daemon\ off\; ==> Summary 🍺 /usr/local/Cellar/nginx/1.25.5: 26 files, 2.5MB ==> Running `brew cleanup nginx`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).