-
I installed Jujutsu on Fedora 40, but jj won't run:
Here is how I installed Jujutsu.
then I tried to run jujutsu:
Here is what is on my Fedora 40:
Why won't jj run? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
From the little I know about Homebrew, perhaps I wonder what it means when it says "Reinstalling 1 dependent with broken linkage from source:" above. Perhaps that's something to search the interwebs for. #4115 might also be relevant, I'm unsure. |
Beta Was this translation helpful? Give feedback.
-
Thanks ilyagr. It was a Homebrew issue after all. |
Beta Was this translation helpful? Give feedback.
-
Linux users should just basically never use homebrew... it's a huge pile of junk. instead you should be using your OS pkg manager, or Mise. x mise use -g ubi:jj-vcs/jj
mise Installed executable into /home/zenobius/.local/share/mise/installs/ubi-jj-vcs-jj/0.32.0/jj
mise 2025.8.10 by @jdx – install ✓ installed mise ~/.config/mise/config.toml tools: ubi:jj-vcs/[email protected]
x jj --version
jj 0.32.0-44de571887f261a94f543d977a7ab3a9df918aba |
Beta Was this translation helpful? Give feedback.
Thanks ilyagr. It was a Homebrew issue after all.
Resolved on https://github.com/orgs/Homebrew/discussions/5506