pcbdraw on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S pcbdraw

* (Optional) Uninstall pcbdraw on Arch using YAY

$ yay -Rns pcbdraw

2. Manually Install "pcbdraw" via AUR

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

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

b. Clone pcbdraw's git locally

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

c. Go to ~/pcbdraw folder and install it

$ cd ~/pcbdraw $ makepkg -si

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

ID: 1290915
Name: pcbdraw
PackageBaseID: 186330
PackageBase: pcbdraw
Version: 1.1.2-1
Description: Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams
URL: https://github.com/yaqwsx/PcbDraw
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: mrrb
Submitter: arojas
FirstSubmitted: 1664829846
LastModified: 1689718097
URLPath: /cgit/aur.git/snapshot/pcbdraw.tar.gz

5. The same packages on other Linux Distributions