nsis on AUR (Arch User Repository)

Last updated: May 11,2024

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

$ yay -S nsis

* (Optional) Uninstall nsis on Arch using YAY

$ yay -Rns nsis

2. Manually Install "nsis" via AUR

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

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

b. Clone nsis's git locally

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

c. Go to ~/nsis folder and install it

$ cd ~/nsis $ makepkg -si

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

ID: 1288974
Name: nsis
PackageBaseID: 7294
PackageBase: nsis
Version: 3.09-1
Description: A professional open source system to create Windows installers
URL: http://nsis.sourceforge.net
NumVotes: 43
Popularity: 0.009418
OutOfDate:
Maintainer: xantares
Submitter:
FirstSubmitted: 1162046414
LastModified: 1689362629
URLPath: /cgit/aur.git/snapshot/nsis.tar.gz