conflict on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S conflict

* (Optional) Uninstall conflict on Arch using YAY

$ yay -Rns conflict

2. Manually Install "conflict" via AUR

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

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

b. Clone conflict's git locally

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

c. Go to ~/conflict folder and install it

$ cd ~/conflict $ makepkg -si

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

ID: 1171891
Name: conflict
PackageBaseID: 177540
PackageBase: conflict
Version: 20221002-1
Description: filename conflict listing
URL: https://invisible-island.net/conflict/conflict.html
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kleintux
Submitter: arojas
FirstSubmitted: 1648832156
LastModified: 1668960150
URLPath: /cgit/aur.git/snapshot/conflict.tar.gz

5. The same packages on other Linux Distributions