nidaqmx-dummy on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S nidaqmx-dummy

* (Optional) Uninstall nidaqmx-dummy on Arch using YAY

$ yay -Rns nidaqmx-dummy

2. Manually Install "nidaqmx-dummy" via AUR

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

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

b. Clone nidaqmx-dummy's git locally

$ git clone https://aur.archlinux.org/nidaqmx-dummy.git ~/nidaqmx-dummy

c. Go to ~/nidaqmx-dummy folder and install it

$ cd ~/nidaqmx-dummy $ makepkg -si

3. Information about the nidaqmx-dummy package on Arch User Repository (AUR)