mingw-w64-gdb on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S mingw-w64-gdb

* (Optional) Uninstall mingw-w64-gdb on Arch using YAY

$ yay -Rns mingw-w64-gdb

2. Manually Install "mingw-w64-gdb" via AUR

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

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

b. Clone mingw-w64-gdb's git locally

$ git clone https://aur.archlinux.org/mingw-w64-gdb.git ~/mingw-w64-gdb

c. Go to ~/mingw-w64-gdb folder and install it

$ cd ~/mingw-w64-gdb $ makepkg -si

3. Information about the mingw-w64-gdb package on Arch User Repository (AUR)

ID: 1420677
Name: mingw-w64-gdb
PackageBaseID: 97465
PackageBase: mingw-w64-gdb
Version: 14.2-1
Description: The GNU Debugger (mingw-w64)
URL: http://www.gnu.org/software/gdb/
NumVotes: 11
Popularity: 0.050099
OutOfDate:
Maintainer: xantares
Submitter: Tybo
FirstSubmitted: 1439447286
LastModified: 1709573509
URLPath: /cgit/aur.git/snapshot/mingw-w64-gdb.tar.gz