elf-strings on AUR (Arch User Repository)

Last updated: November 07,2024

1. Install "elf-strings" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install elf-strings on Arch using YAY

$ yay -S elf-strings

* (Optional) Uninstall elf-strings on Arch using YAY

$ yay -Rns elf-strings

2. Manually Install "elf-strings" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone elf-strings's git locally

$ git clone https://aur.archlinux.org/elf-strings.git ~/elf-strings

c. Go to ~/elf-strings folder and install it

$ cd ~/elf-strings $ makepkg -si

3. Information about the elf-strings package on Arch User Repository (AUR)

ID: 501171
Name: elf-strings
PackageBaseID: 131435
PackageBase: elf-strings
Version: 0.9.1-1
Description: elf-strings will programmatically read an ELF binary's string sections within a given binary. This is meant to be much like the strings UNIX utility, however is purpose built for ELF binaries.
URL: https://github.com/LloydLabs/elf-strings
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: lodi-g
Submitter: lodi-g
FirstSubmitted: 1523152357
LastModified: 1523152739
URLPath: /cgit/aur.git/snapshot/elf-strings.tar.gz