flip-link on AUR (Arch User Repository)

Last updated: May 03,2024

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

$ yay -S flip-link

* (Optional) Uninstall flip-link on Arch using YAY

$ yay -Rns flip-link

2. Manually Install "flip-link" via AUR

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

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

b. Clone flip-link's git locally

$ git clone https://aur.archlinux.org/flip-link.git ~/flip-link

c. Go to ~/flip-link folder and install it

$ cd ~/flip-link $ makepkg -si

3. Information about the flip-link package on Arch User Repository (AUR)

ID: 1076314
Name: flip-link
PackageBaseID: 178608
PackageBase: flip-link
Version: 0.1.6-1
Description: Flips the memory layout of embedded programs to protect against stack overflows
URL: https://github.com/knurling-rs/flip-link
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: KokaKiwi
FirstSubmitted: 1651792863
LastModified: 1651792863
URLPath: /cgit/aur.git/snapshot/flip-link.tar.gz

5. The same packages on other Linux Distributions