How to install ggreer/the_silver_searcher. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
ggreer/the_silver_searcher Installation Guide
How to install ggreer/the_silver_searcher. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for ggreer/the_silver_searcher. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i ggreer/the_silver_searcheror
Install via npx
npx @hexmos/ipm i ggreer/the_silver_searcherPrerequisites
automake
build_toolVersion: 1.16.0
pkg-config
package_managerVersion: 2.3.5
pcre
libraryxz-utils
system_packageVersion: 1.2.3
zlib-devel
system_packageVersion: 1.2.3
lzma-devel
system_packageVersion: 1.2.3
gcc
build_toolVersion: 9.4.0
make
build_toolVersion: 5.1.2
git
system_packageVersion: 2.38.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS (Homebrew/Port)
brew install the_silver_searcher
port install the_silver_searcherLinux (Ubuntu/Debian)
apt-get install -y silversearcher-ag
yum install the_silver_searcherLinux (Fedora)
dnf install the_silver_searcher
yum install epel-release.noarch the_silver_searcherBSD (FreeBSD/OpenBSD/NetBSD)
pkg install the_silver_searcherWindows (Win32/64)
pkg_add the_silver_searcherWindows (Chocolatey)
choco install agWindows (MSYS2)
make -f Makefile.w32Windows (Cygwin)
pacman -S mingw-w64-{i686,x86_64}-agWindows (Manual)
make installSource (Manual)
cd the_silver_searcher
makePost Installation Steps
- Open a terminal and run `./build.sh` to build the executable.
- Run the application with `./ag --help` for help on available options.
