quicktype on AUR (Arch User Repository)

Last updated: May 29,2024

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

$ yay -S quicktype

* (Optional) Uninstall quicktype on Arch using YAY

$ yay -Rns quicktype

2. Manually Install "quicktype" via AUR

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

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

b. Clone quicktype's git locally

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

c. Go to ~/quicktype folder and install it

$ cd ~/quicktype $ makepkg -si

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

ID: 1068406
Name: quicktype
PackageBaseID: 159517
PackageBase: quicktype
Version: 15.0.261-3
Description: Generate types and converters from JSON, Schema, and GraphQL
URL: https://github.com/quicktype/quicktype
NumVotes: 2
Popularity: 1.0E-6
OutOfDate:
Maintainer: deid84
Submitter: simon04
FirstSubmitted: 1604684150
LastModified: 1650281046
URLPath: /cgit/aur.git/snapshot/quicktype.tar.gz