pytype on AUR (Arch User Repository)

Last updated: February 01,2025

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

$ yay -S pytype

* (Optional) Uninstall pytype on Arch using YAY

$ yay -Rns pytype

2. Manually Install "pytype" via AUR

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

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

b. Clone pytype's git locally

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

c. Go to ~/pytype folder and install it

$ cd ~/pytype $ makepkg -si

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

ID: 1293520
Name: pytype
PackageBaseID: 136411
PackageBase: pytype
Version: 2023.07.21-1
Description: A static type analyzer for Python code
URL: https://google.github.io/pytype/
NumVotes: 0
Popularity: 0
OutOfDate: 1699514191
Maintainer:
Submitter: zhangkaizhao
FirstSubmitted: 1538499901
LastModified: 1690186447
URLPath: /cgit/aur.git/snapshot/pytype.tar.gz