Skip to content

"Error: No available formula with the name "sdkman-cli". Did you mean sigma-cli?" Keeps coming up on terminal startup. #5162

Closed Answered by gromgit
suniljose25 asked this question in Everyday usage
Discussion options

You must be logged in to vote

Since untapping "sdkman/tap", this error has been coming up every time I open a new terminal Error: No available formula with the name "sdkman-cli". Did you mean sigma-cli?

That seems to point to a brew command in your shell startup that's trying to find or install sdkman-cli. To find it, do one of the following to log your shell's startup sequence, depending on which one you're using:

  • Zsh: zsh -xli </dev/null 2>&1 | tee /tmp/shellstart.log
  • Bash: exec 7>/tmp/shellstart.log ; PS4='+${BASH_SOURCE}:${LINENO}> ' BASH_XTRACEFD=7 bash -xli </dev/null ; exec 7>&-

In either case, search /tmp/shellstart.log for the error message, then go up one or more lines to see what command triggered it, a…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@suniljose25
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by suniljose25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants