mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
docs/Homebrew-on-Linux: Fedora 30 needs libxcrypt-compat
portable-ruby requires the library libcrypt.so.1. On Fedora 30, that file is provided by libxcrypt-compat.
This commit is contained in:
parent
1226a82067
commit
4cc4612db9
@ -63,7 +63,9 @@ sudo apt-get install build-essential curl file git
|
||||
### Fedora, CentOS, or Red Hat
|
||||
|
||||
```sh
|
||||
sudo yum groupinstall 'Development Tools' && sudo yum install curl file git
|
||||
sudo yum groupinstall 'Development Tools'
|
||||
sudo yum install curl file git
|
||||
sudo yum install libxcrypt-compat # needed by Fedora 30 and up
|
||||
```
|
||||
|
||||
### ARM
|
||||
|
Loading…
x
Reference in New Issue
Block a user