Replies: 4 comments 9 replies
-
|
Do you have any other |
Beta Was this translation helpful? Give feedback.
-
|
What does |
Beta Was this translation helpful? Give feedback.
-
|
I renamed /home/linuxbrew to /home/linuxbrew.orig and tried to reinstall with |
Beta Was this translation helpful? Give feedback.
-
|
I experienced the same issue after upgrading from Fedora 35 to Fedora 36. Purged my rm --force --recursive --verbose ~/.rbenv
git clone https://github.com/rbenv/rbenv.git ~/.rbenvAlso, $ curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash
Checking for `rbenv' in PATH: /home/${USER}/.rbenv/bin/rbenv
Checking for rbenv shims in PATH: OK
Checking `rbenv install' support: not found
Unless you plan to add Ruby versions manually, you should install ruby-build.
Please refer to https://github.com/rbenv/ruby-build#installation
Counting installed Ruby versions: none
There aren't any Ruby versions installed under `/home/${USER}/.rbenv/versions'.
You can install Ruby versions like so: rbenv install <version>
Checking RubyGems settings: OK
Auditing installed plugins: OK
$ rbenv version
system
$ ruby --version
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]Installing brew at this stage works again. $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password)...
==> This script will install:
/home/linuxbrew/.linuxbrew/bin/brew
/home/linuxbrew/.linuxbrew/share/doc/homebrew
/home/linuxbrew/.linuxbrew/share/man/man1/brew.1
/home/linuxbrew/.linuxbrew/share/zsh/site-functions/_brew
/home/linuxbrew/.linuxbrew/etc/bash_completion.d/brew
/home/linuxbrew/.linuxbrew/Homebrew
Press RETURN/ENTER to continue or any other key to abort:
[sudo] password for ${USER}:
==> /usr/bin/sudo /bin/chown -R ${USER}:${USER} /home/linuxbrew/.linuxbrew/Homebrew
==> Downloading and installing Homebrew...
HEAD is now at 87bcd1935 Merge pull request #13271 from Bo98/image-spec-pin
==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:cd7fffb18ef9338baa670fc5e8fce99b0e3cc0f0fd7627bcbb56f3c8d54161d4
######################################################################## 100.0%
==> Pouring portable-ruby-2.6.8.x86_64_linux.bottle.tar.gz
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (nor will any be during this install run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/${USER}/.zprofile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- Install Homebrew's dependencies if you have sudo access:
sudo apt-get install build-essential
For more information, see:
https://docs.brew.sh/Homebrew-on-Linux
- We recommend that you install GCC:
brew install gcc
- Run brew help to get started
- Further documentation:
https://docs.brew.sh |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have linuxbrew installed on my home partition. I installed Linuxbrew a month ago on Debian 10. Everything was fine. After installing Debian 11 on my computer, I get this whenever I run
brew update, upgrade, doctor, or config:fiddle.so seems to exist
Beta Was this translation helpful? Give feedback.
All reactions