cmake2 on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S cmake2

* (Optional) Uninstall cmake2 on Arch using YAY

$ yay -Rns cmake2

2. Manually Install "cmake2" via AUR

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

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

b. Clone cmake2's git locally

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

c. Go to ~/cmake2 folder and install it

$ cd ~/cmake2 $ makepkg -si

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

ID: 200235
Name: cmake2
PackageBaseID: 89512
PackageBase: cmake2
Version: 2.8.12.2-1
Description: A cross-platform open-source make system
URL: http://www.cmake.org/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1421535391
LastModified: 1434800392
URLPath: /cgit/aur.git/snapshot/cmake2.tar.gz