Brew not installed error
I get this error on top of my terminal every time I open it:
bash: /home/linuxbrew/.linuxbrew/bin/brew: No such file or directory
and brew commands don't work (bash: brew: command not found).
So, how to install brew on bazzite? I did a fresh from scratch bazzite install only a few days ago but somehow brew did not get installed and there's no ujust brew or ujust brew install command available.
bazzite-gnome-nvidia-open:stable
Bazzite 40 (FROM Fedora Silverblue)
Linux 6.9.12-210.fsync.fc40.x86_64
Spawned on Oct 15 2024
7 Replies
Just by running the script in the homebrew page should suffice. Though this is weird. Can you run this on your terminal and paste the output pls?:
I'd like to add to this - I've installed Bazzite - specifically Bazzite-Gnome-Nvidia-Open - twice in last week and both times this was exactly what happened. Brew wasn't installed. There was some brew content in these folders but no "bin" directory. Both times installing Brew from script on their site fixed the problem. I also installed KDE version of Bazzite and in this version Brew was installed properly.
Can I jump in on this issue? I also have the same problem, on an existing install
which means brew is installed I think, but then when trying to run brew command's it just doesn' texis
/home/linuxbrew/.linuxbrew/bin/brew: line 45: readlink: command not found
/home/linuxbrew/.linuxbrew/bin/brew: line 46: dirname: command not found
/bin/bash: /var/home/linuxbrew/.linuxbrew/Library/Homebrew/brew.sh: No such file or directory
Yeah no, manually ran service wont do. I need the logs of a fresh installed one
Also there is nothing like that in my side. Strange
Readlink and dirname failing is strange enough tho…?
Oh, missed that. That's for sure way too strange
Is that from the systemctl status or something?. There is no way dirname or readlink is not available in a normal bash session
that's the error I get when running the
brew
command in the terminal