vtable-dumper on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S vtable-dumper

* (Optional) Uninstall vtable-dumper on Arch using YAY

$ yay -Rns vtable-dumper

2. Manually Install "vtable-dumper" via AUR

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

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

b. Clone vtable-dumper's git locally

$ git clone https://aur.archlinux.org/vtable-dumper.git ~/vtable-dumper

c. Go to ~/vtable-dumper folder and install it

$ cd ~/vtable-dumper $ makepkg -si

3. Information about the vtable-dumper package on Arch User Repository (AUR)

ID: 552472
Name: vtable-dumper
PackageBaseID: 136703
PackageBase: vtable-dumper
Version: 1.2-1
Description: A tool to list content of virtual tables in a C++ shared library.
URL: https://github.com/lvc/vtable-dumper
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: mbloms
Submitter: mbloms
FirstSubmitted: 1539787057
LastModified: 1539787057
URLPath: /cgit/aur.git/snapshot/vtable-dumper.tar.gz