vmm on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S vmm

* (Optional) Uninstall vmm on Arch using YAY

$ yay -Rns vmm

2. Manually Install "vmm" via AUR

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

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

b. Clone vmm's git locally

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

c. Go to ~/vmm folder and install it

$ cd ~/vmm $ makepkg -si

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

ID: 1424097
Name: vmm
PackageBaseID: 203519
PackageBase: vmm
Version: 0.1.0-0
Description: A wrapper tool for quick operations with QEMU/KVM based VMs
URL: https://gitlab.com/os-18/vmm
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Vindex
Submitter: Vindex
FirstSubmitted: 1710025883
LastModified: 1710025883
URLPath: /cgit/aur.git/snapshot/vmm.tar.gz