deoplete on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S deoplete

* (Optional) Uninstall deoplete on Arch using YAY

$ yay -Rns deoplete

2. Manually Install "deoplete" via AUR

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

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

b. Clone deoplete's git locally

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

c. Go to ~/deoplete folder and install it

$ cd ~/deoplete $ makepkg -si

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

ID: 926744
Name: deoplete
PackageBaseID: 137359
PackageBase: deoplete
Version: 6.1-1
Description: deoplete completion plugin for neovim
URL: https://github.com/Shougo/deoplete.nvim
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: Trent
Submitter: Trent
FirstSubmitted: 1542180289
LastModified: 1624792868
URLPath: /cgit/aur.git/snapshot/deoplete.tar.gz