Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme/installation instructions to remove broken URL #2924

Open
wackget opened this issue Nov 7, 2024 · 1 comment · May be fixed by #2981
Open

Update readme/installation instructions to remove broken URL #2924

wackget opened this issue Nov 7, 2024 · 1 comment · May be fixed by #2981

Comments

@wackget
Copy link

wackget commented Nov 7, 2024

The installation section of the readme contains a broken link for RHEL/CentOS installation:
https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo

Please kindly remove this and/or update the readme with working instructions for RHEL.

Thanks

wackget added a commit to wackget/ripgrep that referenced this issue Jan 30, 2025
Resolves BurntSushi#2924

Updated/working instructions for installing ripgrep via EPEL repos on RHEL/CentOS/Rocky 9
@wackget
Copy link
Author

wackget commented Jan 30, 2025

For those still waiting, this'll install ripgrep on RHEL/CentOS/Rocky Linux 9:

sudo dnf config-manager --set-enabled crb
sudo dnf install -y \
    https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
    https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm
sudo dnf install -y ripgrep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant