gnvim on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S gnvim

* (Optional) Uninstall gnvim on Arch using YAY

$ yay -Rns gnvim

2. Manually Install "gnvim" via AUR

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

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

b. Clone gnvim's git locally

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

c. Go to ~/gnvim folder and install it

$ cd ~/gnvim $ makepkg -si

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

ID: 1253944
Name: gnvim
PackageBaseID: 142133
PackageBase: gnvim
Version: 0.3.1-1
Description: GUI for neovim, without any web bloat
URL: https://github.com/vhakulinen/gnvim
NumVotes: 7
Popularity: 2.0E-6
OutOfDate:
Maintainer: alerque
Submitter: svenstaro
FirstSubmitted: 1558092694
LastModified: 1683446173
URLPath: /cgit/aur.git/snapshot/gnvim.tar.gz