美文网首页
Mac Brew 查看安装 Module 路径

Mac Brew 查看安装 Module 路径

作者: tom__zhu | 来源:发表于2024-01-05 19:26 被阅读0次

brew list [module]

vz4qt9@CNMACANCNN4FH09  ~  brew list openjdk
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jar
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jarsigner
/opt/homebrew/Cellar/openjdk/21.0.1/bin/java
/opt/homebrew/Cellar/openjdk/21.0.1/bin/javac
/opt/homebrew/Cellar/openjdk/21.0.1/bin/javadoc
/opt/homebrew/Cellar/openjdk/21.0.1/bin/javap
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jcmd
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jconsole
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jdb
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jdeprscan
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jdeps
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jfr
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jhsdb
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jimage
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jinfo
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jlink
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jmap
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jmod
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jpackage
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jps
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jrunscript
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jshell
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jstack
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jstat
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jstatd
/opt/homebrew/Cellar/openjdk/21.0.1/bin/jwebserver
/opt/homebrew/Cellar/openjdk/21.0.1/bin/keytool
/opt/homebrew/Cellar/openjdk/21.0.1/bin/rmiregistry
/opt/homebrew/Cellar/openjdk/21.0.1/bin/serialver
/opt/homebrew/Cellar/openjdk/21.0.1/include/ (8 files)
/opt/homebrew/Cellar/openjdk/21.0.1/libexec/openjdk.jdk/ (531 files)
/opt/homebrew/Cellar/openjdk/21.0.1/share/man/ (28 files)
 vz4qt9@CNMACANCNN4FH09  ~ 

相关文章

  • Mac怎么查看Homebrew是否安装

    点击终端,如图。brew mac怎么查看是否安装 此时输入【brew】,如图示。brew mac怎么查看是否安装 ...

  • Nginx 安装和配置

    Mac环境安装 用 brew 安装(安装brew) $ brew install nginx 查看 nginx 版...

  • brew

    brew -ls查看所有通过brew安装的软件 brew info name查看软件信息(安装路径) brew s...

  • gradle location is incorrect

    Mac系统解决办法 1、brew install gradle 2、安装完成之后有提示安装路径 3、查看目录文件。...

  • Jenkins之远程触发构建

    通过 brew 安装 jenkins 通过 brew list jenkins 查看安装路径 jenkins 相关...

  • Protobuf

    Protobuf Mac安装: brew install protobuf protoc —version 查看版...

  • php-fpm的启动

    1、Mac brew安装php版本后,需要查看php-fpm的路径,注意区分本地local和root账号中的默认程...

  • Vapor-Day1

    安装-Mac 查看当前swift版本 梯子设置 安装vapor 官翻机居然没得brew 安装brew 过了很久很久...

  • mac下安装redis服务、安装php-redis扩展

    mac 安装redis服务 port:6379 $ brew install redis #查看安装情况 $ ps...

  • 记一次mac安装php,以及redis扩展

    说明 该文档未使用mac自带的php 要安装好的有brew 安装php 默认安装brew资源里的最新的 安装路径 ...

网友评论

      本文标题:Mac Brew 查看安装 Module 路径

      本文链接:https://www.haomeiwen.com/subject/iwrindtx.html