python-language-server on AUR (Arch User Repository)

Last updated: June 01,2024

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

$ yay -S python-language-server

* (Optional) Uninstall python-language-server on Arch using YAY

$ yay -Rns python-language-server

2. Manually Install "python-language-server" via AUR

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

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

b. Clone python-language-server's git locally

$ git clone https://aur.archlinux.org/python-language-server.git ~/python-language-server

c. Go to ~/python-language-server folder and install it

$ cd ~/python-language-server $ makepkg -si

3. Information about the python-language-server package on Arch User Repository (AUR)

ID: 997775
Name: python-language-server
PackageBaseID: 173649
PackageBase: python-language-server
Version: 0.36.2-5
Description: An implementation of the Language Server Protocol for Python
URL: https://github.com/palantir/python-language-server
NumVotes: 3
Popularity: 0.085979
OutOfDate: 1652306660
Maintainer:
FirstSubmitted: 1638571538
LastModified: 1638571538
URLPath: /cgit/aur.git/snapshot/python-language-server.tar.gz