Stuck Installing/Uninstalling Homebrew. Please help #444
Replies: 4 comments 3 replies
-
Why not run the command on https://brew.sh/?
This means you made |
Beta Was this translation helpful? Give feedback.
-
Thank you Sean Yes it's an M1 (I suspected that was the reason), I run that last command and I think it worked? it took about 7 min and I could run the FFmpeg but the app I want still doesn't recognize it. It gave me a very long dialog, this is the last part of it. Do I need to run any of this to make my FFmpeg work? Do I need to ask for it in a separate discussion? Thank you :) Dialog (sorry it's long)... ==> unbound If you need to have sqlite first in your PATH run: For compilers to find sqlite you may need to set: For pkg-config to find sqlite you may need to set: ==> [email protected] Unversioned symlinks You can install Python packages with See: https://docs.brew.sh/Homebrew-and-Python If you need to have icu4c first in your PATH run: For compilers to find icu4c you may need to set: For pkg-config to find icu4c you may need to set: ==> tesseract |
Beta Was this translation helpful? Give feedback.
-
If it cannot be supported then, how can I uninstall Homebrew please to add ffmpeg the normal way? |
Beta Was this translation helpful? Give feedback.
-
Update: The FFmpeg was correctly installed by Homebrew. It worked just fine. I'm working with Audacity for which there are custom FFmpeg codes, so Homebrew had nothing to do with it. |
Beta Was this translation helpful? Give feedback.
-
I’m completely stuck at installing and uninstalling Homebrew, I have zero experience on programming. My intention was to install FFmpeg on my Mac (Macos Big Sur Version 11.0) and failed at both after following instructions in its site and tutorial. Please, help me to either successfully install Homebrew to finally install FFmpeg , or to unistall it. I'm totally lost.
I followed several old threads to either reinstall or uninstall, and still no solution. I always get this error 'Failed to locate Homebrew!' Also when I try to install FFmpeg I get 'zsh: command not found: brew'
I followed one thread that looks kind of similar to my situation. I followed this instructions at last (but I also tried other instructions lie I mention above): (Homebrew/homebrew-core#5084)
cd /usr/local/Homebrew
git init
git remote add origin https://github.com/Homebrew/brew
git fetch --all
git checkout -B master origin/master
cd /usr/local
ln -s /usr/local/Homebrew/bin/brew /usr/local/bin
And I tried but this is what I get:
cd: no such file or directory: /usr/local/Homebrew
/usr/local/.git: Permission denied
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
ln: /usr/local/bin: Permission denied
➜ local
Thank you!
Mariella❤️
Beta Was this translation helpful? Give feedback.
All reactions