ctre on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S ctre

* (Optional) Uninstall ctre on Arch using YAY

$ yay -Rns ctre

2. Manually Install "ctre" via AUR

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

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

b. Clone ctre's git locally

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

c. Go to ~/ctre folder and install it

$ cd ~/ctre $ makepkg -si

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

ID: 1389104
Name: ctre
PackageBaseID: 158147
PackageBase: ctre
Version: 3.8.1-1
Description: Fast compile-time regular expressions with support for matching/searching/capturing during compile-time or runtime
URL: https://compile-time.re
NumVotes: 2
Popularity: 0.025457
OutOfDate:
Maintainer: tocic
Submitter: ruy16109
FirstSubmitted: 1601307280
LastModified: 1705745629
URLPath: /cgit/aur.git/snapshot/ctre.tar.gz