• Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
No Result
View All Result
Home Tutorials

How to Install ag Silver Searcher (silversearcher-ag) on ARM Devices [Raspberry Pi, Odroid]

by Sick Codes
September 18, 2020
in Tutorials
0
How to install the silver searcher (ag) on ARM devices such as Raspberry Pi and Odroid

How to install the silver searcher (ag) on ARM devices such as Raspberry Pi and Odroid


ag is my favorite code search tool, in the whole wide world.

Here’s how to install it on your ARM devices:

# Debian/Ubuntu/Raspberry Pi OS
apt update -y
apt install build-essential autoconf pkg-config libpcre3-dev liblzma-dev -y
wget https://github.com/ggreer/the_silver_searcher/archive/2.0.0.tar.gz
tar -xzvf 2.0.0.tar.gz
cd the_silver_searcher-2.0.0
export PCRE_CFLAGS=-I/usr/include/pcre
./build.sh
make install

And on CentOS/RHEL:

# CentOS/RHEL
yum -y groupinstall "Development Tools"
yum -y install pcre-devel xz-devel zlib-devel 
wget https://github.com/ggreer/the_silver_searcher/archive/2.0.0.tar.gz
tar -xzvf 2.0.0.tar.gz
cd the_silver_searcher-2.0.0
./build.sh
make install

And on Arch based:

# install from community
sudo pacman -S the_silver_searcher

# or install yay
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay silver searcher

Next Post
Docker-iOS

Docker-eyeOS - Debug the iPhone's XNU Kernel on GNU/Linux!

Open, annotate and edit PDF files in Linux

PDF Annotator For GNU/Linux - Edit PDF Files on Linux using LibreOffice Draw (Free and Open Source) - Ubuntu, Debian, Pop, Arch, Manjaro, RHEL, Fedora, CentOS

Convert PDF to TXT in GNU/Linux - How to To Turn Images, Scans and PDF into TXT or DOCX format! OCR images & PDF Using Free & Open Source OCR).

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training

© 2017-2021 Sick.Codes

@sickcodes

@sickcodes

@sickcodes

Discord Server

sickcodes.slack.com

t.me/sickcodeschat

./contact_form