execstack on AUR (Arch User Repository)

Last updated: May 15,2024

1. Install "execstack" 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 execstack on Arch using YAY

$ yay -S execstack

* (Optional) Uninstall execstack on Arch using YAY

$ yay -Rns execstack

2. Manually Install "execstack" via AUR

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

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

b. Clone execstack's git locally

$ git clone https://aur.archlinux.org/execstack.git ~/execstack

c. Go to ~/execstack folder and install it

$ cd ~/execstack $ makepkg -si

3. Information about the execstack package on Arch User Repository (AUR)

ID: 492895
Name: execstack
PackageBaseID: 130660
PackageBase: execstack
Version: 20130503-7
Description: set the executable stack flag of ELF binaries and libraries
URL: https://people.redhat.com/jakub/prelink
NumVotes: 5
Popularity: 0.004468
OutOfDate:
Maintainer: catwell
Submitter: catwell
FirstSubmitted: 1520593417
LastModified: 1520593417
URLPath: /cgit/aur.git/snapshot/execstack.tar.gz