ugdb on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S ugdb

* (Optional) Uninstall ugdb on Arch using YAY

$ yay -Rns ugdb

2. Manually Install "ugdb" via AUR

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

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

b. Clone ugdb's git locally

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

c. Go to ~/ugdb folder and install it

$ cd ~/ugdb $ makepkg -si

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

ID: 1018817
Name: ugdb
PackageBaseID: 140591
PackageBase: ugdb
Version: 0.1.11-1
Description: An alternative TUI for gdb
URL: https://github.com/ftilde/ugdb
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: ftilde
Submitter: ftilde
FirstSubmitted: 1553450804
LastModified: 1642179812
URLPath: /cgit/aur.git/snapshot/ugdb.tar.gz