ggreer / the_silver_searcher

A code-searching tool similar to ack, but faster.

Home Page:http://geoff.greer.fm/ag/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install ag on centos

kritinvij opened this issue · comments

$ sudo yum install the_silver_searcher
Loaded plugins: priorities
dcv                                                                                                                                   | 3.0 kB  00:00:00
firefox                                                                                                                               | 2.7 kB  00:00:00
No package the_silver_searcher available.
Error: Nothing to do

I am unable to install this on my new machine. Wondering if anyone else has run into a similar issue.

I was able to after

yum install epel-release.noarch
yum install the_silver_searcher