fvim on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S fvim

* (Optional) Uninstall fvim on Arch using YAY

$ yay -Rns fvim

2. Manually Install "fvim" via AUR

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

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

b. Clone fvim's git locally

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

c. Go to ~/fvim folder and install it

$ cd ~/fvim $ makepkg -si

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

ID: 1089027
Name: fvim
PackageBaseID: 144843
PackageBase: fvim
Version: 0.3.536_gb836b56-1
Description: Cross platform Neovim front-end UI, built with F# + Avalonia
URL: https://github.com/yatli/fvim
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: jjohnson338
Submitter: jjohnson338
FirstSubmitted: 1567644898
LastModified: 1654180520
URLPath: /cgit/aur.git/snapshot/fvim.tar.gz